dbTalk Databases Forums  

Connecting to Oracle via DTS

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss Connecting to Oracle via DTS in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Andy
 
Posts: n/a

Default Connecting to Oracle via DTS - 07-01-2003 , 11:28 AM






I am running some DTS tasks against an Oracle database
and have some questions. I can establish my connection
alight via OLE DB. When I query the Oracle database do I
need to write the queries in T-SQL or PL/SQL? We are
converting from SQL Server to Oracle and I have the
queries going against the same database in SQL Server and
then I try to run them against the Oracle instance and I
am having problems. Any help is appreciated.

Reply With Quote
  #2  
Old   
Edgardo Valdez
 
Posts: n/a

Default Connecting to Oracle via DTS - 07-01-2003 , 01:43 PM






When you query the connection to the Oracle database, you
have to use PL/SQL. Although id still T-SQL, the syntax is
slightly different, for instance the functions (like TOP)
and LEFT JOIN, etc.

If your SQL Server queries use that syntax, you may need
to re-write the statements to get the same results.

Quote:
-----Original Message-----
I am running some DTS tasks against an Oracle database
and have some questions. I can establish my connection
alight via OLE DB. When I query the Oracle database do I
need to write the queries in T-SQL or PL/SQL? We are
converting from SQL Server to Oracle and I have the
queries going against the same database in SQL Server and
then I try to run them against the Oracle instance and I
am having problems. Any help is appreciated.
.


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.