Database Error Messages

ORA-06554

Package DBMS_STANDARD must be created before using PL/SQL.

Cause

The DBMS specific extensions to the PL/SQL package STANDARD are in package DBMS_STANDARD. This package must be created before using PL/SQL.


Action

Create package DBMS_STANDARD. The source for this PL/SQL stored package is provided with the distribution.