ORA-3113 with DirectPathLoading

jschmied

Member²
Hi!

When I call the Prepare procedure of the DirectPathLoader I get a ORA-03113.
The Oracle Monitor shows only a failed Prepare call.
Server & Client = ORA 8.1.7

How to debug???

Bye

Juergen
 
ORA-03113 usually means that the Oracle Server process for the current session has crashed. Can you check if a user trace dump file exist on the database server that corresponds to this ORA-03113 error? Usually you will see an ORA-00600 error here, with some error codes that may help us find the cause of the problem. If it does, can you send it to me?

------------------
Marco Kalter
Allround Automations
 
Hi!

I see nothing in the *.trc or alert.log files.
Even with session-tracing enabled everything is OK.

juergen
 
Does this also happen with the DirectPath demo project?

------------------
Marco Kalter
Allround Automations
 
I did some tests, and it works just fine here. Can you try the same on a different PC?

------------------
Marco Kalter
Allround Automations
 
Back
Top