| SQL*Plus User's Guide and Reference Release 8.1.6 A75664-01 | 
 | 
Command Reference, 42 of 52
Shuts down a currently running Oracle instance, optionally closing and dismounting a database. You cannot use SHUTDOWN to stop Oracle instances on Oracle 7 servers.
SHUTDOWN [ABORT|IMMEDIATE|NORMAL]
Refer to the following list for a description of each term or clause:
SHUTDOWN with no arguments is equivalent to SHUTDOWN NORMAL.
You must be connected to a database as SYSOPER, or SYSDBA. You cannot connect via a multi-threaded server. For more information about connecting to a database, see the CONNECT command earlier in this chapter.
To shutdown the database in normal mode, enter
SQL> SHUTDOWN Database closed. Database dismounted. Oracle instance shut down.
| 
 |  Copyright © 1999 Oracle Corporation. All Rights Reserved. | 
 |