what is pragma?
Answers were Sorted based on User's Feedback
Answer / 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 |
What is Rollback Segment ?
What are the types of trigger in oracle?
can you call insert/update/delete in select statements. If yes how? If no what is the other way?
Will you be able to store pictures in the database?
I creat Credit memo in AR. Now i want revers the Credit Memo.how you can revers that what out any aditional entry.
Explain oracle’s system global area (sga).
What is oracle open database communication (odbc)?
how to handle exceptions in post production
What is SQL Tuning Advisor in Oracle?
What are the differences between interval year to month and interval day to second?
write a sql query following source looking like below column1 column2 101,102,103 abc,def,ghi 1001,1002,1003 a,b,c i want the output column1 column1 101 abc 102 def 103 ghi 1001 a 1002 b 1003 c
How to create a table index?