DBA Hub

📋Steps in this guide1/1

show History of PDBS

set lines 299 set pagesize 299 col db_name for a10 col CLONED_FROM_PDB_NAME for a12 col pdb_name for a18 SELECT DB_NAME, CON_ID, PDB_NAME, OPERATION, OP_TIMESTAMP, CLONED_FROM_PDB_NAME FROM CDB_PDB_HISTORY;

oracle configurationintermediate
by OracleDba
15 views
1

show History of PDBS

Code/Command (click line numbers to comment):

1
2
3
4
5
6
set lines 299
set pagesize 299
col db_name for a10
col CLONED_FROM_PDB_NAME for a12
col pdb_name for a18
SELECT DB_NAME, CON_ID, PDB_NAME, OPERATION, OP_TIMESTAMP, CLONED_FROM_PDB_NAME FROM CDB_PDB_HISTORY;

Comments (0)

Please to add comments

No comments yet. Be the first to comment!