ORA-06555: this name is currently reserved for use by user SYS
What triggered the Error:
You tried to create a package named "STANDARD", "DBMS_STANDARD" or "DEBUG_IO". These are currently reserved for use by user SYS.What should we do to fix it:
Choose another name for your package.