Oracle Error ORA-06554: package DBMS_STANDARD must be created before using PL/SQL

Oracle Error Message

ORA-06554: package DBMS_STANDARD must be created before using PL/SQL

Reason for the Error

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

Solution

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