I am in the process of setting up and testing sql server 2008 R2 transactional replication from sql to Oracle. All seems to be working well with the execption of the replication of columns have the data type of "uniqueidentifier". The column is created correctly in Oracle as char(38). Data is moved successfully on the snapshot as will as normal DML activity. The issue is that columns from SQL server uniqueidentifier columns will have brackets "{}"appended. I have yet to determine the source of this but must before the project can move ahead.
Has anyone run across this? Is there a solution? Work around?
Thanks to all in advance for your help.
John