How to fix the Oracle error PLS-00680: BEFORE/AFTER ROW sections were used in a view trigger?
In this post, you’ll learn more about the Oracle ErrorPLS-00680: BEFORE/AFTER ROW sections were used in a view trigger with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
PLS-00680: BEFORE/AFTER ROW sections were used in a view trigger
Reason for the Error PLS-00680: BEFORE/AFTER ROW sections were used in a view trigger
BEFORE/AFTER ROW sections are not allowed with instead of row triggers.
How to fix the Error PLS-00680: BEFORE/AFTER ROW sections were used in a view trigger ?
You can fix this error in Oracle by following the below steps
Remove the offending sections.
Leave Your Comment