February 26, 2010 at 11:06 am
Elliott W (2/26/2010)
I went back to the original error:"Cannot get a row from the provider OLE DB "BULK" from the connected server "(null)".".
This is indicative of the provider having trouble getting rows from the source. It is not indicitave of a problem on the destination side. I wonder if something is happening at the source to block the data..
In your OLEDB source do you have a query or did you refer to the table?
CEWII
it refers to a view in the oracle db.
February 26, 2010 at 12:17 pm
I read that as you having picked the view out of the list. If so, replace it with a SELECT * FROM dbo.ViewName. I think you will find less issues.
CEWII
February 26, 2010 at 12:25 pm
Elliott W (2/26/2010)
I read that as you having picked the view out of the list. If so, replace it with a SELECT * FROM dbo.ViewName. I think you will find less issues.CEWII
I'll try, but why you think this is better?
February 26, 2010 at 12:34 pm
I can't find the article right now, but it changes the access method and cursors, locking, etc when getting the data. To the point that as a rule, I NEVER select a table/view from the list. I ALWAYS use a select statement. For me there are very few hard and fast rules, but this is one of them. If I find the article I'll post the link.
CEWII
February 26, 2010 at 12:44 pm
i understand.
Thank you.
March 20, 2010 at 9:42 am
Hello,
i have again the errors.:crying:
I have tried to execute the package in debug mode and i see that it takes a long time to download the data from the oracle server. It download 770 rows every 20 seconds.
I dont know why it is so slow.
Viewing 6 posts - 16 through 21 (of 21 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