How can i find what is wrong with the Finish method?
I'm loading a huge file to the database and it's throwing an error "ORA-24795" when calling the Finish method.
But it's trowing this erro only with Oracle 11g, in 10g it's doesn't.
It doesn't looks like the Finish it's self have a problem, it's called several times without error. Looks like some especific instroction is causing the issue, but how can i figure it out?
I'm loading a huge file to the database and it's throwing an error "ORA-24795" when calling the Finish method.
But it's trowing this erro only with Oracle 11g, in 10g it's doesn't.
It doesn't looks like the Finish it's self have a problem, it's called several times without error. Looks like some especific instroction is causing the issue, but how can i figure it out?
Last edited: