Oracle Error Message
ORA-29476: DBMS_SQL.CLOSE_CURSOR failed
Reason for the Error
An attempt was made to close a DBMS_SQL cursor while it was executing under its own context.
Solution
Rewrite the program so that it does not attempt to close a DBMS_SQL cursor while it is executing under its own context.