in reply to ORA-03113: end-of-file on communication channel (DBD ERROR: OCIStmtExecute/Describe)

Both parent and child shares the same database handle..

That presumably is your problem. See InactiveDestroy.

  • Comment on Re: ORA-03113: end-of-file on communication channel (DBD ERROR: OCIStmtExecute/Describe)

Replies are listed 'Best First'.
Re^2: ORA-03113: end-of-file on communication channel (DBD ERROR: OCIStmtExecute/Describe)
by a1helios (Initiate) on Jan 17, 2014 at 04:43 UTC
    Thanks Guys. It did really help me. So Basically I have set "INACTIVE_DESTROY" => 1 and have reset my db connection for the child processes and now it is perfectly working.