Move Tablespace by RMAN No like we move individual data file to another place by RMAN, changing the location of a tablespace by RMAN is… Read More »Switch Tablespace To Copy
Move Data File After changing SPFILE location, changing control file location and changing redo logs location, we are going to move or rename data files.… Read More »How to Move Data File Location
Create Pluggable Database from Another PDB Cloning a new PDB from another PDB for testing purpose in the same CDB is a very common practice… Read More »How to Create PDB from Another PDB
First of all, check the status of the target PDB to unplug.SQL> show pdbs; CON_ID CON_NAME OPEN MODE RESTRICTED---------- ------------------------------ ---------- ----------... 4 FINANCE_PDB… Read More »How to Unplug and Plug a PDB in Same Host