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 |
How to connect to oracle using service name instead of sid?
What are the factors causing the reparsing of SQL statements in SGA?
how to find find & delete duplicate rows from two different tables?
I am using an Oracle 8i Database my data contains Clob data. I am using toad version 7.6 i am able to get the data in toad but unable to extract the data in excel.when trying to extract the data into the excel the toad error says out of memory. Can any body please help me to extract the data through the same toad version. Thanks in advance
Does a Before form trigger fire when the parameter form is suppressed ?
What is the difference between formal parameters and actual parameters?
find out first highest salary?
10 Answers Verinon Technology Solutions,
If server is in US and client is in india there is timezone is diffrence, How can we display date in indian time when data is displayed from US server timezone?
How to display First 4 rows From Database Table?
Why should I use oracle database?
why pl sql doesn't support retrieving multiple records
What are the differences between date and timestamp in oracle?