SQL*Plus: Difference between revisions

From Han Wiki
Jump to navigation Jump to search
add shutdown and start the database
(No difference)

Revision as of 22:55, 21 June 2019

Shutdown the database.

$ sqlplus / as sysdba
SQL> SHUTDOWN IMMEDIATE

Start the database.

SQL> STARTUP
SQL> ALTER PLUGGABLE DATABASE ALL OPEN;