I have two PDB's
- PDB_01
- PDB_02
and want to synchronize manually (copy all objects in PDB_01 to PDB_02 with data) how I can achieve? I have created a DB Link for PDB_01 in PDB_02 and can access table contents as select * from pdbtable@pdb01 , can I use Create As? what are the risks involved in this case so we can take care of it? please guide.
kind regards