What is Pragma EXECPTION_INIT ? Explain the usage ?
Answers were Sorted based on User's Feedback
Answer / tulsi
The PRAGMA EXECPTION_INIT tells the complier to associate
an exception with an oracle error. To get an error message
of a specific oracle error.
e.g. PRAGMA EXCEPTION_INIT (exception name, oracle error
number)
Is This Answer Correct ? | 8 Yes | 0 No |
Answer / harish
Oracle have some builtin errors but they have only error
code not the error name user can define this builtin errors
by using Pragma EXECPTION_INIT
Is This Answer Correct ? | 1 Yes | 1 No |
How do we tune the code?
Is pl sql different from sql?
What is the usage of sql functions?
What are the advantages of VIEW?
What is view? Can we update view
Write a query to find five highest salaries from EMP table. (there is a column SALARY)
24 Answers Cap Gemini, iNautix,
What is full join?
How can we optimize a sql query?
what are the authentication modes in sql server? How can it be changed? : Sql dba
What is crud stand for?
explain advantages of innodb over myisam. : Sql dba
In table three columns with 1 milion records(here there is no sequence values) i want add one more column with sequence values from the first how it is posible?