Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

How I can synchronize database objects of 2 PDB's manually?

SmithJohn45Mar 10 2025 — edited Mar 10 2025

I have two PDB's

  1. PDB_01
  2. 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

This post has been answered by Zoltán on Mar 21 2025
Jump to Answer

Comments

Processing

Post Details

Added on Mar 10 2025
6 comments
113 views