What is Pragma EXECPTION_INIT ? Explain the usage ?
Answer Posted / 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 |
Post New Answer View All Answers
what is an execution plan? When would you use it? How would you view the execution plan? : Sql dba
What is an index in sql with example?
What do you mean by dbms? What are its different types?
What is data abstraction in sql?
Explain what is a database?
What is the starting oracle error number? What is meant by forward declaration in functions?
What does cursor do in sql?
Why triggers are used?
How do I count rows in sql?
How many columns should be in an index?
What is the location of pre_defined_functions.
How can check sql version from command line?
Why do we use subquery?
What are all ddl commands?
What is varchar example?