![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, I'm trying to write a SSIS package to transfer data from multiple sources into a SQL database to use in our datawarehouse. I'm having speed issues with the Oracle data extract. I've tried using Microsoft's OLE DB provider, Oracle's OLEDB provider and also Microsoft's improved OLE DB provider, but they all run really slowly - around 9,000 records per 40 seconds. In DTS (using the same machines) I can get around 500,000 records in 30 seconds... so something isn't right somewhere. I can create a package in DTS on 2k and it runs in around 10 minutes - If I then run that DTS package through the migration wizard and convert into SSIS, when it runs under SQL 2005 it takes 20 minutes. Is there something obvious i'm missing? Can anyone help? Thanks |
#3
| |||
| |||
|
|
Hello Dave, I would start by redesigning the package rather than use the wizard reengineered one. This way you know eveything that the package does. It is a common complaint that the extract from Oracle to SQL Server is slow. Have a look at this article from Donald Farmer http://www.sqljunkies.com/WebLog/don...3/13/8819.aspx Allan Mitchell www.SQLDTS.com www.SQLIS.com www.Konesans.com Hi, I'm trying to write a SSIS package to transfer data from multiple sources into a SQL database to use in our datawarehouse. I'm having speed issues with the Oracle data extract. I've tried using Microsoft's OLE DB provider, Oracle's OLEDB provider and also Microsoft's improved OLE DB provider, but they all run really slowly - around 9,000 records per 40 seconds. In DTS (using the same machines) I can get around 500,000 records in 30 seconds... so something isn't right somewhere. I can create a package in DTS on 2k and it runs in around 10 minutes - If I then run that DTS package through the migration wizard and convert into SSIS, when it runs under SQL 2005 it takes 20 minutes. Is there something obvious i'm missing? Can anyone help? Thanks |
![]() |
| Thread Tools | |
| Display Modes | |
| |