Oracle Solution for Error ora-06554

Solution for Oracle Error ORA-06554

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

What triggered 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.

What should we do to fix it:

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