Answer Posted / roopesh kumar
We can directly handle them in exception section need not
to declare them. We need to declare them onle in case when
we want to put user friendly message instead of oracle's
default one.
Note: When others should be handle in last of exception
handling part of block.
Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is the use of prepared statement?
How to combine two stored procedures in sql?
What is difference between table and view?
How many unique keys can a table have?
what are all the different types of indexes? : Sql dba
What is using in sql?
What is sql character function?
What is full join?
mention if it is possible to import data directly from t-sql commands without using sql server integration services? If yes, what are the commands? : Transact sql
How do I tune a sql query?
Is sql database free?
how to drop an existing index in mysql? : Sql dba
What is before and after trigger?
How many indexes can be created on a table in sql?
What are the conditions an underlying table must satisfy before a cursor can be used by a positioned update or delete statement? : Transact sql