That is the last thing I found.
The error on the LOAD method is just rised on the 11g engine. No error is raised on the 10g on the LOAD method. The great problem is that the Exception variable is NIL... so no clue what can it be. The line content is the same as the other ones..
I found the...
I can try, can you tell me where to find the demo project?
As far i test it.
We are loading a file with 806067 lines, when it's reach the line 562627 it's throw an error on the LOAD method. But, the erro is NIL with EOracleError exception. So i change it to normal Exception and got NIL to.
i...
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...