Start and Stop All Pluggable Database
Learnomate Technologies > Start and Stop All Pluggable Database
Start and Stop All Pluggable Database
28
Mar
There is way to start and stop all pluggable database. you can also use except keyword if you want to skip or add pluggable database. STOP all pluggable database. SQL>ALTER PLUGGABLE DATABASE ALL CLOSE IMMEDIATE; Pluggable database altered. START All pluggable database SQL> ALTER PLUGGABLE DATABASE ALL OPEN READ WRITE; Pluggable database altered. EXCEPT Keyword […]