How to fix the Oracle error PLS-00127: Pragma string is not a supported pragma?

In this post, you’ll learn more about the Oracle ErrorPLS-00127: Pragma string is not a supported pragma with the details on why you receive this error and the possible solution to fix it.

Oracle Error Description

PLS-00127: Pragma string is not a supported pragma

Reason for the Error PLS-00127: Pragma string is not a supported pragma

The named pragma (compiler directive) is not among those supported by PL/SQL. The pragma name might be misspelled, or the pragma syntax might be faulty.

How to fix the Error PLS-00127: Pragma string is not a supported pragma ?

You can fix this error in Oracle by following the below steps

Check the spelling of the pragma name, and make sure the proper syntax was used.

Tags :

Leave Your Comment