server startup at boot [message #369384] |
Fri, 08 September 2000 20:12 |
Jake
Messages: 14 Registered: August 2000
|
Junior Member |
|
|
Anyone have success starting the server, listners and a database upon bootup. I have solaris 7 on ultrasparc running 8i. I would like to strat oracle so that I can have an app server start at boot unattended. oracle runs great with manual start, but would like to automate it, as well as auto shutdown of database. any help would be good.
|
|
|
|
Re: server startup at boot [message #369386 is a reply to message #369385] |
Sat, 09 September 2000 01:13 |
feras
Messages: 9 Registered: September 2000
|
Junior Member |
|
|
For Unix Systems check the following file
rc2 for startup for example in SCO 5.x /etc/rc2
add the following in the file:
su - oracle -c dbstart
for shutdown edit the file /etc/rc0
& add
su - oracle dbshut
note : I am not sure if dbstart&dbshut commands
are still valid in oracle8i or not if not you should check the equivelent commands commands in 8i.
Good Luck
feras masoud
|
|
|