<?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: Oracle 9i startup error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9i-startup-error/m-p/3328613#M873867</link>
    <description>I've also replaced "connect internal" by "connect / as sysdba" because I think the first connect is being discontinued...</description>
    <pubDate>Tue, 13 Jul 2004 03:08:48 GMT</pubDate>
    <dc:creator>Eric Antunes</dc:creator>
    <dc:date>2004-07-13T03:08:48Z</dc:date>
    <item>
      <title>Oracle 9i startup error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9i-startup-error/m-p/3328608#M873862</link>
      <description>After cluster starting oracle instance  not started, because  script file use svrmgrl utility . But Ora 9i use sqlplus commands for starting. How can I fix this problem?</description>
      <pubDate>Mon, 12 Jul 2004 04:29:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9i-startup-error/m-p/3328608#M873862</guid>
      <dc:creator>jamshed</dc:creator>
      <dc:date>2004-07-12T04:29:28Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle 9i startup error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9i-startup-error/m-p/3328609#M873863</link>
      <description>Jamshed,&lt;BR /&gt;I am not very sure of your question. If you are having problems starting Oracle, make sure that the following are ok&lt;BR /&gt;&lt;BR /&gt;1. Look thru your inittab and make sure that&lt;BR /&gt;   the startup for Oracle is present&lt;BR /&gt;&lt;BR /&gt;2. Make sure that all your environment &lt;BR /&gt;   variables are poiting properly&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;Mobeen</description>
      <pubDate>Mon, 12 Jul 2004 04:42:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9i-startup-error/m-p/3328609#M873863</guid>
      <dc:creator>Mobeen_1</dc:creator>
      <dc:date>2004-07-12T04:42:13Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle 9i startup error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9i-startup-error/m-p/3328610#M873864</link>
      <description>Modify the script file. svrmgrl no longer supported in 9i.&lt;BR /&gt;&lt;BR /&gt;sks</description>
      <pubDate>Mon, 12 Jul 2004 06:18:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9i-startup-error/m-p/3328610#M873864</guid>
      <dc:creator>Sanjay Kumar Suri</dc:creator>
      <dc:date>2004-07-12T06:18:52Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle 9i startup error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9i-startup-error/m-p/3328611#M873865</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Where you have something like that on your startup/shtudown DB script:&lt;BR /&gt;&lt;BR /&gt;svrmgrl &amp;lt;&amp;lt; EOT&lt;BR /&gt;connect internal;&lt;BR /&gt;startup;&lt;BR /&gt;quit&lt;BR /&gt;EOT&lt;BR /&gt;&lt;BR /&gt;   exit_code=$?&lt;BR /&gt;else&lt;BR /&gt;&lt;BR /&gt;   echo&lt;BR /&gt;   echo "Shutting down database $DB_NAME ..."&lt;BR /&gt;   echo&lt;BR /&gt;&lt;BR /&gt;svrmgrl &amp;lt;&amp;lt; EOT&lt;BR /&gt;connect internal;&lt;BR /&gt;shutdown $shutdown_mode;&lt;BR /&gt;quit&lt;BR /&gt;EOT&lt;BR /&gt;&lt;BR /&gt;You should have now:&lt;BR /&gt;&lt;BR /&gt;sqlplus &amp;lt;&amp;lt; EOT&lt;BR /&gt;connect / as sysdba;&lt;BR /&gt;startup;&lt;BR /&gt;quit&lt;BR /&gt;EOT&lt;BR /&gt;&lt;BR /&gt;   exit_code=$?&lt;BR /&gt;else&lt;BR /&gt;&lt;BR /&gt;   echo&lt;BR /&gt;   echo "Shutting down database $DB_NAME ..."&lt;BR /&gt;   echo&lt;BR /&gt;&lt;BR /&gt;sqlplus &amp;lt;&amp;lt; EOT&lt;BR /&gt;connect / as sysdba;&lt;BR /&gt;shutdown $shutdown_mode;&lt;BR /&gt;quit&lt;BR /&gt;EOT</description>
      <pubDate>Mon, 12 Jul 2004 06:36:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9i-startup-error/m-p/3328611#M873865</guid>
      <dc:creator>Eric Antunes</dc:creator>
      <dc:date>2004-07-12T06:36:05Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle 9i startup error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9i-startup-error/m-p/3328612#M873866</link>
      <description>The way give by Antunes seems look fine.&lt;BR /&gt;&lt;BR /&gt;Since the 8i version svrmgrl would be replace with sqlplus, on 8i database the 2 tools could be used.&lt;BR /&gt;In 9i U should use sqlplus&lt;BR /&gt;&lt;BR /&gt;In our shell, we use the  folling thing&lt;BR /&gt;&lt;BR /&gt;  # -- Startup base&lt;BR /&gt;  echo "- Action : `date +%H:%M:%S` : Startup ${L_Base}" &amp;gt;&amp;gt; ${L_FicLog}&lt;BR /&gt;&lt;BR /&gt;  sqlplus /nolog &amp;lt;&lt;EOC&gt;&lt;/EOC&gt;  connect sys/${L_PwdSys} as sysdba&lt;BR /&gt;  shutdown immediate&lt;BR /&gt;  startup&lt;BR /&gt;  exit&lt;BR /&gt;EOC</description>
      <pubDate>Tue, 13 Jul 2004 01:49:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9i-startup-error/m-p/3328612#M873866</guid>
      <dc:creator>PAVIC Thierry</dc:creator>
      <dc:date>2004-07-13T01:49:59Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle 9i startup error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9i-startup-error/m-p/3328613#M873867</link>
      <description>I've also replaced "connect internal" by "connect / as sysdba" because I think the first connect is being discontinued...</description>
      <pubDate>Tue, 13 Jul 2004 03:08:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9i-startup-error/m-p/3328613#M873867</guid>
      <dc:creator>Eric Antunes</dc:creator>
      <dc:date>2004-07-13T03:08:48Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle 9i startup error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9i-startup-error/m-p/3328614#M873868</link>
      <description>You are correct artunes connect internal went away on 9i. &lt;BR /&gt;&lt;BR /&gt;If /etc/oratab has a 'Y' at the end of the line, $ORACLE_HOME/bin/dbstart will start your database. dbstart and dbshut check this file and terminate if they "see" anything other than Y. The last root.sh script sets up /etc/oratab.&lt;BR /&gt;&lt;BR /&gt;If you want to start automatically on bootup, there should be &lt;BR /&gt;&lt;BR /&gt;1.) /etc/rc.config.d/oracle that sets the variable ORACLE_START=1&lt;BR /&gt;&lt;BR /&gt;2.) /sbin/init.d/oracle that contains the script to start oracle and print the cool messages that you see on the console when you start. &lt;BR /&gt;&lt;BR /&gt;3.) A symbolic link Snnnoracle in /sbin/rc3.d that points to /sbin/init.d/oracle&lt;BR /&gt;where nnn is a number. The scripts starting with S in this directory are executed in alphabetical order when the system enters run level 3.&lt;BR /&gt;&lt;BR /&gt;4.) /sbin/rc2.d has a symobolic Knnnoracle link also pointing /sbin/init.d/oracle. When you leave run level 3 for run level 2 the K scripts are run. The numbers for the K and the S scripts should add together to be 1000.&lt;BR /&gt;This way the last service started will be the first service stopped. (S900oracle and K100oracle for example)&lt;BR /&gt;&lt;BR /&gt;These should have been created standard when Oracle installed. The only tweak I recommend is that you modify the dbshut script to do a shutdown immediate. A simple shutdown is too polite in that you have to wait for everyone to log off before it shuts down. PAVIC's tweak that echos the db startup time is a nice one too.&lt;BR /&gt;&lt;BR /&gt;If you don't want Oracle to start at bootup, you might consider putting them at run-level 4. /etc/inittab is sets up your run level after boot (typically 3), but there is nothing to prevent root from changing the run level to 4, 5 or 6 to start additional services after boot.</description>
      <pubDate>Tue, 13 Jul 2004 08:30:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9i-startup-error/m-p/3328614#M873868</guid>
      <dc:creator>R. Allan Hicks</dc:creator>
      <dc:date>2004-07-13T08:30:55Z</dc:date>
    </item>
  </channel>
</rss>

