Oracle Error PLS-00708: Pragma string must be declared in a package specification

Oracle Error Message

PLS-00708: Pragma string must be declared in a package specification

Reason for the Error

The named pragma was not declared in a package specification, as required. For example, the pragma RESTRICT_REFERENCES must be declared in a package specification.

Solution

Remove or relocate the misplaced pragma.