Oracle Error PLS-00213: package STANDARD not accessible

Oracle Error Message

PLS-00213: package STANDARD not accessible

Reason for the Error

The PL/SQL compiler could not find package STANDARD in the current Oracle database. To compile a program, PL/SQL needs package STANDARD.

Solution

Make sure that package STANDARD is available in the current Oracle database, then retry the operation.