dbTalk Databases Forums  

Executing a Package on Oracle 8.1.7

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


Discuss Executing a Package on Oracle 8.1.7 in the microsoft.public.sqlserver.dts forum.



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

Default Executing a Package on Oracle 8.1.7 - 01-07-2004 , 08:56 AM






I am trying to run DTS on Oracle. My OLTP source database is on Oracle 8.1.7 and the destination is also Oracle 8.1.7. I am using Microsoft ODBC driver for Oracle. On an small table (144 rows) the package runs smoothly, takes only 5-6 seconds from command line.

I tried to do some volume testing (about 100000 rows). The DTSrun utility just hangs on a data pump task. Any ideas why this could be happening?

Thanks in advance



Reply With Quote
  #2  
Old   
Allan Mitchell
 
Posts: n/a

Default Re: Executing a Package on Oracle 8.1.7 - 01-08-2004 , 02:09 AM






People have "complained" that during a large load the Oracle driver is slow.
A lot of people use

Export To Text File
Import using SQL Loader.

That said. Is there any locking/resource issues on the SQL Server ?
Remember the data will need to come through the SQL Server.

--

----------------------------

Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.allisonmitchell.com - Expert SQL Server Consultancy.
www.SQLDTS.com - The site for all your DTS needs.
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org


"Break It" <anonymous (AT) discussions (DOT) microsoft.com> wrote

Quote:
I am trying to run DTS on Oracle. My OLTP source database is on Oracle
8.1.7 and the destination is also Oracle 8.1.7. I am using Microsoft ODBC
driver for Oracle. On an small table (144 rows) the package runs smoothly,
takes only 5-6 seconds from command line.
Quote:
I tried to do some volume testing (about 100000 rows). The DTSrun utility
just hangs on a data pump task. Any ideas why this could be happening?

Thanks in advance





Reply With Quote
  #3  
Old   
Break It
 
Posts: n/a

Default Re: Executing a Package on Oracle 8.1.7 - 01-08-2004 , 03:31 AM



Allan,
Exporting to test file is not a solution since we are talking huge customer databases here. But going to the later part of your response, does that mean I will have to have SQL server at my customers site. I was of the impression of I store my package as a DTS COM-structured file and execute it with the DTSrun utility I am keeping SQL server totally out of the equation.


Reply With Quote
  #4  
Old   
Allan Mitchell
 
Posts: n/a

Default Re: Executing a Package on Oracle 8.1.7 - 01-08-2004 , 03:53 AM



You need the DTS dlls to fire a DTS package as a minimum. To get the dlls
you will need SQL Server.

Redistributing DTS with your program
(http://www.sqldts.com/Default.aspx?225)



--

----------------------------

Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.allisonmitchell.com - Expert SQL Server Consultancy.
www.SQLDTS.com - The site for all your DTS needs.
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org


"Break It" <anonymous (AT) discussions (DOT) microsoft.com> wrote

Quote:
Allan,
Exporting to test file is not a solution since we are talking huge
customer databases here. But going to the later part of your response, does
that mean I will have to have SQL server at my customers site. I was of the
impression of I store my package as a DTS COM-structured file and execute it
with the DTSrun utility I am keeping SQL server totally out of the equation.
Quote:



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.