Oracle Error Message
PLS-00127: Pragma string is not a supported pragma
Reason for the Error
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.
Solution
Check the spelling of the pragma name, and make sure the proper syntax was used.