Link to home
Start Free TrialLog in
Avatar of HumanScaleDev
HumanScaleDevFlag for United States of America

asked on

SQL server 2012 - Oracle Replication

SQL replication from Oracle database in SQL 2012 64 bit server gives errors  - ora 04086 - Trigger description too long
ORA 25006  - Cannot specify this column in update of caluse errors
The same tables had been replicated without issues in sql 2005 - 32 bit version
Anybody experienced this and any workarounds, please share.
Avatar of Anand
Anand
Flag of United States of America image

not experienced the exact situation . but couple of ideas to share.

create a simple table and try to replicate. works well means, problem is with specific column or data type. could be some bug and u may get some patch for that.
ASKER CERTIFIED SOLUTION
Avatar of HumanScaleDev
HumanScaleDev
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of HumanScaleDev

ASKER

Proved to be working