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 are the attributes that are found in a cursor?
Can we save images in a database and if yes, how?
Which dictionary view(s) would you first look at to understand or get a high-level idea of a given Advanced Replication environment?
What is redo log?
what is integrity constrains?
find out the second highest salary?
55 Answers Cognizant, Nucsoft, Oracle, TCS, Wondersoft,
Why is oracle used?
How to connect to a remote server?
What are the Referential actions supported by FOREIGN KEY integrity constraint ?
Create table Employee ( Employee_Id varchar2(8) Constraint emp_id_pk primary key, FirstName varchar2(50), LastName varchar2(50), DeptID Number(5) Constraint dept_id_fk Foreign Key(DeptId) References Department(DeptId) ) Error I am getting: Constraint specification are not allowed here
What do you mean by group by clause?
How to create a table in a specific tablespace?