Which has the higher priority in your organization: Deploying a new database or securing the ones you already have?
Looking for a website, and resources, dedicated solely to securing Oracle databases? Check out DBSecWorx.
Purpose
Internal utilities for building and managing a File Group repository.
dbms_file_group_utl_invok.check_privilege_on_file_group(
canon_file_group_own IN VARCHAR2,
canon_file_group_name IN VARCHAR2,
privilege IN BINARY_INTEGER);
dbms_file_group_utl_invok.load_datapump(
file_name IN VARCHAR2,
canon_dir_obj IN VARCHAR2,
canon_owner OUT VARCHAR2,
canon_tab_view_name OUT VARCHAR2,
canon_tts_view_name OUT VARCHAR2,
canon_mt_name OUT VARCHAR2,
dp_job_desc OUT public.ku$_jobdesc);
dbms_file_group_utl_invok.unload_datapump(
canon_owner IN VARCHAR2,
canon_tab_view_name IN VARCHAR2,
canon_tts_view_name IN VARCHAR2,
canon_mt_name IN VARCHAR2);