Oracle DBMS_DBFS_CONTENT_ADMIN Version 21c |
---|
General Information | ||||||||||||||||||||||||||||
Library Note |
|
|||||||||||||||||||||||||||
Purpose | The administrative methods in "dbms_dbfs_content" are wrappers that delegate to the matching methods in dbms_dbfs_content_admin". Clients can use the methods in either package to perform administrative operations. | |||||||||||||||||||||||||||
AUTHID | DEFINER | |||||||||||||||||||||||||||
Dependencies |
|
|||||||||||||||||||||||||||
Documented | No | |||||||||||||||||||||||||||
First Available | 11.1 | |||||||||||||||||||||||||||
Security Model | Owned by SYS with EXECUTE granted to the DBFS_ROLE role | |||||||||||||||||||||||||||
Source | {ORACLE_HOME}/rdbms/admin/dbmscapi.sql See also: {ORACLE_HOME}/rdbms/admin/dbfs_create_filesystem_advanced.sql |
|||||||||||||||||||||||||||
Subprograms |
|
|||||||||||||||||||||||||||
CHECKSPI | ||||||||||||||||||||||||||||
Checks that the package really implements all provider methods (with the proper signatures), and reports conformance. The result is generated into the "chk" lob | dbms_dbfs_content_admin.checkspi( |
|||||||||||||||||||||||||||
TBD | ||||||||||||||||||||||||||||
EXIMREGISTERALL | ||||||||||||||||||||||||||||
A one-time action to register the ContentAPI entities with the procedural action infrastructure | dbms_dbfs_content_admin.eximRegisterAll; |
|||||||||||||||||||||||||||
exec dbms_dbfs_content_admin.eximRegisterAll; |
||||||||||||||||||||||||||||
EXIM_MOUNT | ||||||||||||||||||||||||||||
DBFS export/import support (helper functions). These functions are _strictly_ for internal use in the DBFS export/import infrastructure. Do not even think about using them explicitly. |
dbms_dbfs_content_admin.exim_mount( |
|||||||||||||||||||||||||||
TBD | ||||||||||||||||||||||||||||
EXIM_MOUNTP | ||||||||||||||||||||||||||||
DBFS export/import support (helper functions). These functions are _strictly_ for internal use in the DBFS export/import infrastructure. Do not even think about using them explicitly. |
dbms_dbfs_content_admin.exim_mountp( |
|||||||||||||||||||||||||||
TBD | ||||||||||||||||||||||||||||
EXIMSTORE | ||||||||||||||||||||||||||||
DBFS export/import support (helper functions). These functions are _strictly_ for internal use in the DBFS export/import infrastructure. Do not even think about using them explicitly. |
dbms_dbfs_content_admin.exim_store( |
|||||||||||||||||||||||||||
TBD | ||||||||||||||||||||||||||||
INSTANCE_INFO_EXP | ||||||||||||||||||||||||||||
DBFS export/import procedural actions | dbms_dbfs_content_admin.instance_info_exp( |
|||||||||||||||||||||||||||
TBD | ||||||||||||||||||||||||||||
LISTCLIENTS | ||||||||||||||||||||||||||||
Undocumented | dbms_dbfs_content_admin.listClients RETURN dbms_dbfs_content.clients_t PIPELINED; |
|||||||||||||||||||||||||||
TBD | ||||||||||||||||||||||||||||
MOUNTSTORE | ||||||||||||||||||||||||||||
Mount a registered store "store_name" and bind it to the "store_mount" mount-point | dbms_dbfs_content_admin.mountStore( |
|||||||||||||||||||||||||||
exec dbms_dbfs_content.registerStore('MY_TBFS', 'table', 'UWCLASS'); |
||||||||||||||||||||||||||||
MOUNTSTORE_LOG | ||||||||||||||||||||||||||||
Undocumented | dbms_dbfs_content_admin.mountStore_log( |
|||||||||||||||||||||||||||
TBD | ||||||||||||||||||||||||||||
PROFILE_CLEAR | ||||||||||||||||||||||||||||
Undocumented | dbms_dbfs_content_admin.profile_clear; |
|||||||||||||||||||||||||||
exec dbms_dbfs_content_admin.profile_clear; |
||||||||||||||||||||||||||||
PROFILE_ENABLE | ||||||||||||||||||||||||||||
Undocumented | dbms_dbfs_content_admin.profile_enable; |
|||||||||||||||||||||||||||
exec dbms_dbfs_content_admin.profile_enable; |
||||||||||||||||||||||||||||
PROFILE_RESTORE | ||||||||||||||||||||||||||||
Undocumented | dbms_dbfs_content_admin.profile_restore; |
|||||||||||||||||||||||||||
exec dbms_dbfs_content_admin.profile_restore; |
||||||||||||||||||||||||||||
REGISTERCLIENT | ||||||||||||||||||||||||||||
Undocumented. Client info must be unique and should be correlated with the client_info column in v$session using dbms_application_info.set_client_info. | dbms_dbfs_content_admin.registerClient( |
|||||||||||||||||||||||||||
TBD | ||||||||||||||||||||||||||||
REGISTERSTORE | ||||||||||||||||||||||||||||
Register a new store backed by provider "provider_name" that uses "provider_package" as the store provider (conforming to the "dbms_dbfs_content_spi" package signature) | dbms_dbfs_content_admin.registerStore( |
|||||||||||||||||||||||||||
See mountStore Demo Above |
||||||||||||||||||||||||||||
REGISTERSTORE_LOG | ||||||||||||||||||||||||||||
Undocumented | dbms_dbfs_content_admin.registerStore_log( |
|||||||||||||||||||||||||||
TBD | ||||||||||||||||||||||||||||
SCHEMA_INFO_EXP | ||||||||||||||||||||||||||||
DBFS export/import procedural actions | dbms_dbfs_content_admin.schema_info_exp( |
|||||||||||||||||||||||||||
TBD | ||||||||||||||||||||||||||||
SYSTEM_INFO_EXP | ||||||||||||||||||||||||||||
DBFS export/import procedural actions | dbms_dbfs_content_admin.system_info_exp( |
|||||||||||||||||||||||||||
TBD | ||||||||||||||||||||||||||||
UNMOUNTSTORE | ||||||||||||||||||||||||||||
Unmount a previously mounted store, either by name or by mount point. Single stores can be unmounted only by store name (since they have no mount-points) | dbms_dbfs_content_admin.unMountStore( |
|||||||||||||||||||||||||||
TBD | ||||||||||||||||||||||||||||
UNMOUNTSTORE_LOG | ||||||||||||||||||||||||||||
Undocumented | dbms_dbfs_content_admin.unmountStore_log( |
|||||||||||||||||||||||||||
TBD | ||||||||||||||||||||||||||||
UNREGISTERCLIENT | ||||||||||||||||||||||||||||
Undocumented | dbms_dbfs_content_admin.unregisterClient(client_info IN VARCHAR2); |
|||||||||||||||||||||||||||
TBD | ||||||||||||||||||||||||||||
UNREGISTERSTORE | ||||||||||||||||||||||||||||
Unregister a previously registered store invalidating all mount-points associated with it | dbms_dbfs_content_admin.unregisterStore( |
|||||||||||||||||||||||||||
TBD | ||||||||||||||||||||||||||||
UNREGISTERSTORE_LOG | ||||||||||||||||||||||||||||
Undocumented | dbms_dbfs_content_admin.unregisterStore_log( |
|||||||||||||||||||||||||||
TBD | ||||||||||||||||||||||||||||
UPDATECTX | ||||||||||||||||||||||||||||
Internal helper function that modifies the DBFS context and allows sessions to refresh their internal state on subsequent operations | dbms_dbfs_content_admin.updateCtx; |
|||||||||||||||||||||||||||
exec dbms_dbfs_content_admin.updateCtx; |
||||||||||||||||||||||||||||
UPDATESTATS | ||||||||||||||||||||||||||||
Update operation statistics for a store/mount. Statistics flushes are invoked by the DBFS API operations, and update the common metadata tables IN a secure manner. |
dbms_dbfs_content_admin.updateStats( |
|||||||||||||||||||||||||||
TBD |