ORA-00600 [17273] After DML on Table with Trigger
(Doc ID 1342968.1)
Last updated on JANUARY 30, 2022
Applies to:
Oracle Database - Enterprise Edition - Version 11.1.0.7 to 11.2.0.3 [Release 11.1 to 11.2]Oracle Database Cloud Schema Service - Version N/A and later
Oracle Database Exadata Cloud Machine - Version N/A and later
Oracle Cloud Infrastructure - Database Service - Version N/A and later
Oracle Database Cloud Exadata Service - Version N/A and later
Information in this document applies to any platform.
Symptoms
You are attempting to insert, update or delete in/from a table containing a before INSERT or UPDATE or DELETE trigger that also is executing a PL/SQL procedure and that fails with:
Note: In the above error message <x> can be 1 or 2.
The call stack in the trace file will show functions similar to the following:
Changes
This is happening when renaming a trigger and then renaming it back to its original name before doing the statement that is firing it.
NOTES:
1. If renaming the trigger then the fourth argument (<x>) is 1.
2. If renaming the table and trigger to new names and reverting back to original names the fourth argument (<x>) is 2.
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |
References |