SQL*Plus: Difference between revisions
add shutdown and start the database |
m add testedon |
||
Line 1: | Line 1: | ||
{{Testedon|2019-06-21|Oracle 18.4.0.0.0, CentOS 7.6.1810}} | |||
Shutdown the database. | Shutdown the database. | ||
Revision as of 22:02, 21 June 2019
- Last tested on Oracle 18.4.0.0.0, CentOS 7.6.1810 (2019-06-21)
Shutdown the database.
$ sqlplus / as sysdba
SQL> SHUTDOWN IMMEDIATE
Start the database.
SQL> STARTUP
SQL> ALTER PLUGGABLE DATABASE ALL OPEN;