Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 Import/Export (DTS) and Replication (2000)
 SQLServer 2000 replication to Oracle

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2004-06-09 : 07:15:07
Siva Reddy writes "Hi,

We have been using transactional replication between sqlserver databases for many months without any problems.

We are now trying to replicate data in sqlserver to Oracle. We are having few issues:

1. Quoted identifiers in sqlserver. for example, a column is named [date] in sqlserver is being interpreted as key word in Oracle.

2. Length identifiers. Oracle has a max of 32 charecters for column names.


There are no other issues so far. Is there a solutions to these problems?

Thanks.

Siva"

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2004-06-09 : 12:31:30
I suppose the solution would be to change the columns in SQL Server so that they aren't key words in Oracle. And also to shorten the column names. So you need to fix your database design, IOW.

Tara
Go to Top of Page
   

- Advertisement -