<?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>Question Re: ORA-27101: shared memory realm does not exist in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/ora-27101-shared-memory-realm-does-not-exist/qaa-p/5569035#M2070232</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did it:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. $sqlplus "/as sysdba"&lt;/P&gt;&lt;P&gt;2. SQL&amp;gt; STARTUP UPGRADE&lt;/P&gt;&lt;P&gt;3. SQL&amp;gt;SPOOL patch.log&lt;/P&gt;&lt;P&gt;4. @?/rdbms/admin/catupgrd.sql&lt;/P&gt;&lt;P&gt;5. SQL&amp;gt; SPOOL OFF&lt;/P&gt;&lt;P&gt;6. SQL&amp;gt; SHUTDOWN IMMEDIATE&lt;/P&gt;&lt;P&gt;9. SQL&amp;gt; STARTUP&lt;/P&gt;&lt;P&gt;10. Run the utlrp.sql script to recompile all invalid PL/SQL packages now instead of when the packages are SQL&amp;gt;@ /oracle/&amp;lt;SID&amp;gt;/102_64/rdbms/admin/utlrp.sql&lt;/P&gt;&lt;P&gt;11. Run the following command to check the status of all the components after the upgrade:&lt;/P&gt;&lt;P&gt;SQL&amp;gt; SELECT COMP_NAME, VERSION, STATUS FROM SYS.DBA_REGISTRY;&lt;/P&gt;&lt;P&gt;12. Stop the sap system&lt;/P&gt;&lt;P&gt;13. start sap system&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can find more information about this error in the Oracle documentation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need more help, please let me know, Sapera&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Aug 2009 09:20:18 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-08-03T09:20:18Z</dc:date>
    <item>
      <title>ORA-27101: shared memory realm does not exist</title>
      <link>https://community.sap.com/t5/technology-q-a/ora-27101-shared-memory-realm-does-not-exist/qaq-p/5569032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I´ve done an upgrade from Oracle 10.2.0.2 to 10.2.0.4 and now I can´t start the sap system, I´ve this error:&lt;/P&gt;&lt;P&gt;/usr/sap/SID/SYS/exe/run/startdb: Terminating with error code 12&lt;/P&gt;&lt;P&gt;DB startup failed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the log:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     Connect to the database to verify, that the database is now open&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      R3trans check finished with return code: 12&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="3" type="ul"&gt;&lt;P&gt;ERROR: Startup of database failed&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;      Notify Database Administrator.&lt;/P&gt;&lt;P&gt;      /usr/sap/SID/SYS/exe/run/startdb: Terminating with error code 12&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to start the DB manually but.......:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sqlplus "/as sysdba"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL*Plus: Release 10.2.0.4.0 - Production on Thu May 21 12:30:39 2009&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Copyright (c) 1982, 2007, Oracle.  All Rights Reserved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Connected to an idle instance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL&amp;gt;startup&lt;/P&gt;&lt;P&gt;ORACLE instance started.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Total System Global Area 2969567232 bytes&lt;/P&gt;&lt;P&gt;Fixed Size                  2059104 bytes&lt;/P&gt;&lt;P&gt;Variable Size            1493173408 bytes&lt;/P&gt;&lt;P&gt;Database Buffers         1459617792 bytes&lt;/P&gt;&lt;P&gt;Redo Buffers               14716928 bytes&lt;/P&gt;&lt;P&gt;Database mounted.&lt;/P&gt;&lt;P&gt;ORA-01092: ORACLE instance terminated. Disconnection forced&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried :&lt;/P&gt;&lt;P&gt;SQL&amp;gt; shutdown immediate&lt;/P&gt;&lt;P&gt;ORA-24324: service handle not initialized&lt;/P&gt;&lt;P&gt;ORA-01041: internal error. hostdef extension doesn't exist&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I tried to do first the shutdown immediate I´ve this error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL&amp;gt; shutdown immediate&lt;/P&gt;&lt;P&gt;ORA-01034: ORACLE not available&lt;/P&gt;&lt;P&gt;ORA-27101: shared memory realm does not exist&lt;/P&gt;&lt;P&gt;HPUX-ia64 Error: 2: No such file or directory&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could someone help me?????????&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2009 10:34:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/ora-27101-shared-memory-realm-does-not-exist/qaq-p/5569032</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-21T10:34:59Z</dc:date>
    </item>
    <item>
      <title>Re: ORA-27101: shared memory realm does not exist</title>
      <link>https://community.sap.com/t5/technology-q-a/ora-27101-shared-memory-realm-does-not-exist/qaa-p/5569033#M2070230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi bro ,,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am getting the sme erorr after system copy l...   Did u managed to resolve it...if yes please share with me..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds &lt;/P&gt;&lt;P&gt;rahul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2009 07:40:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/ora-27101-shared-memory-realm-does-not-exist/qaa-p/5569033#M2070230</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-29T07:40:14Z</dc:date>
    </item>
    <item>
      <title>Re: ORA-27101: shared memory realm does not exist</title>
      <link>https://community.sap.com/t5/technology-q-a/ora-27101-shared-memory-realm-does-not-exist/qaa-p/5569034#M2070231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did it:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. $sqlplus "/as sysdba"&lt;/P&gt;&lt;P&gt;2. SQL&amp;gt; STARTUP UPGRADE&lt;/P&gt;&lt;P&gt;3. SQL&amp;gt;SPOOL patch.log&lt;/P&gt;&lt;P&gt;4. @?/rdbms/admin/catupgrd.sql&lt;/P&gt;&lt;P&gt;5. SQL&amp;gt; SPOOL OFF&lt;/P&gt;&lt;P&gt;6. SQL&amp;gt; SHUTDOWN IMMEDIATE&lt;/P&gt;&lt;P&gt;9. SQL&amp;gt; STARTUP&lt;/P&gt;&lt;P&gt;10. Run the utlrp.sql script to recompile all invalid PL/SQL packages now instead of when the packages are SQL&amp;gt;@ /oracle/&amp;lt;SID&amp;gt;/102_64/rdbms/admin/utlrp.sql&lt;/P&gt;&lt;P&gt;11. Run the following command to check the status of all the components after the upgrade:&lt;/P&gt;&lt;P&gt;SQL&amp;gt; SELECT COMP_NAME, VERSION, STATUS FROM SYS.DBA_REGISTRY;&lt;/P&gt;&lt;P&gt;12. Stop the sap system&lt;/P&gt;&lt;P&gt;13. start sap system&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can find more information about this error in the Oracle documentation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need more help, please let me know, Sapera&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Aug 2009 09:20:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/ora-27101-shared-memory-realm-does-not-exist/qaa-p/5569034#M2070231</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-03T09:20:05Z</dc:date>
    </item>
    <item>
      <title>Re: ORA-27101: shared memory realm does not exist</title>
      <link>https://community.sap.com/t5/technology-q-a/ora-27101-shared-memory-realm-does-not-exist/qaa-p/5569035#M2070232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did it:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. $sqlplus "/as sysdba"&lt;/P&gt;&lt;P&gt;2. SQL&amp;gt; STARTUP UPGRADE&lt;/P&gt;&lt;P&gt;3. SQL&amp;gt;SPOOL patch.log&lt;/P&gt;&lt;P&gt;4. @?/rdbms/admin/catupgrd.sql&lt;/P&gt;&lt;P&gt;5. SQL&amp;gt; SPOOL OFF&lt;/P&gt;&lt;P&gt;6. SQL&amp;gt; SHUTDOWN IMMEDIATE&lt;/P&gt;&lt;P&gt;9. SQL&amp;gt; STARTUP&lt;/P&gt;&lt;P&gt;10. Run the utlrp.sql script to recompile all invalid PL/SQL packages now instead of when the packages are SQL&amp;gt;@ /oracle/&amp;lt;SID&amp;gt;/102_64/rdbms/admin/utlrp.sql&lt;/P&gt;&lt;P&gt;11. Run the following command to check the status of all the components after the upgrade:&lt;/P&gt;&lt;P&gt;SQL&amp;gt; SELECT COMP_NAME, VERSION, STATUS FROM SYS.DBA_REGISTRY;&lt;/P&gt;&lt;P&gt;12. Stop the sap system&lt;/P&gt;&lt;P&gt;13. start sap system&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can find more information about this error in the Oracle documentation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need more help, please let me know, Sapera&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Aug 2009 09:20:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/ora-27101-shared-memory-realm-does-not-exist/qaa-p/5569035#M2070232</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-03T09:20:18Z</dc:date>
    </item>
  </channel>
</rss>

