DirectPathLoader error on 4.0.1

I have problemns with DirectPathLoader.
1)
I run your demo and get an exception with message "".
2) I set SingleEnviroment = False and run your demo again. As result I see "End of file at communication channel"

We using Oracle 8.1.7.

DOA 3.4.6.1 have no such problems.
 
Can you include the owner in the TableName property (e.g. SCOTT.EMP instead of EMP)? This should fix it. Apparently Oracle Net 9 requires a null owner, and Oracle Net 8 does not allow it. This will be fixed in 4.0.2 which will be available next Monday.
 
After replacing DOA to 4.0.2 and setting
SingleEnviroment to False the error disappeared.

But when SingleEnviroment is True the error is still raised.
 
Back
Top