![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Here is a good question for you senior DBAs. You have to DTS 20 million rows nightly from SQL 2000 to Oracle 9.2.0. How would you do it? Here is what I did and some timings. 20 million rows. SQL Server DTS using ODBC or OLE DB [took hours] .csv to Oracle using ODBC [took hours] SQL Server DTS write .csv file, FTP to oracle box, sqlloader, [10 minutes] Oracle to SQL [1 hour] Oracle to .csv [10 minutes] Does anyone know if using OpenQuery plus DTS will speed this process up? I see ETL tools load from SQL to Oracle quickly using the native calls. Can anyone give examples of how I might accomplish the same using DTS? I am shocked at how little information is out there concerning loading larger tables inside DTS to Oracle. Does anyone know if this performance issue was resolved in SSIS? Thanks in advance for any information you can give. Threads in forums related to this seem to get unanswered and vanish. At this point, I want to get some answers and push the information back to the SQL community by mirroring the solution in different forums. |
#3
| |||
| |||
|
#4
| |||
| |||
|
#5
| |||
| |||
|
|
Day Two: Talked with at least 5 different DBA types, and everyone is still saying FTP and SQLLOAD. I hope this isn't the same in SSIS. |
![]() |
| Thread Tools | |
| Display Modes | |
| |