HomeOracleOracle Error ORA-14462: cannot TRUNCATE temporary table in an autonomous transaction which is already in use by the parent transaction

Oracle Error ORA-14462: cannot TRUNCATE temporary table in an autonomous transaction which is already in use by the parent transaction

Oracle Error Message

ORA-14462: cannot TRUNCATE temporary table in an autonomous transaction which is already in use by the parent transaction

Reason for the Error

An attempt was made to TRUNCATE a temporary table in an autonomous transaction which is already in use by the parent transaction.

Solution

Make sure the temporary table is not being used by the parent transaction before trying to TRUNCATE in an autonomous transaction.

Share:

Leave a Reply

You May Also Like

Oracle Error Message CLSGN-32767: Internal error. Reason for the Error An unexpected error occurred. Solution Examine the message(s) that accompany...
Oracle Error Message CLSGN-00211: OCR batch operation failed. string Reason for the Error Setting a set of Oracle Cluster Registry...
Oracle Error Message CLSGN-00210: failed to get value for OCR key “string”. string Reason for the Error It was not...