Home » SQL & PL/SQL » SQL & PL/SQL » How to shutdown database from sqlplus
How to shutdown database from sqlplus [message #37779] Wed, 27 February 2002 22:34 Go to next message
B.SUNIL KUMAR RAO
Messages: 5
Registered: February 2002
Junior Member
Hi,

Can you please explain me the procedure for shutting down the database from sqlplus.

Thank you,
Sunil.
Re: How to shutdown database from sqlplus [message #37820 is a reply to message #37779] Thu, 28 February 2002 19:29 Go to previous message
Maryam
Messages: 13
Registered: February 2002
Junior Member
From sqlplus prompt give the following command:
sqlplus> shutdown;
This command would wait for all running processes to end and then shutdown the DB.
If you need to shutdown immediately use
"shutdown immediate"
If you want to abort all running processes use:
"shutdown abort"
Previous Topic: datafile
Next Topic: Re: Return boolean checking condition in multiple records
Goto Forum:
  


Current Time: Fri Apr 26 17:57:51 CDT 2024