shutting down oracle with the server


 
Thread Tools Search this Thread
Operating Systems Solaris shutting down oracle with the server
# 1  
Old 05-23-2005
shutting down oracle with the server

What can I do to ensure that oracle database is shut down when the server reboots.
# 2  
Old 05-24-2005
Do you mean if you type reboot at the command line? or are you meaning the init commands to reboot the system?

If it is with just typing reboot at the command line, there isn't.. This isn't the way a system should be rebooted. Using init is the best way.. Clean way to do it.

If you are using init 6. You can create a sym link to the oracle script that you use to start up the oracle database..

i.e.

ln -s /etc/init.d/oracle /etc/rc0.d/K09oracle

This will shut down the database before the system reboots or is switched off!

This is an example on Solaris.
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. Solaris

11.2 not shutting down completely

I just installed this 11.2 ver and when I tell it to shutdown it takes for ever then just hangs with this just a little bit of that red line left to go, then it just sits there like forever until I get tired of looking at it then force a shutdown by holding my power button down until my laptop... (8 Replies)
Discussion started by: userx-bw
8 Replies

2. AIX

Getting error while shutting down

Hi, I am getting the error "/etc/rc.shutdown failed. Shutdown aborting" while shutting down the os. Please suggest. (1 Reply)
Discussion started by: manoj.solaris
1 Replies

3. Shell Programming and Scripting

Shutting down a client machine from server using scripts

Hi, i have several client machines connected to a server..how do i shutdown a specific client from server using shell scripts?? is it possible to use socket programming to establish a connection before doing this? (need a code in 'c') thanking you tanvi (1 Reply)
Discussion started by: tanvi
1 Replies

4. UNIX for Dummies Questions & Answers

Shutting down the Server

Hi Is there anyway i can find out from which terminal a shutdown command has been run from ? :( (3 Replies)
Discussion started by: ktech
3 Replies

5. UNIX for Advanced & Expert Users

Shutting down Solaris

Hi I have a mix of solaris 8,9 & 10. I need to have our 6 Solaris servers shutdown buy a script that will be executed by APC network Shutdown software Im really not sure how I would write a script to shut them down and the following processes? the processes are portmapper seq seq_api... (1 Reply)
Discussion started by: tonysequoia
1 Replies

6. Solaris

shutting down/restarting oracle with the solaris server restart

How can I make sure that all the database instances are shut down and brought up when the server is restarted. Krishan (3 Replies)
Discussion started by: krishan
3 Replies
Login or Register to Ask a Question