Hi Gurus,
I understand that using pragma init exception, allows you to associate user defined error message with valid plsql error code.
But cant that be handled using when others then exception?Using sqlerrm and sqlerrcode, we can display those error messages and log them in.
Could you please help me understand this?
Thanks