ACE Director Alum Daniel Morgan, founder of Morgan's Library, is scheduling
complimentary technical Workshops on Database Security for the first 30
Oracle Database customers located anywhere in North America, EMEA, LATAM, or
APAC that send an email to
asra_us@oracle.com. Request a Workshop for
your organization today.
dbms_file_group_internal_invok.add_file(
canon_file_group_owner IN VARCHAR2,
canon_file_group_NAME IN VARCHAR2,
file_name IN VARCHAR2,
file_type IN VARCHAR2,
canon_dir_obj IN VARCHAR2,
canon_version_name IN VARCHAR2,
user_comment IN VARCHAR2,
canon_creator IN VARCHAR2,
creation_time IN TIMESTAMP WITH TIME ZONE
file_size IN NUMBER,
file_blocksize IN NUMBER,
version_id IN VARCHAR2,
version_guid IN VARCHAR2,
in_import IN BOOLEAN);
dbms_file_group_internal_invok.alter_file_group_3GL(
canon_file_group_owner IN VARCHAR2,
canon_file_group_name IN VARCHAR2,
min_versions IN NUMBER,
max_versions IN NUMBER,
retention_days IN NUMBER,
canon_keep_files IN VARCHAR2,
user_comment IN VARCHAR2,
canon_default_dir_obj IN VARCHAR2);
dbms_file_group_internal_invok.create_file_group(
canon_file_group_owner IN VARCHAR2,
canon_file_group_name IN VARCHAR2,
canon_keep_files IN VARCHAR2,
min_versions IN NUMBER,
max_versions IN NUMBER,
retention_days IN NUMBER,
canon_default_dir_obj IN VARCHAR2,
user_comment IN VARCHAR2,
canon_creator IN VARCHAR2,
creation_time IN TIMESTAMP WITH TIME ZONE);
dbms_file_group_internal_invok.create_file_group_3gl(
canon_file_group_owner IN VARCHAR2,
canon_file_group_NAME IN VARCHAR2,
min_versions IN NUMBER,
max_versions IN NUMBER,
retention_DAYS IN NUMBER,
canon_creator IN VARCHAR2,
creation_time IN TIMESTAMP WITH TIME ZONE,
canon_keep_files IN VARCHAR2,
user_comment IN VARCHAR2,
canon_default_DIR_OBJ IN VARCHAR2,
canon_verseq_name IN VARCHAR2);
dbms_file_group_internal_invok.create_version(
canon_file_group_owner IN VARCHAR2,
canon_file_group_name IN VARCHAR2,
canon_version_name IN VARCHAR2,
version_guid IN RAW,
canon_default_dir_obj IN VARCHAR2,
user_comment IN VARCHAR2,
canon_creator IN VARCHAR2,
creation_time IN TIMESTAMP WITH TIME ZONE,
version_out OUT VARCHAR2);