RE: Auto-start Oracle on reboot problem
Date: Wed, 9 Jan 2008 08:27:14 -0500
Message-ID: <0684DA55864E404F8AD2E2EBDFD557DA865E98@JAXMSG01.crowley.com>
Are you calling this from one of your run levels, ie rc3 etc. If so,
what if you explicitly set your environment as opposed to sourcing it
with a call to oraenv. Your environment may not be getting set in a
lower run level by calling another script.
Joel Patterson
Database Administrator
joel.patterson_at_crowley.com
x72546
904 727-2546
From: oracle-l-bounce_at_freelists.org
[mailto:oracle-l-bounce_at_freelists.org] On Behalf Of Mike Rothouse
Sent: Wednesday, January 09, 2008 7:25 AM
To: krish.hariharan_at_quasardb.com
Cc: Oracle-L
Subject: Re: Auto-start Oracle on reboot problem
I login directly with the root account and manually run it. dbora file attached.
On Jan 9, 2008 12:03 AM, <krish.hariharan_at_quasardb.com > wrote:
One way to debug this is to add the line
exec >/tmp/dbora_debug.log 2>&1
somewhere in the beginning of dbora to see what transpires during start up (BTW, the log file of shutdown will not persist since it is in /tmp). If not anything else it will at least tell if if this is being invoked during startup. You also mentioned that you ran is as root. Was this as (a) sudo (b) su (c) su - root
If you could, please post the dbora here which may help
-Krish
-- http://www.freelists.org/webpage/oracle-lReceived on Wed Jan 09 2008 - 07:27:14 CST