PL/SQL (MOSC)

MOSC Banner

Exception Handling from Declare section

edited May 6, 2010 9:13AM in PL/SQL (MOSC) 27 commentsAnswered
How to handle the exception that is coming from the parameter section of the procedure?

Eg: A type is declared in package spec as type1 is table of varchar2(10) and this is used as a datatype of a parameter in the procedure resides on the same package. When a value greater than 10 is passed to the procedure the exception is not handled eventhough i have When others in outer and inner block.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center