

Database Administration for Specific Platforms › UNIX/Oracle Routine Procedures › Stopping the Database
Stopping the Database
Follow these steps:
- Stop the Message Dispatcher, following the instructions for stopping the servers.
- Set the SID for the required database:
- If you are using Bourne Shell or Korn Shell, set and export the SID. For example:
ORACLE_SID=<database name>
export ORACLE_SID
- If you are using C Shell, use the setenv command to set the SID. For example:
setenv ORACLE_SID
- Type the Oracle command:
sqlplus /nolog
connect sys as sysdba
shutdown
exit
- Run Steps 2 and 3 for the Coordination and the Encyclopedia database.
Note: If there are processes pending against the database, the system may not respond to a normal shutdown. If this occurs, type the following:
sqlplus shutdown immediate
For more information, see the Client Server Encyclopedia User Guide.
Copyright © 2013 CA.
All rights reserved.
 
|
|