InterviewSolution
Saved Bookmarks
| 1. |
What Is The Meaning Of Pragma Keyword? |
|
Answer» The PRAGMA KEYWORD SIGNIFIES that the STATEMENT is a compiler directive, which is not processed when the PL/SQL is executed. It is a pseudo-instruction that tells the compiler to interpret all the occurrences of EXCEPTION name within the block with the associated ORACLE server number. The PRAGMA keyword signifies that the statement is a compiler directive, which is not processed when the PL/SQL is executed. It is a pseudo-instruction that tells the compiler to interpret all the occurrences of exception name within the block with the associated Oracle server number. |
|