How to fix the Oracle error ORA-25028: regular trigger body can not start with keyword COMPOUND?
In this post, you’ll learn more about the Oracle ErrorORA-25028: regular trigger body can not start with keyword COMPOUND with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
ORA-25028: regular trigger body can not start with keyword COMPOUND
Reason for the Error ORA-25028: regular trigger body can not start with keyword COMPOUND
Regular triggers body should start with BEGIN/DECLARE etc .
How to fix the Error ORA-25028: regular trigger body can not start with keyword COMPOUND ?
You can fix this error in Oracle by following the below steps
Fix the syntax and recompile.
Leave Your Comment