|
We created a procedure, where there is a formula as follows.
Here some times the cnter value is coming 0. So the procedure is throughing an exception. How can we handle this error in pl/sql procedure?
(comments are locked)
|
|
You could avoid the error altogether, don't divide when 0, just return a 0 (or some other value): Yep KillerDBA. This case statement solved the eror. Thank you.
Dec 10 '09 at 09:19 PM
dbkid
(comments are locked)
|

