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?
No Answer is Posted For this Question
Be the First to Post Answer
What does sharding mean?
There are three tables : E : EID,ENAME D : DID,DNAME empdept : eid, did select the employees who doesn't belong to any dep
select trunc(round(156.00,-1),-1) from dual;
What is a read write transaction in oracle?
What spfile/init.ora file parameter exists to force the CBO to make the execution path of a given statement use an index, even if the index scan may appear to be calculated as more costly?
what is the difference between restoring and recovering?
What is a sub query? What are its various types?
What is format trigger?
how to convert .db (extention) database file into .dmp (extention ) for oracle database ?
which statement is running fastly ie insert or delete?
How will you differentiate between varchar & varchar2?
24. Display the order number for all orders whose average item cost is greater than the overall average item cost across all orders.