DBA Data[Home] [Help]

FUNCTION: SYS.LOGIN_USER

Source


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