DBA Data[Home] [Help]

FUNCTION: SYS.DICTIONARY_OBJ_OWNER_LIST

Source


1 function dictionary_obj_owner_list
2 (owner_list out ora_name_list_t)
3 return binary_integer is
4 begin
5 return dbms_standard.dictionary_obj_owner_list(owner_list);
6 end;