Oracle Error ORA-30510: system triggers cannot be defined on the schema of SYS user

Oracle Error Message

ORA-30510: system triggers cannot be defined on the schema of SYS user

Reason for the Error

An attempt was made to define a system trigger on the schema of SYS user. This type of trigger is not supported currently.

Solution

Do not attempt to create a system trigger defined on the schema of SYS user.