Oracle® Database Reference 11g Release 2 (11.2) Part Number E25513-03 |
|
|
PDF · Mobi · ePub |
V$ASM_ACFS_SECURITY_INFO
displays security information for every mounted Oracle ACFS.
Column | Datatype | Description |
---|---|---|
FS_NAME |
VARCHAR2(1024) |
File system mount point (foreign key to V$ASM_FILESYSTEM ) |
VOL_DEVICE |
VARCHAR2(256) |
Name of the Oracle ADVM device |
PREPARED_STATUS |
VARCHAR2(7) |
Indicates whether the file system is prepared for security (YES ) or not (NO ); otherwise UNKNOWN . |
ENABLED_STATUS |
VARCHAR2(8) |
Indicates whether security is enabled for the file system (ENABLED ) or not (DISABLED ); otherwise UNKNOWN . |
Note:
TheV$ASM_ACFS_SECURITY_INFO
view is available starting with Oracle Database 11g Release 2 (11.2.0.2).