Answer Posted / madhuri
Execution is exception is done in many ways.
An exception occurs when there is something wrong in the
code of pl/sql block.
Exception can be raised either in declarative,executable or
in exception section itself.
In case of nested blocks when an exception occurs in inner
block,it will try to find its handle in the same block,if
not then control comes out of inner block and executes the
handler in the outer block.
When exception occurs in declarative and exception
section,then control is propagated to the next outer block.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What normalization means?
what is acid property in database? : Sql dba
Why is pl sql needed?
Does group by remove duplicates?
Is oracel sql developer written in java?
what is self-join? : Sql dba
What is trigger with example?
Is pl sql useful?
What is multiple columns?
What is a table?
What does truncate mean in sql?
What is data types in sql?
What is the basic form of sql query?
what is union, minus and interact commands? : Sql dba
What is cte sql?