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
How can you achieve loose coupling in soa framework?
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.
Tell me where we find the status of order information?
Are you familiar with internet architecture of oracle apps 11i?
Which oracle apps version you are very confident in?
Pls tel me the best text book for Oracle Apps 11i Tech? & I want D2K Text book also?
What are do's and dont's of Interface?
If we have a repeated record in a table. But the repeated record how i can transfer from table to nested table?
Can you differentiate between mediator and osb?
Can u give the Documentation of Custom.pll in oracle apps
List the types of flexfield?
Tell me how to debug the report?
How can a process be deployed in soa?
Do you know what are user profiles in apps. Any examples you can give?
Tell me how to find the custom directory in front end?