Oracle DBMS_FILE_GROUP_IMP
Version 26ai

General Information
Library Note Morgan's Library Page Header
The best Oracle News for FY2026

Oracle Database 26ai is now availble. If you haven't you downloaded already: Why?
Purpose Undocumented
AUTHID CURRENT_USER
Dependencies
STANDARD (Only)    
Documented No
First Available Not known
Security Model Owned by SYS with EXECUTE granted to PUBLIC
Source {ORACLE_HOME}/rdbms/admin/prvthfie.plb
Subprograms
 
ADD_FILE
Undocumented dbms_file_group_imp.add_file(
canon_file_group_name IN VARCHAR2,
file_name             IN VARCHAR2,
file_type             IN VARCHAR2,
canon_directory       IN VARCHAR2,
canon_version_name    IN VARCHAR2,
version_guid          IN VARCHAR2,
comments              IN VARCHAR2,
file_size             IN NUMBER,
file_blocksize        IN NUMBER,
canon_creator         IN VARCHAR2,
creation_time         IN TIMESTAMP WITH TIME ZONE);
TBD
 
CREATE_FILE_GROUP
Undocumented dbms_file_group_imp.create_file_group(
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_directory IN VARCHAR2,
comments                IN VARCHAR2,
canon_creator           IN VARCHAR2,
creation_time           IN TIMESTAMP WITH TIME ZONE);
TBD
 
CREATE_VERSION
Undocumented dbms_file_group_imp.create_version(
canon_file_group_name   IN VARCHAR2,
canon_version_name      IN VARCHAR2,
version_guid            IN VARCHAR2,
canon_default_directory IN VARCHAR2,
comments                IN VARCHAR2,
canon_creator           IN VARCHAR2,
creation_time           IN TIMESTAMP WITH TIME ZONE);
TBD
 
GRANT_OBJECT_PRIVILEGE
Undocumented dbms_file_group_imp.grant_object_privilege(
canon_file_group_owner IN VARCHAR2,
canon_file_group_name  IN VARCHAR2,
privilege              IN BINARY_INTEGER,
canon_grantee          IN VARCHAR2,
grant_option           IN BOOLEAN);
TBD
 
SET_TABLESPACE_INFO
Undocumented dbms_file_group_imp.set_tablespace_info(
canon_file_group_name IN VARCHAR2,
canon_version_name    IN VARCHAR2,
version_guid          IN VARCHAR2,
canon_tablespace_name IN VARCHAR2);
TBD
 
SET_TABLE_INFO
Undocumented dbms_file_group_imp.set_table_info(
canon_file_group_name IN VARCHAR2,
canon_version_name    IN VARCHAR2,
version_guid          IN VARCHAR2,
canon_schema_name     IN VARCHAR2,
canon_table_name      IN VARCHAR2,
canon_tablespace_name IN VARCHAR2,
scn                   IN NUMBER);
TBD
 
SET_VERSION_EXPORT_INFO
Undocumented dbms_file_group_imp.set_version_export_info(
canon_file_group_name IN VARCHAR2,
canon_version_name    IN VARCHAR2,
version_guid          IN VARCHAR2,
export_version        IN VARCHAR2,
export_platform       IN VARCHAR2,
export_time           IN DATE,
export_scn            IN NUMBER,
source_db_name        IN VARCHAR2);
TBD

Related Topics
Built-in Functions
Built-in Packages
Database Security
What's New In 21c
What's New In 26ai

Morgan's Library Page Footer
This site is maintained by Daniel Morgan. Last Updated: This site is protected by copyright and trademark laws under U.S. and International law. © 1998-2026 Daniel A. Morgan All Rights Reserved