I have a table called 'test' on source and target with same name, structure and data type but in a different column order. How can you setup replication for this table?



I have a table called 'test' on source and target with same name, structure and data type ..

Answer / Dileep Kumar Kamal

Use Oracle's database change data capture (DBMS_RLS package) or materialized view log (MVL) based replication to handle the difference in column order.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle General Interview Questions

How to use "in out" parameter properly?

1 Answers  


Can we create index on views?

19 Answers   CTS, Syntel, TCS,


Are truncate and delete commands same? If so why?

1 Answers  


What are the major difference between truncate and delete?

1 Answers  


What is clustered table in Oracle?

1 Answers   MCN Solutions,


I have query like this. select dept_id, max_mark from stude_dept where min_mark= (select min(mini_mark) from stud_dept); How can i optimize this query. Can anyone help me with it

2 Answers  


What is the difference between sharding and partitioning?

1 Answers  


waht is referencial integrity?

2 Answers   Semantic Space,


How to retrieve first and last records from a table?

7 Answers   DELL, QSmart,


What are privileges and grants?

1 Answers  


What are the trigger associated with image items ?

1 Answers   Oracle,


What is the effect of setting the 'RULE' for OPTIMIER_GOAL parameter of the ALTER SESSION Command ?

1 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1803)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)