DBA Data[Home] [Help]

PACKAGE: SYS.GET_ERROR$

Source


1 package get_error$ as
2   type myrec is record (errormsg varchar(4000));
3   type myrctype is ref cursor return myrec;
4   function error_lines (classname varchar2) return myrctype;
5 end get_error$;