Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

Why stored procedure is faster than query?

1158


Is sql a backend?

1073


what is a table called, if it has neither cluster nor non-cluster index? What is it used for? : Sql dba

1021


What is join view in sql?

989


What is pl sql package?

1073


What is a function in oracle pl sql?

1098


how to calculate expressions with sql statements? : Sql dba

1096


how would you get the current date in mysql? : Sql dba

1017


How can I get the number of records affected by a stored procedure?

1118


How do you modify a trigger?

984


What are the usages of sql?

1103


How to run sql statements through the web interface?

1095


how can we know the number of days between two given dates using mysql? : Sql dba

1089


How do you optimize a query?

1060


What do you understand by exception handling in pl/sql?

1089