<?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: Help , can not start database instance! in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/help-can-not-start-database-instance/m-p/2859830#M937232</link>
    <description>Violin,&lt;BR /&gt;&lt;BR /&gt;it might simply be that sqlplus is not evaluating your shell-variable $ORACLE_HOME.&lt;BR /&gt;&lt;BR /&gt;Either type the entire path to your init.ora file or use "?/dbs/initPROD.ora".&lt;BR /&gt;&lt;BR /&gt;? stands for ORACLE_HOME in SQLPLUS.&lt;BR /&gt;&lt;BR /&gt;Hope this helps&lt;BR /&gt;Volker</description>
    <pubDate>Mon, 09 Dec 2002 18:18:23 GMT</pubDate>
    <dc:creator>Volker Borowski</dc:creator>
    <dc:date>2002-12-09T18:18:23Z</dc:date>
    <item>
      <title>Help , can not start database instance!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-can-not-start-database-instance/m-p/2859827#M937229</link>
      <description>Dear All,&lt;BR /&gt;&lt;BR /&gt;We have a new HP-UX server version 11.11&lt;BR /&gt;# uname -a&lt;BR /&gt;HP-UX tperp B.11.11 U 9000/800 4217835225 unlimited-user license&lt;BR /&gt;#&lt;BR /&gt;I try to clone database from PROD server ,&lt;BR /&gt;After tar command run completely,tried to startup instance , but I got the following errors:&lt;BR /&gt;&lt;BR /&gt;oraerp&amp;gt; sqlplus internal/oracle&lt;BR /&gt;&lt;BR /&gt;SQL*Plus: Release 8.1.7.0.0 - Production on Mon Dec 9 09:25:11 2002&lt;BR /&gt;&lt;BR /&gt;(c) Copyright 2000 Oracle Corporation.  All rights reserved.&lt;BR /&gt;&lt;BR /&gt;Connected to an idle instance.&lt;BR /&gt;&lt;BR /&gt;SQL&amp;gt; startup nomount pfile=$ORACLE_HOME/dbs/initPROD.ora&lt;BR /&gt;ORA-24323: value not allowed&lt;BR /&gt;ORA-27146: post/wait initialization failed&lt;BR /&gt;SQL&amp;gt; exit&lt;BR /&gt;Disconnected&lt;BR /&gt;oraerp&amp;gt; oerr ora 24323&lt;BR /&gt;24323, 00000, "value not allowed"&lt;BR /&gt;// *Cause:  A null value or a bogus value was passed in for a mandatory&lt;BR /&gt;//          parameter.&lt;BR /&gt;// *Action: Verify that all mandatory parameters are properly initialized.&lt;BR /&gt;oraerp&amp;gt; oerr ora 27146&lt;BR /&gt;27146, 0000, "post/wait initialization failed"&lt;BR /&gt;// *Cause:  OS system call failed&lt;BR /&gt;// *Action: check errno and contact Oracle Support&lt;BR /&gt;oraerp&amp;gt;&lt;BR /&gt;&lt;BR /&gt;I don't know what's wrong with it?&lt;BR /&gt;The initPROD.ora is running normally in PROD site.&lt;BR /&gt;&lt;BR /&gt;Need help and Thanks!!!&lt;BR /&gt;&lt;BR /&gt;Violin.</description>
      <pubDate>Mon, 09 Dec 2002 01:52:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-can-not-start-database-instance/m-p/2859827#M937229</guid>
      <dc:creator>violin_1</dc:creator>
      <dc:date>2002-12-09T01:52:38Z</dc:date>
    </item>
    <item>
      <title>Re: Help , can not start database instance!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-can-not-start-database-instance/m-p/2859828#M937230</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;For the ORA-24323 error, it is normally a database startup/initialisation parameter problem. Please review which parameters(if any) were modified and refer to the Oracle8i Reference manual and/or port-specific Installation/Users guide for a valid range of values. &lt;BR /&gt;&lt;BR /&gt;For the ORA-27146, the modifications you made may have caused you to exceed the amount of OS semaphores. You must make sure there are sufficient semaphores for each Oracle process. Therefore, you either need to decrease the init.ora parameters or increase the semaphores. &lt;BR /&gt;&lt;BR /&gt;Do an "ipcs -s" to find out what semaphores are hold by oracle &lt;BR /&gt;If no oracle processes are running then no semaphores should be hold &lt;BR /&gt;by the owner oracle. To remove the semaphores do an "ipcrm -s ID" where ID is the semaphore identifier. &lt;BR /&gt;&lt;BR /&gt;Also if you are still on 8.1.7.0, consider applying patchset 8.1.7.4.&lt;BR /&gt;&lt;BR /&gt;And finally, why don't you just reinstall the Oracle Database! It won't take you much time.&lt;BR /&gt;&lt;BR /&gt;then, &lt;BR /&gt;I would shutdown&lt;BR /&gt;I would backup&lt;BR /&gt;I would restore&lt;BR /&gt;I would startup&lt;BR /&gt;&lt;BR /&gt;downtime = very little.&lt;BR /&gt;&lt;BR /&gt;I would then move objects around as needed.  alter index rebuild online to &lt;BR /&gt;minimize downtime -- alter table move ....&lt;BR /&gt;&lt;BR /&gt;hope this helps!&lt;BR /&gt;&lt;BR /&gt;Best Regards&lt;BR /&gt;Yogeeraj</description>
      <pubDate>Mon, 09 Dec 2002 04:11:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-can-not-start-database-instance/m-p/2859828#M937230</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2002-12-09T04:11:18Z</dc:date>
    </item>
    <item>
      <title>Re: Help , can not start database instance!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-can-not-start-database-instance/m-p/2859829#M937231</link>
      <description>Check the value of the Oracle initialisation parameter "processes" and ensure that this does not exceed the values of the kernel parameters maxuprc and nproc.</description>
      <pubDate>Mon, 09 Dec 2002 11:29:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-can-not-start-database-instance/m-p/2859829#M937231</guid>
      <dc:creator>Ian Lochray</dc:creator>
      <dc:date>2002-12-09T11:29:38Z</dc:date>
    </item>
    <item>
      <title>Re: Help , can not start database instance!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-can-not-start-database-instance/m-p/2859830#M937232</link>
      <description>Violin,&lt;BR /&gt;&lt;BR /&gt;it might simply be that sqlplus is not evaluating your shell-variable $ORACLE_HOME.&lt;BR /&gt;&lt;BR /&gt;Either type the entire path to your init.ora file or use "?/dbs/initPROD.ora".&lt;BR /&gt;&lt;BR /&gt;? stands for ORACLE_HOME in SQLPLUS.&lt;BR /&gt;&lt;BR /&gt;Hope this helps&lt;BR /&gt;Volker</description>
      <pubDate>Mon, 09 Dec 2002 18:18:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-can-not-start-database-instance/m-p/2859830#M937232</guid>
      <dc:creator>Volker Borowski</dc:creator>
      <dc:date>2002-12-09T18:18:23Z</dc:date>
    </item>
    <item>
      <title>Re: Help , can not start database instance!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-can-not-start-database-instance/m-p/2859831#M937233</link>
      <description>Dear All,&lt;BR /&gt;&lt;BR /&gt;Thanks for all replies, I found a doc in  Oracle Meatalink(note id : 15566.1) &lt;BR /&gt;It means that shared memory and semaphore didn't tune well, so instance startup failed.&lt;BR /&gt;&lt;BR /&gt;I check the following parameters:&lt;BR /&gt;shmmax , shmmni , shmseg , semmns , semmni&lt;BR /&gt;Tuned the values the same as PROD site ,&lt;BR /&gt;then reboot. Now it runs smooooooothly.&lt;BR /&gt;&lt;BR /&gt;Thanks!!!&lt;BR /&gt;&lt;BR /&gt;Violin.</description>
      <pubDate>Tue, 10 Dec 2002 01:58:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-can-not-start-database-instance/m-p/2859831#M937233</guid>
      <dc:creator>violin_1</dc:creator>
      <dc:date>2002-12-10T01:58:52Z</dc:date>
    </item>
  </channel>
</rss>

