scope of exception handling in plsql

Answer Posted / suresh kumar somayajula

Raising an error in PL/SQL execution block is nothing
but "Execption". These are of 2 types.
1.Predefined Exception 2. User defined Exception

Total 19+1 predefined exceptions are there.
19+1 means 19+When Others.
"When others" is the last one.After "When Others" no
exception will be raised.
Eg. for Predefined Exceptions:
No_data_found,Dup_val_on_index,Invalid_cursor,Invalid_number
,Zero_Divide,.......,'When Others'..

Thank you,
Suresh.

Is This Answer Correct ?    8 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

557


What do we need to check in database testing?

551


How do you create an update query?

515


Can we use threading in pl/sql?

511


What is sql query optimization?

541






what is the difference between blob and text? : Sql dba

522


How to run sql*plus commands in sql developer?

583


What is secondary key?

506


Is a table valued function object?

573


What is the difference between a query and a report?

510


What is the difference between function, procedure and package in pl/sql?

556


What is sql select statement?

501


what are the type of locks ? : Sql dba

523


What is an escape character in sql?

560


What are the three forms of normalization?

520