DBA Data[Home] [Help]

FUNCTION: SYS.SYSEVENT

Source


1 function sysevent return varchar2 is
2 begin
3   return dbms_standard.sysevent;
4 end;