How to fix the Oracle error PLS-00679: trigger binds not allowed in before/after statement section?

In this post, you’ll learn more about the Oracle ErrorPLS-00679: trigger binds not allowed in before/after statement section with the details on why you receive this error and the possible solution to fix it.

Oracle Error Description

PLS-00679: trigger binds not allowed in before/after statement section

Reason for the Error PLS-00679: trigger binds not allowed in before/after statement section

:new or :old were used in this section.

How to fix the Error PLS-00679: trigger binds not allowed in before/after statement section ?

You can fix this error in Oracle by following the below steps

Do not use trigger binds in this section

Tags :

Leave Your Comment