stop and start pluggable db
-- Open/close all the pluggable db: -- Connect to root container:
oracle configurationintermediate
by OracleDba
14 views
-- Open/close all the pluggable db: -- Connect to root container:
1234567891011121314
-- Open/close all the pluggable db:
-- Connect to root container:
alter pluggable database all open;
alter pluggable database all close immediate;
-- Stop/start a pluggable db:
SQL>
alter session set container=PDB1;
Session altered.
SQL>
startup
Pluggable Database opened.
SQL>
shutdown
Pluggable Database closed.Please to add comments
No comments yet. Be the first to comment!