Oracle DBA, How To, Error, Cause and Action

ORA-06555: this name is currently reserved for use by user SYS

ORA-06555: this name is currently reserved for use by user SYS


Cause:


You tried to create a package named "STANDARD", "DBMS_STANDARD" or "DEBUG_IO". These are currently reserved for use by user SYS.



Action:


Choose another name for your package.

No comments:

Post a Comment

Thanks for your comment.