What is the Exception.
Types of exception, Difference between those.
And example
Answer Posted / hema
Exception is an error caused which leads to abnormal
termination of the program...
To handle these exceptions oracle provides 2 types of
exceptions.
1. oracle server exceptions
2. user-defined exceptions.
oracle server exceptions are the exceptions pre-defined by
the oracle server.
for example,
zero_divide with some error code. like -01400
array_out_of_bounds etc...
for all thse exceptions sqlcode is given(assigned by the
oracle sever)
there are pragma exceptions for which oracle has not given
the names.to assign the exception name with some oracle
defined code ...we go for pragma exceptions.
user-defined exceptions are those defined by the user.
for which the names as wel as code is given by the user.
there is some specified code range to assign to user-
defined exceptions.
| Is This Answer Correct ? | 14 Yes | 5 No |
Post New Answer View All Answers
What are the different components of soa suite?
tell me the scenarios of the independent in reports
Tell me where we find the status of order information?
please send me forms, xml pulisher questions,answers
What are file in oracle.
What do you understand by soa?
How do you register report in oracle apps?
A program must be written which accepts date parameter. The date parameter will accept data in the format DD/MM/YYYY. This data has to be validated and post validation, the following details have to be displayed for this date parameter 1. Input date must be defaulted to sysdate, It can be overridden by any other date. 2. Financial year should be displayed for this date parameter. Eg: If the input date is 30/11/2010, the financial year must be displayed as 1. From Date : 01-Aprr-2010 To Date: 31-Mar-2011 3. Calendar year and Calendar month must also be displayed. 4. The next payment cycle (say for EB), must be displayed based on this date parameter. 5. The previous payment must also be displayed based on this date.
In hierarchical structure of a database? we have write query from where we should start?
List the various types of value set.
What is oracle soa suite?
is it possible to run the interface without using oracle apps?
testing tools?
where to define interorganization transaction charges and what are the different options?
can we get profile values in report without using user exists is it possible how?