How to find errors of PROCEDURE at run time( not complie time) ?

Showing Answers 1 - 4 of 4 Answers

nachs

  • Aug 22nd, 2006
 

Use the exception handlers in run time

use sqlerrm, sqlcode functions




show error

is used to find errors during compile time

Hi,

what nachs has written is correct.
Show error is use to find the compilation error not run time error.
For runtime error of procedure we need to take help of exception Handling and that error may be user defined or system defined. but we can handle it by mentioning in PL/SQL block itself and will throw the error at run time.

Thanks,

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions