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...


what is the order of pre-defined exceptions.

Answers were Sorted based on User's Feedback



what is the order of pre-defined exceptions...

Answer / 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

what is the order of pre-defined exceptions...

Answer / rajadurai r

There are 20 pre-defined exceptions.

When an exception is raised,normal execution of your PL/SQL
block or subprograms stops and control transfers to its
exception-handling part.

Is This Answer Correct ?    2 Yes 0 No

what is the order of pre-defined exceptions...

Answer / rahul khanke

pre defined exception u should not have to declare in
declare section
ex. dul_value_error
when_duplicate_row
etc

Is This Answer Correct ?    1 Yes 1 No

what is the order of pre-defined exceptions...

Answer / chandra shekher

User Defined exceptions are executed prior to system
defined exceptions.

User defined exceptions are executed in the order in which
they are defined.

Is This Answer Correct ?    1 Yes 1 No

what is the order of pre-defined exceptions...

Answer / avi007

order of preddfined exceptions is to first catch the
exception in begin end; block

Is This Answer Correct ?    0 Yes 0 No

what is the order of pre-defined exceptions...

Answer / suresh somayajula

In these we will use 19+1 exceptions.

it means " When Others " is the last exception in

pl/sql block.execution will be end at When Others exception

Stmt.

suresh.

suresh.somayajula@gmail.com

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More SQL PLSQL Interview Questions

explain access control lists. : Sql dba

0 Answers  


What is the difference between jpql and sql?

0 Answers  


What are the modes of parameters that can be passed to a procedure ?

3 Answers  


What is synchronized subquery?

0 Answers  


What is the example of procedure?

0 Answers  


Is truncate ddl or dml?

0 Answers  


Is join an inner join?

0 Answers  


Why is sql*loader direct path so fast?

0 Answers  


How can you fetch common records from two tables?

0 Answers  


What is sql resultset?

0 Answers  


What are the different dml commands in sql?

0 Answers  


there are 2 variables called x and y ,x contains 1,2 and y contains 3,4 we have to swap the values from x to y and y to x with out using dummy variables and it can be done only by using a single statement ? how?

12 Answers   Oracle,


Categories