5.273 DBA_DBFS_HS_COMMANDS

DBA_DBFS_HS_COMMANDS shows all the registered store commands for all Database File System (DBFS) hierarchical stores.

Related View

USER_DBFS_HS_COMMANDS shows all the registered store commands for all DBFS hierarchical stores owned by current user. This view does not display the STOREOWNER column.

Column Datatype NULL Description

STORENAME

VARCHAR2(256)

Name of store

STOREOWNER

VARCHAR2(64)

Owner of store

STORECOMMAND

VARCHAR2(512)

Store command

STOREFLAGS

NUMBER

Valid values are:

  • 1 - Indicates that the command is sent to the device before put

  • 2 - Indicates that the command is sent to the device before get

See Also:

"USER_DBFS_HS_COMMANDS"