<?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 Oracle Automatic startup in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-automatic-startup/m-p/3189861#M898968</link>
    <description>Can anyone tell me what do I have to consider to create the automatic startup of an Oracle db from the O.S or from SG . I mean , user , environment , etc .. Can anyone give me an example</description>
    <pubDate>Thu, 12 Feb 2004 02:21:07 GMT</pubDate>
    <dc:creator>jpcast_real</dc:creator>
    <dc:date>2004-02-12T02:21:07Z</dc:date>
    <item>
      <title>Oracle Automatic startup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-automatic-startup/m-p/3189861#M898968</link>
      <description>Can anyone tell me what do I have to consider to create the automatic startup of an Oracle db from the O.S or from SG . I mean , user , environment , etc .. Can anyone give me an example</description>
      <pubDate>Thu, 12 Feb 2004 02:21:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-automatic-startup/m-p/3189861#M898968</guid>
      <dc:creator>jpcast_real</dc:creator>
      <dc:date>2004-02-12T02:21:07Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Automatic startup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-automatic-startup/m-p/3189862#M898969</link>
      <description>It's simple.&lt;BR /&gt; &lt;BR /&gt;You just create a small script to source your oracle profile ". /oracle/.profile" export your ORACLE_SID and then run sqlplus such as&lt;BR /&gt;&lt;BR /&gt;sqlplus &amp;lt;</description>
      <pubDate>Thu, 12 Feb 2004 02:27:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-automatic-startup/m-p/3189862#M898969</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2004-02-12T02:27:53Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Automatic startup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-automatic-startup/m-p/3189863#M898970</link>
      <description>Refer Oracle installation notes:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.cs.nott.ac.uk/TSG/manuals/databases/oracle/standard/a90346/post-ins.htm#1035371" target="_blank"&gt;http://www.cs.nott.ac.uk/TSG/manuals/databases/oracle/standard/a90346/post-ins.htm#1035371&lt;/A&gt;</description>
      <pubDate>Thu, 12 Feb 2004 02:32:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-automatic-startup/m-p/3189863#M898970</guid>
      <dc:creator>Vijaya Kumar_3</dc:creator>
      <dc:date>2004-02-12T02:32:00Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Automatic startup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-automatic-startup/m-p/3189864#M898971</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The following list summarizes the functions performed by the different Oracle startup and shutdown scripts (which are invoked during system startup and shutdown, respectively).    &lt;BR /&gt;&lt;BR /&gt;$ORACLE_HOME/bin/dbstart &lt;BR /&gt;To ensures a clean startup of database instance(s),even after system failure    &lt;BR /&gt;&lt;BR /&gt;$ORACLE_HOME/bin/dbshut &lt;BR /&gt;To ensures a clean shutdown for data base instances      &lt;BR /&gt;&lt;BR /&gt;/etc/oratab    or /var/opt/oracle/oratab   &lt;BR /&gt;This file contains a field that specifies whether a particular database instance should be brought up/down at system startup/shutdown time. By    &lt;BR /&gt;specifying "Y" in this field, the "dbstart" and "dbshut" scripts bring this database instance up or down.                                              &lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;System Procedures      &lt;BR /&gt;System V initialization scripts are contained in /etc/rc&lt;N&gt;.d directories  where "n" is the run-level value of the script.  A run-level of 0 usually signifies power shutdown mode, while a run-level of 2 signifies multi-user mode.    &lt;BR /&gt;                                                                             &lt;BR /&gt;The directories contain initialization scripts such as "S75cron" and "K30tcp". These scripts are named using the following method:     &lt;BR /&gt;                                                                                 &lt;BR /&gt;     [K or S][two-digit number][descriptive filename]    &lt;BR /&gt;                                                                                 &lt;BR /&gt;Names starting with "S" indicate scripts that are called at startup; names starting with "K" indicate scripts that are called at shutdown time.       &lt;BR /&gt;   &lt;BR /&gt;Scripts containing larger numbers in their names are executed after those with lower numbers.  Oracle startup scripts typically contain larger numbers in their names, such as "S99oracle", indicating that the script should be run after the system has been started up.  Oracle shutdown script  names, on the other hand, usually contain smaller numbers, such as "K01oracle" indicating that the script should be run before system shutdown &lt;BR /&gt;&lt;BR /&gt;Relevant Files   &lt;BR /&gt;                                                                  &lt;BR /&gt;        /etc/inittab -- Controls the initialization process     &lt;BR /&gt;        /sbin/rc3    -- Script to start/stop processes at run level 3       &lt;BR /&gt;        /sbin/rc0    -- Script to start/stop processes at run level 0          &lt;BR /&gt;        /sbin/rc3.d/S99oracle -- Link to the script /sbin/init.d/oracle      &lt;BR /&gt;        /sbin/rc0.d/K01oracle -- Same as above           &lt;BR /&gt;&lt;BR /&gt;scripts dbstart /dbshut will contain the lines as Mark mentioned above.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I hope this helps.&lt;BR /&gt;&lt;/N&gt;</description>
      <pubDate>Thu, 12 Feb 2004 03:45:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-automatic-startup/m-p/3189864#M898971</guid>
      <dc:creator>Indira Aramandla</dc:creator>
      <dc:date>2004-02-12T03:45:39Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Automatic startup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-automatic-startup/m-p/3189865#M898972</link>
      <description>check your /etc/oratab.   this file will tell the boot script which instances to start.&lt;BR /&gt;&lt;BR /&gt;You should have a file like /sbin/rc3.d/S930dbadmin.  This is the script that processes the /etc/oratab.   If you do not you will have to create it.&lt;BR /&gt;&lt;BR /&gt;You may also need to start the listener.  The file for this is /sbin/rc3.d/S940tcplsnr.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;John.</description>
      <pubDate>Thu, 12 Feb 2004 04:41:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-automatic-startup/m-p/3189865#M898972</guid>
      <dc:creator>John Flanagan</dc:creator>
      <dc:date>2004-02-12T04:41:34Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Automatic startup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-automatic-startup/m-p/3189866#M898973</link>
      <description>One additional thing about oratab.&lt;BR /&gt;&lt;BR /&gt;It will be in the form&lt;BR /&gt;&lt;BR /&gt;ORACLE_SID:ORACLE_HOME:(Y/N)&lt;BR /&gt;&lt;BR /&gt;example:&lt;BR /&gt;&lt;BR /&gt;ORCL:/home/ora_home:Y &lt;BR /&gt;&lt;BR /&gt;The above will allow dbstart and dbshut to operate on the instance (ORCL).&lt;BR /&gt;&lt;BR /&gt;ORCL:/home/ora_home:N&lt;BR /&gt;&lt;BR /&gt;The above will prevent dbstart and dbshut from operating.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 13 Feb 2004 16:06:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-automatic-startup/m-p/3189866#M898973</guid>
      <dc:creator>R. Allan Hicks</dc:creator>
      <dc:date>2004-02-13T16:06:03Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Automatic startup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-automatic-startup/m-p/3189867#M898974</link>
      <description>You need to set the following variables int he ORACLE startup script to have work right.&lt;BR /&gt;&lt;BR /&gt;ORACLE_HOME&lt;BR /&gt;ORACLE_SID&lt;BR /&gt;PATH (Must include the ORACLE binaries)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;some apps require&lt;BR /&gt;&lt;BR /&gt;SHLIB_PATH&lt;BR /&gt;&lt;BR /&gt;You can attempt to load the oracle user profile in the script but you'll need to set the SID for each database you are actually starting.&lt;BR /&gt;&lt;BR /&gt;. /home/oracle/.profile&lt;BR /&gt;&lt;BR /&gt;Loads the default oracle user profile&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 13 Feb 2004 16:18:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-automatic-startup/m-p/3189867#M898974</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-02-13T16:18:44Z</dc:date>
    </item>
  </channel>
</rss>

