error code -4061
Hi all.
My english isn't very good.
I have a function in a package. In this function I insert values to a specified table but an exception raises.
when I handle the exception it returns "-4061" .
I don't know why this happen?
EXCEPTION
WHEN OTHERS THEN
return sqlcode;
Habib