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

ERRORpackage DBMS_STANDARD must be created before using PL/SQL
CAUSEThe DBMS specific extensions to PL/SQLs package STANDARD are in package DBMS_STANDARD. This package must be created before using PL/SQL.
ACTIONCreate package DBMS_STANDARD. The source for this PL/SQL stored package is provided with the distribution.

582427Error due to inconsistent Oracle DDIC