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)
 DTS from SQL Server to ORACLE failing

Author  Topic 

sreehari
Starting Member

37 Posts

Posted - 2006-05-29 : 08:02:38
hi

when i am trying to copy the data from emp table in SQL Server to
Oracle 9i,using export wizard, i am getting the following error when the DTS package was run.I am using SQL query as a souce data in SQL Server.The query is..

select top 5* from emp;

ODBC Error .Table or view does not existsPls help on this issue.

Thanks i advance.

psawant
Starting Member

14 Posts

Posted - 2006-05-31 : 09:28:58
First create the table in Oracle then do a simple dts from table to table, this should work fine.
Go to Top of Page

ravilobo
Master Smack Fu Yak Hacker

1184 Posts

Posted - 2006-05-31 : 09:52:31
psawant,

Welcome to sqlteam.com!
Hope to see more from you here.

------------------------
I think, therefore I am - Rene Descartes
Go to Top of Page
   

- Advertisement -