May 10, 2012 at 12:33 pm
Does anyone know any other SSIS connector to Oracle than Attunity?
The reason I look for the other connectors because I use SSIS connector to Oracle by Attunity in the jobs developed in SQL Server Enterprise edition but deploy them onto the Standard edition. Apparently, it does not work and got the error.
If anyone can suggest me the other connectors which can work on both Enterprise and Standard edition, I'll really appreciate your advice.
Thank you.
Rit
May 10, 2012 at 11:50 pm
You can use the standard OLE DB Source/Destination with the Oracle OLE DB provider.
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
May 11, 2012 at 4:04 am
The given standard one does give poor performance when loading data into Oracle.
May 11, 2012 at 5:02 am
How so? I have used it often and it loads data just fine.
How many rows do you need to load and how do you construct your package?
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
May 11, 2012 at 10:36 am
There 're 6 million rows of data from mssql server loading to oracel 10g directly. The SSIS package running speed is around 6 - 7 hours before failed while loading data in 1-2 million rows because of out of memmory.
So I have to change standard OLE DB Destination to Attunity Oracle destination which can finished loading the same data within a hour.
But after deploy the package to production server I found that this task cannot run on standard edition. Any idea please help. Thank
May 12, 2012 at 11:14 am
Did you use the fast load option in the OLE DB destination?
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
May 13, 2012 at 8:05 pm
I use data access mode as "Table name or view name variable" which config in OLE DB Destination task.
I try to set the data access mode to "OpenRowset Using FastLoad From Variable" in properties tab of OLE DB Destination task but it clear all the setting in the task.
Anyway, I just found the article on the internet that fast load option only use on MSSQL Database. Could you please confirm me that? Thank.
May 16, 2012 at 1:12 am
Can you give me the link to that article?
The official documentation doesn't mention that fast load is only for SQL Server.
But, I tested it and it seems indeed that at both the Oracle OLE DB Provider and the Microsoft OLE DB provider have issues with fast load.
I came across this thread where someone suggests using the Execute Process Task to invoke sqlldr, some sort of Oracle bulk insert:
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
May 17, 2012 at 2:29 am
Sorry for late reply. Here is document about loading to Oracle.
I cann't find any link direct to persistent bulk load information but from the forum told that it's very expensive. Could you please suggest me the freeware that can use on SSIS standard edition 2008.
Thank.
Viewing 9 posts - 1 through 9 (of 9 total)
You must be logged in to reply to this topic. Login to reply
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy