Oracle Error Message
ORA-06555: this name is currently reserved for use by user SYS
Reason for the Error
You tried to create a package named “STANDARD”, “DBMS_STANDARD” or “DEBUG_IO”. These are currently reserved for use by user SYS.
Solution
Choose another name for your package.