<?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: error when dbstart runs in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/error-when-dbstart-runs/m-p/2437967#M770146</link>
    <description>As an addendum, check this dbstart script which is called by another script from /sbin/init.d at system startup.</description>
    <pubDate>Sat, 19 Aug 2000 16:01:59 GMT</pubDate>
    <dc:creator>CHRIS_ANORUO</dc:creator>
    <dc:date>2000-08-19T16:01:59Z</dc:date>
    <item>
      <title>error when dbstart runs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-when-dbstart-runs/m-p/2437965#M770144</link>
      <description>I am trying to use dbstart to auto-start my database (7.3.4 on 10.20).  Everything fires off as expected on startup however the dbstart script does a warm start of the database.&lt;BR /&gt;&lt;BR /&gt;When I run the dbstart script as the oracle user I get errors from svrmgrl:&lt;BR /&gt;ORA-00205: error in identifying control file....(path to the control1.ctl file)&lt;BR /&gt;ORA-09782: sfifi: another instance has the same database mounted.&lt;BR /&gt;&lt;BR /&gt;The oracle login is using a c shell.  Could this have something to do with the problem, when the dbstart script runs?&lt;BR /&gt;&lt;BR /&gt;Thanks. &lt;BR /&gt;</description>
      <pubDate>Sat, 19 Aug 2000 14:56:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-when-dbstart-runs/m-p/2437965#M770144</guid>
      <dc:creator>Al Conti</dc:creator>
      <dc:date>2000-08-19T14:56:22Z</dc:date>
    </item>
    <item>
      <title>Re: error when dbstart runs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-when-dbstart-runs/m-p/2437966#M770145</link>
      <description>Al, it seems another startup script has already started the same databases your script wanted to start. Check with ipcs -mob or lsnrctl stat to know the status of the started instances.</description>
      <pubDate>Sat, 19 Aug 2000 15:52:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-when-dbstart-runs/m-p/2437966#M770145</guid>
      <dc:creator>CHRIS_ANORUO</dc:creator>
      <dc:date>2000-08-19T15:52:49Z</dc:date>
    </item>
    <item>
      <title>Re: error when dbstart runs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-when-dbstart-runs/m-p/2437967#M770146</link>
      <description>As an addendum, check this dbstart script which is called by another script from /sbin/init.d at system startup.</description>
      <pubDate>Sat, 19 Aug 2000 16:01:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-when-dbstart-runs/m-p/2437967#M770146</guid>
      <dc:creator>CHRIS_ANORUO</dc:creator>
      <dc:date>2000-08-19T16:01:59Z</dc:date>
    </item>
    <item>
      <title>Re: error when dbstart runs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-when-dbstart-runs/m-p/2437968#M770147</link>
      <description>As you specified the database is already mounted. Something else is starting the database. Time for some research to find out what ewlse is starting the database.</description>
      <pubDate>Mon, 21 Aug 2000 03:59:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-when-dbstart-runs/m-p/2437968#M770147</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2000-08-21T03:59:53Z</dc:date>
    </item>
    <item>
      <title>Re: error when dbstart runs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-when-dbstart-runs/m-p/2437969#M770148</link>
      <description>Chris and Rick,&lt;BR /&gt;Thanks for you replies.  I have checked, and it appears that only one instance of the database is being started.  With this in mind, I went after the first error message to see what might be causing it. &lt;BR /&gt;&lt;BR /&gt;I have done some more testing and found that I was able to start the database if I removed the lines that set up the environment from the dbstart script.  After adding them back in, one at a time, the error occured when I put the following line back into the script: &lt;BR /&gt;ORACLE_HOME=`echo $LINE | awk -F: '{print $2}' -`&lt;BR /&gt;&lt;BR /&gt;Since $LINE is being read from the oratab file I checked this file and found that the oracle HOME reference was to the full path to the oracle directory: (/u01/oracle/7.3.4). The oracle user login environment uses an abbreviated path with a symbolic link to the /u01/oracle dir owned by the root user.&lt;BR /&gt;&lt;BR /&gt;When I changed the reference in the oratab file to use the link (/oracle/7.3.4) the database loaded without errors.&lt;BR /&gt;&lt;BR /&gt;Although things are working, it would be nice to know why the dbstart script didn't like the full path to ORACLE_HOME.&lt;BR /&gt;&lt;BR /&gt;Thanks.    &lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Aug 2000 12:10:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-when-dbstart-runs/m-p/2437969#M770148</guid>
      <dc:creator>Al Conti</dc:creator>
      <dc:date>2000-08-22T12:10:13Z</dc:date>
    </item>
    <item>
      <title>Re: error when dbstart runs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-when-dbstart-runs/m-p/2437970#M770149</link>
      <description>I guess my first question is why does root own /u01/oracle and what are the permissions on this directory. Then who owns the link and does it really point to the /u01/oracle/7.3.4 directory.&lt;BR /&gt;&lt;BR /&gt;Although it does work it almost sounds like the link is correct and the way the path was set up was wrong.</description>
      <pubDate>Tue, 22 Aug 2000 23:40:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-when-dbstart-runs/m-p/2437970#M770149</guid>
      <dc:creator>Glenn S. Davidson</dc:creator>
      <dc:date>2000-08-22T23:40:23Z</dc:date>
    </item>
    <item>
      <title>Re: error when dbstart runs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-when-dbstart-runs/m-p/2437971#M770150</link>
      <description>Glenn,&lt;BR /&gt;Here's the way things are set up:&lt;BR /&gt;root   root owns /u01              with 777&lt;BR /&gt;oracle dba  owns /u01/oracle       with 755&lt;BR /&gt;oracle dba  owns /u01/oracle/7.3.4 with 775&lt;BR /&gt;root   sys  owns link /oracle-&amp;gt;/u01/oracle&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;</description>
      <pubDate>Fri, 25 Aug 2000 11:20:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-when-dbstart-runs/m-p/2437971#M770150</guid>
      <dc:creator>Al Conti</dc:creator>
      <dc:date>2000-08-25T11:20:28Z</dc:date>
    </item>
    <item>
      <title>Re: error when dbstart runs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-when-dbstart-runs/m-p/2437972#M770151</link>
      <description>Ever get this resolved?</description>
      <pubDate>Wed, 04 Oct 2000 14:56:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-when-dbstart-runs/m-p/2437972#M770151</guid>
      <dc:creator>Glenn S. Davidson</dc:creator>
      <dc:date>2000-10-04T14:56:51Z</dc:date>
    </item>
    <item>
      <title>Re: error when dbstart runs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-when-dbstart-runs/m-p/2437973#M770152</link>
      <description>hi there&lt;BR /&gt;&lt;BR /&gt;next time you install oracle you should take a look into the installation manual. sounds like you forgot to switch to oracle prior running the installer. I decided to install oracle under /opt/oracle which belongs to oinstall/dba (as recommended for oracle 8.1.6). this path is even an own lvol and therefore mountpoint. also take care if you specify the access rights to the different oracle subdirectories and files since the installation manual has some bugs.... &lt;BR /&gt;i know your problems since i manage 21 (!) oracle databases on a couple of hp-ux clusters and some ncr unix servers...</description>
      <pubDate>Fri, 13 Oct 2000 08:17:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-when-dbstart-runs/m-p/2437973#M770152</guid>
      <dc:creator>Sandro Schaer</dc:creator>
      <dc:date>2000-10-13T08:17:16Z</dc:date>
    </item>
  </channel>
</rss>

