DBA Data[Home] [Help]

FUNCTION: SYS.WITH_GRANT_OPTION

Source


1 function with_grant_option return boolean is
2 begin
3 return dbms_standard.with_grant_option;
4 end;