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 multiple partition?
Is it mandatory for the primary key to be given a value when a new record is inserted?
what are the other commands to know the structure of table using mysql commands except explain command? : Sql dba
What is sql basics?
How do I audit the sql sent to the server?
How do I view a sql database?
Is sql microsoft?
What are the commands used in sql?
what is the difference between sql and t-sql? : Transact sql
What is the difference between truncate and drop statements?
what is the command used to fetch first 5 characters of the string? : Sql dba
Does inner join return duplicate rows?
What is sql prepared statement?
What is the difference between rename and alias?
What are types of exception?