Trigger Restore
Trigger Restore
create pluggable database DBDBO admin user SYSDBO identified by admindbo default tablespace users
datafile size 1g;
Drop pdb
Clone pdb
create snapshot
Check snapshot
restore snapshot
drop snapshot
1) If the PDB is plugged in ,just need to Open the PDB “devpdb”:
NAME OPEN_MODE
—————————— ———-
after startup
on database
BEGIN
END open_all_pdbs;
==================Flashback PDB===================
Create flashback
CONN / AS SYSDBA
truy van:
select
NAME,PDB_RESTORE_POINT,CLEAN_PDB_RESTORE_POINT,SCN,DATABASE_INCARNATION#,GUARANTE
E_FLASHBACK_DATABASE from v$restore_point;