Re: restarting oracle at boot time
Date: 21 Jul 93 10:20:29 GMT
Message-ID: <4335_at_nlsun1.oracle.nl>
Suzanne Irvine (suzannei_at_nsa.bt.co.uk) wrote:
: Hi Everyone,
: I'm having a little problem which is driving me crazy. We are
: running oracle RDBMS V6 on Sparc 10 under sunOS 4.1.3. Unfortunately,
: the oracle database does not come up when the machine is rebooted.
: Could someone please let me know what I've done wrong. The /etc/oratab
: file looks like this
[ Stuff deleted ]
This looks OK. If you login as your 'oracle' user (default: oracle) and type 'dbstart' your database should start, If it doesn't, check for error messages. If it does, add a line like:
su - oracle -c "dbstart"
and possibly
su - oracle -c "tcpctl start"
if you want to start the SQL*Net TCP/IP server proces 'orasrv'
at the end of your /etc/rc.local file. This should do the trick.
: Thanks in advance,
: -Suzanne
Sandor Nieuwenhuijs
Oracle Netherlands
Product Manager RDBMS
Received on Wed Jul 21 1993 - 12:20:29 CEST