21 Creating Your Own DBFS Store
You can create your own DBFS Store using DBFS Content Store Provider Interface (DBMS_DBFS_CONTENT_SPI)
.
- Overview of DBFS Store Creation and Use
In order to customize a DBFS store, you must implement the DBFS Content SPI (DBMS_DBFS_CONTENT_SPI)
. It is the basis for existing stores such as the DBFS SecureFiles Store and the DBFS Hierarchical Store, as well as any user-defined DBFS stores that you create. - DBFS Content Store Provider Interface (DBFS Content SPI)
The DBFS Content SPI (Store Provider Interface) is a specification only and has no package body. - Creating a Custom Store Provider
You can use this example store provider for DBFS, TaBleFileSystem Store Provider ("tbfs"), as a skeleton for custom providers or as a learning tool, to become familiar with the DBFS and its SPI.