In a package have predefined exception and user defined exception. while execution which exception will be executed first? why?
Answer / swati kapoor
User Defined exceptions are executed prior to system
defined exceptions.
User defined exceptions are executed in the order in which
they are defined.
When an exception is raised,normal execution of your PL/SQL
block or subprograms stops and control transfers to its
exception-handling part.
Note: When others should be handle in last of exception
handling part of block.
Is This Answer Correct ? | 6 Yes | 1 No |
in procedure how to return a value
What are the validations you don in .CTL file in inbound interface process?
what is difference between d2k report and oracle apps report
Can you define an erp system?
Hi, can anybody tell me where is the requirement of Oracle Apps (functional+technical) in industry,Iwant to join there,If possible than call me---9313174232
is it possible to run the interface without using oracle apps?
what is difference between procedure and function
what is difference between d2k report and oracle apps report
10 Answers Seven Hills, Wipro,
If we transfer the data from legacy system to oracle base tables. I want to hold the data in interface table how?
what is pick selection list generation report.
In oracle application how do you debug or trace errors?
In interface process we have 1000 records i want to commit every 100 records how? How i can commit every 100 records?