<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Here's a hard one folks! in Operating System - Microsoft</title>
    <link>https://community.hpe.com/t5/operating-system-microsoft/here-s-a-hard-one-folks/m-p/3134092#M3504</link>
    <description>Hi Michael,&lt;BR /&gt;&lt;BR /&gt;The errors, 1034 and 27101 indicate the ORACLE_HOME or ORACLE_SID is not set properly or pointing to an oracle_home that exists, but is not the correct one. Also ensure that the installation was complete without any errors by looking up the InstallActions.log and OraInstall.err file.&lt;BR /&gt;&lt;BR /&gt;Start up SVRMGRL. &lt;BR /&gt;Then CONNECT INTERNAL  AS  SYSDBA &lt;BR /&gt;Go ahead and run a SHUTDOWN IMMEDIATE (if it already is not shut down). &lt;BR /&gt;&lt;BR /&gt;No go ahead and do a startup &lt;BR /&gt;&lt;BR /&gt;SVRMGRL&amp;gt; STARTUP pfile=c:Oracle\Admin\sid_name\pfile\init.ora &lt;BR /&gt;See what kind of results you get then. &lt;BR /&gt;&lt;BR /&gt;If you still have the same problem then recheck your memory settings. For some reason, you instance isn't able to allocate memory at startup.&lt;BR /&gt;&lt;BR /&gt;This error message also indicates that the SGA did not initialize (i.e., the database is not started.) If you started the DB, then look  in the alert log for clues as to why it did not initialize the SGA. &lt;BR /&gt;&lt;BR /&gt;Did you use a tnsname when you were trying to connect? &lt;BR /&gt;sqlplus username/password@tnsname &lt;BR /&gt;&lt;BR /&gt;If not, Oracle was looking for a database running against the ORACLE_HOME in which you were running SQL*Plus from. It didn't find a running database, hence the error. &lt;BR /&gt;&lt;BR /&gt;Or if you are â ¦â ¦â ¦â ¦â ¦â ¦â ¦ attempting to connect to an Oracle8i database from a client using sqlplus and receive the following errors: &lt;BR /&gt; &lt;BR /&gt;  ERROR: &lt;BR /&gt;  ORA-01034: ORACLE not available &lt;BR /&gt;  ORA-27101: shared memory realm does not exist &lt;BR /&gt;  SVR4 Error: 2: No such file or directory &lt;BR /&gt; &lt;BR /&gt;You have installed 8.1.7 on the same server in a seperate ORACLE_HOME. &lt;BR /&gt; &lt;BR /&gt;Possible Solution would be :-&lt;BR /&gt; &lt;BR /&gt;1) For local (BEQ/IPC) connections: &lt;BR /&gt; &lt;BR /&gt;   Verify that the ORACLE_SID environment variable is set and points to a valid &lt;BR /&gt;   8.1.7 database that is up and running. &lt;BR /&gt;  &lt;BR /&gt;2) For remote (TCP/listener) connections: &lt;BR /&gt; &lt;BR /&gt;Review the listener.ora currently used to startup the listener and verify the    ORACLE_HOME value is correct for all listed Oracle8i databases.  &lt;BR /&gt;   If the ORACLE_HOME points to the 8.1.7 software, however the database was &lt;BR /&gt;   created using a different version (e.g. 8.1.6 or 8.1.5), then this error can occur. &lt;BR /&gt; &lt;BR /&gt;Reasons:- &lt;BR /&gt;&lt;BR /&gt;Previously, when the ORACLE_HOME or ORACLE_SID were set incorrectly, in the &lt;BR /&gt;'oracle' or client user's environment, only ora-1034 was reported e.g.: &lt;BR /&gt; &lt;BR /&gt; ORA-01034 "ORACLE not available" &lt;BR /&gt; &lt;BR /&gt;With 8.1.7, error ORA-27101 reports that the shared memory key generated by the &lt;BR /&gt;client does not match any currently existing keys. This is to be expected if the ORACLE_HOME used by the client is not the same as that used to startup the &lt;BR /&gt;database or when the ORACLE_SID value is not correctly referencing the right &lt;BR /&gt;instance.   &lt;BR /&gt; &lt;BR /&gt;I</description>
    <pubDate>Tue, 02 Dec 2003 20:15:59 GMT</pubDate>
    <dc:creator>Indira Aramandla</dc:creator>
    <dc:date>2003-12-02T20:15:59Z</dc:date>
    <item>
      <title>Here's a hard one folks!</title>
      <link>https://community.hpe.com/t5/operating-system-microsoft/here-s-a-hard-one-folks/m-p/3134088#M3500</link>
      <description>I just installed oracle 8.1.7 on my PC on a Windows NT. &lt;BR /&gt;I already had oracle 8.0.6 on the system with Oracle 6i designer. The problem is now none of the Oracle designer stuff or Sql-Nav or Sql-plus works. I get these errors now:&lt;BR /&gt;Ora-01034: oracle not available&lt;BR /&gt;Ora-27101 shared memory realm does not exist.&lt;BR /&gt;&lt;BR /&gt;Please help me correct this, Iâ  ve worked on this all day without results.&lt;BR /&gt;&lt;BR /&gt; Thanks so very much,&lt;BR /&gt;   Mi</description>
      <pubDate>Tue, 02 Dec 2003 17:12:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-microsoft/here-s-a-hard-one-folks/m-p/3134088#M3500</guid>
      <dc:creator>Michael Brooks_4</dc:creator>
      <dc:date>2003-12-02T17:12:18Z</dc:date>
    </item>
    <item>
      <title>Re: Here's a hard one folks!</title>
      <link>https://community.hpe.com/t5/operating-system-microsoft/here-s-a-hard-one-folks/m-p/3134089#M3501</link>
      <description>I assume you are talking abt oracle on HP-UX.&lt;BR /&gt;&lt;BR /&gt;I had come accross these errors sometime back.&lt;BR /&gt;&lt;BR /&gt;It seems that the SID_instance name used to bring down oracle was not set properly.&lt;BR /&gt;&lt;BR /&gt;Check for any processes that are oracle processes and kill everything.&lt;BR /&gt;&lt;BR /&gt;Also with ipcs check if you have nay non-attached shared memory segments, if any(natth value 0) remove them with ipcrm and tray again.&lt;BR /&gt;&lt;BR /&gt;Post the results.</description>
      <pubDate>Tue, 02 Dec 2003 17:23:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-microsoft/here-s-a-hard-one-folks/m-p/3134089#M3501</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2003-12-02T17:23:17Z</dc:date>
    </item>
    <item>
      <title>Re: Here's a hard one folks!</title>
      <link>https://community.hpe.com/t5/operating-system-microsoft/here-s-a-hard-one-folks/m-p/3134090#M3502</link>
      <description>There is a specific migration procedure for designer databases that must be followed. If you don't follow the conversion procedure the repository won't work.&lt;BR /&gt;&lt;BR /&gt;technet.oraclec.com or&lt;BR /&gt;metalink.oracle.com&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 02 Dec 2003 17:36:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-microsoft/here-s-a-hard-one-folks/m-p/3134090#M3502</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-12-02T17:36:50Z</dc:date>
    </item>
    <item>
      <title>Re: Here's a hard one folks!</title>
      <link>https://community.hpe.com/t5/operating-system-microsoft/here-s-a-hard-one-folks/m-p/3134091#M3503</link>
      <description>Check to be sure that the oracle executable (and sqlplus for that matter) are chmod 6755.  The database allocates shared memory but it cannot be shared by dedicated server processes unless the suid bit is set on the executable.  I've been burned by this (same error messages) in the past.  It may or may not be your root problem.</description>
      <pubDate>Tue, 02 Dec 2003 19:34:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-microsoft/here-s-a-hard-one-folks/m-p/3134091#M3503</guid>
      <dc:creator>Michael T. Boduch</dc:creator>
      <dc:date>2003-12-02T19:34:59Z</dc:date>
    </item>
    <item>
      <title>Re: Here's a hard one folks!</title>
      <link>https://community.hpe.com/t5/operating-system-microsoft/here-s-a-hard-one-folks/m-p/3134092#M3504</link>
      <description>Hi Michael,&lt;BR /&gt;&lt;BR /&gt;The errors, 1034 and 27101 indicate the ORACLE_HOME or ORACLE_SID is not set properly or pointing to an oracle_home that exists, but is not the correct one. Also ensure that the installation was complete without any errors by looking up the InstallActions.log and OraInstall.err file.&lt;BR /&gt;&lt;BR /&gt;Start up SVRMGRL. &lt;BR /&gt;Then CONNECT INTERNAL  AS  SYSDBA &lt;BR /&gt;Go ahead and run a SHUTDOWN IMMEDIATE (if it already is not shut down). &lt;BR /&gt;&lt;BR /&gt;No go ahead and do a startup &lt;BR /&gt;&lt;BR /&gt;SVRMGRL&amp;gt; STARTUP pfile=c:Oracle\Admin\sid_name\pfile\init.ora &lt;BR /&gt;See what kind of results you get then. &lt;BR /&gt;&lt;BR /&gt;If you still have the same problem then recheck your memory settings. For some reason, you instance isn't able to allocate memory at startup.&lt;BR /&gt;&lt;BR /&gt;This error message also indicates that the SGA did not initialize (i.e., the database is not started.) If you started the DB, then look  in the alert log for clues as to why it did not initialize the SGA. &lt;BR /&gt;&lt;BR /&gt;Did you use a tnsname when you were trying to connect? &lt;BR /&gt;sqlplus username/password@tnsname &lt;BR /&gt;&lt;BR /&gt;If not, Oracle was looking for a database running against the ORACLE_HOME in which you were running SQL*Plus from. It didn't find a running database, hence the error. &lt;BR /&gt;&lt;BR /&gt;Or if you are â ¦â ¦â ¦â ¦â ¦â ¦â ¦ attempting to connect to an Oracle8i database from a client using sqlplus and receive the following errors: &lt;BR /&gt; &lt;BR /&gt;  ERROR: &lt;BR /&gt;  ORA-01034: ORACLE not available &lt;BR /&gt;  ORA-27101: shared memory realm does not exist &lt;BR /&gt;  SVR4 Error: 2: No such file or directory &lt;BR /&gt; &lt;BR /&gt;You have installed 8.1.7 on the same server in a seperate ORACLE_HOME. &lt;BR /&gt; &lt;BR /&gt;Possible Solution would be :-&lt;BR /&gt; &lt;BR /&gt;1) For local (BEQ/IPC) connections: &lt;BR /&gt; &lt;BR /&gt;   Verify that the ORACLE_SID environment variable is set and points to a valid &lt;BR /&gt;   8.1.7 database that is up and running. &lt;BR /&gt;  &lt;BR /&gt;2) For remote (TCP/listener) connections: &lt;BR /&gt; &lt;BR /&gt;Review the listener.ora currently used to startup the listener and verify the    ORACLE_HOME value is correct for all listed Oracle8i databases.  &lt;BR /&gt;   If the ORACLE_HOME points to the 8.1.7 software, however the database was &lt;BR /&gt;   created using a different version (e.g. 8.1.6 or 8.1.5), then this error can occur. &lt;BR /&gt; &lt;BR /&gt;Reasons:- &lt;BR /&gt;&lt;BR /&gt;Previously, when the ORACLE_HOME or ORACLE_SID were set incorrectly, in the &lt;BR /&gt;'oracle' or client user's environment, only ora-1034 was reported e.g.: &lt;BR /&gt; &lt;BR /&gt; ORA-01034 "ORACLE not available" &lt;BR /&gt; &lt;BR /&gt;With 8.1.7, error ORA-27101 reports that the shared memory key generated by the &lt;BR /&gt;client does not match any currently existing keys. This is to be expected if the ORACLE_HOME used by the client is not the same as that used to startup the &lt;BR /&gt;database or when the ORACLE_SID value is not correctly referencing the right &lt;BR /&gt;instance.   &lt;BR /&gt; &lt;BR /&gt;I</description>
      <pubDate>Tue, 02 Dec 2003 20:15:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-microsoft/here-s-a-hard-one-folks/m-p/3134092#M3504</guid>
      <dc:creator>Indira Aramandla</dc:creator>
      <dc:date>2003-12-02T20:15:59Z</dc:date>
    </item>
    <item>
      <title>Re: Here's a hard one folks!</title>
      <link>https://community.hpe.com/t5/operating-system-microsoft/here-s-a-hard-one-folks/m-p/3134093#M3505</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;you can try to change your ORACLE_HOME by running the following program:&lt;BR /&gt;"..\Program Files\Oracle\oui\HomeSelector\ohsel.exe"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;hope this helps too!&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;Yogeeraj&lt;BR /&gt;</description>
      <pubDate>Tue, 02 Dec 2003 23:00:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-microsoft/here-s-a-hard-one-folks/m-p/3134093#M3505</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2003-12-02T23:00:52Z</dc:date>
    </item>
    <item>
      <title>Re: Here's a hard one folks!</title>
      <link>https://community.hpe.com/t5/operating-system-microsoft/here-s-a-hard-one-folks/m-p/3134094#M3506</link>
      <description>I hope you installed the 8.1.7 in a separate Oracle Home. If so, youreeaj recommendation to switch oracle homes should work fine. &lt;BR /&gt;&lt;BR /&gt;One minor point. You may need to check your sysadmin services to make sure that the older copy is running.&lt;BR /&gt;</description>
      <pubDate>Wed, 03 Dec 2003 08:58:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-microsoft/here-s-a-hard-one-folks/m-p/3134094#M3506</guid>
      <dc:creator>R. Allan Hicks</dc:creator>
      <dc:date>2003-12-03T08:58:33Z</dc:date>
    </item>
    <item>
      <title>Re: Here's a hard one folks!</title>
      <link>https://community.hpe.com/t5/operating-system-microsoft/here-s-a-hard-one-folks/m-p/3134095#M3507</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;had? Does this mean, it is gone? Check the environment variables besides ORACLE_SID and ORACLE_HOME also TNS_ADMIN, which points to the network\admin. If you have uninstalled Oracle 8.0.6 there might be leftovers in the registry.&lt;BR /&gt;&lt;BR /&gt;greetings,&lt;BR /&gt;&lt;BR /&gt;Michael&lt;BR /&gt;</description>
      <pubDate>Wed, 03 Dec 2003 09:26:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-microsoft/here-s-a-hard-one-folks/m-p/3134095#M3507</guid>
      <dc:creator>Michael Schulte zur Sur</dc:creator>
      <dc:date>2003-12-03T09:26:06Z</dc:date>
    </item>
  </channel>
</rss>

