Oracle Error Message
PLS-00433: inconsistent package STANDARD
Reason for the Error
PL/SQL compiler could not find the entries (such as type declarations) that should exist in the package STANDARD.
Solution
Make sure that the correct version of package STANDARD is available in the current Oracle database, then retry compilation.