Answer Posted / svj
PRAGMA (also called pseudo instructions) is the keyword
that signifies that the statement is a compiler directive,
which is not processed when PL/SQL block is executed.
Rather,it directs the PL/SQL compiler to interpret all
occurrences of the exception name within the block as the
associated Oracle server error number.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How to create a table interactively?
what happened to the global index when I truncate the data in one of the partition?
How do I decide when to use right joins/left joins or inner joins or how to determine which table is on which side?
i have a question here... As of my knowledge, when we apply an index (b-tree)on a column, internally it arranges the data in b-tree format and do the fetching process correspondingly... and my quetion is... How a bit-map index arranges the data internally when applied on a column?IS it in b-tree format or whatelse?
Difference between hot backup vs. Cold backup?
Difference between cartesian join and cross join?
What are the set operators union, union all, minus & intersect meant to do?
How to delete a user account in oracle?
What is integrity and what is constraint??Explain with example
What are the different windows events activated at runtime ?
How to use like conditions in oracle?
What is materialized view in Oracle?
List out the difference between commit, rollback, and savepoint?
what are the advantages of running a database in archive log mode?
What is the meaning of recursive hints in oracle?