Hi all,
We are using Oracle 9.2.0.4 on Rhel4.And users are using front end application to insert data or selection of data.But at the time of first insert they are not getting any error but later on i.e second time they are getting error
Frm-40735:Post trigger raised unhandled excpetion Ora-03113
One of the trigger is calling the procedure in it. And in the procedure developer using the cursor.but what i was getting is that at the second time when user tries to enter data cursor was not able to release the data that might result to quit the application.
Can somebody throw some light on the same.........