18.2 Setting up the Store
You can create, register, and mount a hierarchical Store.
- Creating, Registering, and Mounting the Store
Setting up a hierarchical file system store requires creating, registering, and mounting the store.
Parent topic: DBFS Hierarchical Store
18.2.1 Creating, Registering, and Mounting the Store
Setting up a hierarchical file system store requires creating, registering, and mounting the store.
Creating, registering, and mounting the store.
- Call
CREATESTORE
.Note:
You create a wallet with the credentials of the Amazon S3 accounts if Amazon S3 is used as the external storage. - Set mandatory and optional properties using
DBMS_DBFS_HS.SETSTOREPROPERTY
. - Register the store using
DBMS_DBFS_CONTENT.REGISTERSTORE
. - Mount the store using
DBMS_DBFS_CONTENT.MOUNTSTORE
.
Parent topic: Setting up the Store