How to fix the Oracle error PLS-00677: Compound Triggers cannot be autonomous transactions?
In this post, you’ll learn more about the Oracle ErrorPLS-00677: Compound Triggers cannot be autonomous transactions with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
PLS-00677: Compound Triggers cannot be autonomous transactions
Reason for the Error PLS-00677: Compound Triggers cannot be autonomous transactions
The Compound Triggers hsd pragma autonomous transaction.
How to fix the Error PLS-00677: Compound Triggers cannot be autonomous transactions ?
You can fix this error in Oracle by following the below steps
Call autonomous function or procedure, if autonomous transaction behavior is desired from Compound Triggers.
Leave Your Comment