How to synchronize 2 schema's objects?
Answer / Vipnesh Sharma
To synchronize two schema's objects, you can use database tools like Oracle Data Modeler or SQL Developer. Here is a general approach:
1. Create a comparison script using the 'compare' command in SQL Developer. This will generate a script that identifies differences between the objects of the two schemas.
2. Review and analyze the output from the comparison script, and decide which changes you want to apply.
3. Apply the necessary changes using SQL scripts. For example, if there are differences in table structures, you can create or modify tables as needed. If there are differences in data, you can use 'insert', 'update', and 'delete' statements to synchronize the data.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the effect of setting the value 'FIRST_ROWS' for OPTIMIZER_GOAL parameter of the ALTER SESSION command ?
How to create an oracle testing table?
How to handle a single quote in oracle sql?
How to get a list of all user accounts in the database?
how to find find & delete duplicate rows from two different tables?
Explain the use of tables option in exp command.
What is pragma restrict_reference in oracle 9i?When we use this?Give me one realtime scenario?
An automatic job running via DBMS_JOB has failedKnowing only that its failed, how do you approach troubleshooting this issue?
what is mean by prmary key and foreign key and how can we diffrentiate that? Please answer me. Advance thanks.
What are Clusters ?
What is the use of file param in imp command?
How to start instance with a minimal initialization parameter file?