Max Length of SQLCODE & SQLERRM variable
433024Feb 21 2007 — edited Feb 21 2007Hi,
Can any one please tell me what is the max length for these two return variables?
eg.
begin
t_err_Code varchar2(??????);
t_err_desc varchar2(??);
end;
regards,
Rahul.