| General Information |
| Library Note |
Morgan's Library Page Header
|
| Purpose |
Utilities to convert between Oracle DatabaseFile System (DBFS) and Oracle File System (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 |
| 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 |
| Undocumented |
dbfs_ofs_conversion.convert_all_ofs_dbfs; |
exec dbfs_ofs_conversion.convert_all_ofs_dbfs;
PL/SQL procedure successfully completed. |
| |
| CONVERT_DBFS_OFS |
| 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 |
| 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 |
| Undocumented |
dbfs_ofs_conversion.conver_ofs_dbfs(ofs_fs_name IN VARCHAR2) RETURN NUMBER; |
| TBD |