Quantcast
Channel: SQLServerCentral » SQL Server 2005 » SS2K5 Replication » Latest topics
Viewing all articles
Browse latest Browse all 302

Structure differences on Oracle subscriber

$
0
0
Hi.In reviewing our replication recently , we have found that there is structure differences between the two replicated schema on the destination/oracle end, even though the structure between replication scenarios appears the same. The primary differences is in datatypes and lengths between the two environments…for instance:Primary (sql)TABLE_NAME COLUMN_NAME DATA_TYPE LENGTHtblAcct CurrAct NVARCHAR2 20Replica (oracle)TABLE_NAME COLUMN_NAME DATA_TYPE LENGTHtblAcct CurrAct NVARCHAR2 30What could account for these differences?

Viewing all articles
Browse latest Browse all 302

Trending Articles