sqlplus / as sysdba
查看PDB数据状态
select con_id,name,open_mode from v$pdbs;
alter pluggable database ORCLPDB open;
alter session set container=ORCLPDB;
commit;
sqlplus / as sysdba
查看PDB数据状态
select con_id,name,open_mode from v$pdbs;
alter pluggable database ORCLPDB open;
alter session set container=ORCLPDB;
commit;