Oracle Solution for Error ora-30513

Solution for Oracle Error ORA-30513

ORA-30513: cannot create system triggers of INSTEAD OF type

What triggered the Error:

Only BEFORE or AFTER triggers can be created on system events.

What should we do to fix it:

Change the trigger type to BEFORE or AFTER.