You can shut down and start the Oracle instance using SQL*Plus.
To shut down and start the Oracle instance using SQL*Plus:
See "Shutting Down and Starting Up Using SQL*Plus".
SHUTDOWN
SQL> SHUTDOWN
The database instance is shut down.
The NORMAL clause of the SHUTDOWN command is optional because this is the default shutdown method.
NORMAL
See "About Instance Shutdown" for more information about when to use other SHUTDOWN command options.
STARTUP
SQL> STARTUP
The database instance is restarted.
See "About Instance Startup" for more information about when to use other STARTUP command options.
Scripting on this page enhances content navigation, but does not change the content in any way.