What is the Exception.
Types of exception, Difference between those.
And example
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / guest
Exception r unwanted situations which can occur in our
program , by handling them our code become robust.
There are 2 type of exception
1) User defined
2) default or system
| Is This Answer Correct ? | 9 Yes | 4 No |
How can u find custom top? where its located? How to find custom top in front end?
35—how to create ldt lct files? 36—how to tranfor on file from one instance to another instance?
What are the Major differences bteween key flexfields ,descriptive flexfields
4 Answers Sierra Atlantica, TechBulls,
what is MRC? Why it is needed?
How to write the no data found in XML Publiser Report in apps?
How we print the multi language in report?can any one give me step bye step explanation.
2 Answers HCL, IBM, Tech Mahindra,
what is organization id
What is instead of trigger in where we will use?
whats the use of after parameter form and before report?
In SQL Loader i have 100 Records to be loaded into my table. How do i load the first 30 Records and skip the last 10 Records within a single .ctl file ? So my total no.of records to be loaded would be 60. Could anybody help me in this ?
IN GL,AP,PO,AR WHICH MODULE DOESNOT HAVE _ALL TABLES THEN WHY?
How can we import the data into a database using sql * loader?