Oracle Error Message
ORA-25028: regular trigger body can not start with keyword COMPOUND
Reason for the Error
Regular triggers body should start with BEGIN/DECLARE etc .
Solution
Fix the syntax and recompile.
ORA-25028: regular trigger body can not start with keyword COMPOUND
Regular triggers body should start with BEGIN/DECLARE etc .
Fix the syntax and recompile.