General Information
Library Note
Morgan's Library Page Header
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
Utilities to convert between Oracle D atab aseF ile S ystem (DBFS) and O racle F ile S ystem (OFS).
AUTHID
DEFINER
Dependencies
DBFS$_MOUNTS
DBMS_DBFS_CONTENT_PROPERTIES_T
DUAL
DBFS_SFS$_FSSEQ
DBMS_DBFS_SFS
PLITBLM
DBMS_ASSERT
DBMS_FUSE
X$KSPPCV
DBMS_DBFS_CONTENT
DBMS_SYSTEM
X$KSPPI
Documented
No
First Available
20c
Security Model
Owned by SYS with no privileges granted
Source
{ORACLE_HOME}/rdbms/admin/prvtfsco.plb
Subprograms
CONVERT_ALL_DBFS_OFS (new 20c)
Undocumented
dbfs_ofs_conversion.convert_all_dbfs_ofs;
exec dbfs_ofs_conversion.convert_all_dbfs_ofs ;
PL/SQL procedure successfully completed.
CONVERT_ALL_OFS_DBFS (new 20c)
Undocumented
dbfs_ofs_conversion.convert_all_ofs_dbfs;
exec dbfs_ofs_conversion.convert_all_ofs_dbfs ;
PL/SQL procedure successfully completed.
CONVERT_DBFS_OFS (new 20c)
Undocumented
dbfs_ofs_conversion.convert_dbfs_ofs(
dbfs_table_name IN VARCHAR2,
hl_table_name IN VARCHAR2,
ofs_fs_name IN VARCHAR2);
TBD
CONVERT_OFS_DBFS (new 20c)
Undocumented
dbfs_ofs_conversion.conver_ofs_dbfs(
ofs_table_name IN VARCHAR2,
hl_table_name IN VARCHAR2,
dbfs_fs_name IN VARCHAR2);
TBD
CONVERT_OFS_NAME_DBFS (new 21c)
Undocumented
dbfs_ofs_conversion.conver_ofs_dbfs(ofs_fs_name IN VARCHAR2) RETURN NUMBER;
TBD