16.3 About DBFS SecureFiles Store Package, DBMS_DBFS_SFS
The SecureFiles Store provider is a default implementation of the DBFS Content API (and is a standard example of a store provider that conforms to the Provider SPI) .
 To use the DBMS_DBFS_SFS package, you must be granted the DBFS_ROLE role.
               
The SecureFiles Store provider is a default implementation of the DBFS Content API (and is a standard example of a store provider that conforms to the Provider SPI) . This enables existing applications to easily add PL/SQL provider implementations and provide access through the DBFS Content API without changing their schemas or their business logic.
See Also:
- 
                        See Oracle Database PL/SQL Packages and Types Reference for more information about the DBMS_DBFS_SFSpackage.
- 
                        Creating Your Own DBFS Store and Oracle Database PL/SQL Packages and Types Reference for more information about the Provider SPI defined in DBMS_DBFS_CONTENT_SPI.
- 
                        Introduction to Large Objects and SecureFiles for advanced features of SecureFiles LOBs. 
Parent topic: DBFS SecureFiles Store