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
What is a rank in sql?
Can procedure in package be overloaded?
Is sql a backend?
what is normalization? : Sql dba
What is sql query limit?
What is PL/SQL Records?
What is oracle pl sql developer?
What is the use of desc in sql?
What is nosql vs sql?
column A column b | output 10 7 | 10 5 8 | 8 7 -9 | 7 3 5 | 5 0 6 | 6 Write a sql query to print such output.
If the application is running very slow? At what points you need to go about the database in order to improve the performance?
How do you truncate?
Why is sql important?
What is package in pl sql with an examples?
Why use subqueries instead of joins?