Golden Gate Replication : Error while using Column with white space (and special character) [message #621585] |
Thu, 14 August 2014 12:05 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
![](//www.gravatar.com/avatar/b2cf5a14bae2ec99cb9320bd1b3306df?s=64&d=mm&r=g) |
Kaustubham
Messages: 5 Registered: August 2014
|
Junior Member |
|
|
Hi
We are trying to replicate data from SQL Server to Oracle database
one of the columns in SQL Server database is having white space in the column name and it is producing errors during column mapping
(Error : Error with default mapping. No matching fields found in source and target)
I tried enclosing the column name in double quotes, in single quotes but no luck!
I also tried using the parameter USEANSISQLQUOTES & NOUSEANSISQLQUOTES in globals.prm but that too did not work for me
The 12g document suggests using double quotes
http://docs.oracle.com/goldengate/1212/gg-winux/GWUAD/wu_gettingstarted.htm#i1074957
But I am using 11g and in that case instead of mapping the column as mentioed in the double quotes it is assigned as value of the column in target table
map dbo.spl_data_types3, target app_owner.spl_data_types3, COLMAP(USEDEFAULTS, First_Name = "First Name");
Could you please suggest on this?
Kind Regards
Kaustubh
|
|
|
|
|
|
|