ERROR | package DBMS_STANDARD must be created before using PL/SQL |
CAUSE | The DBMS specific extensions to PL/SQLs 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. |
582427 | Error due to inconsistent Oracle DDIC |