8.101 V$OFSMOUNT
V$OFSMOUNT
provides information about the file systems that are mounted by Oracle File System.
Column | Datatype | Description |
---|---|---|
|
|
Mount path where the file system is mounted |
|
|
File system path |
|
|
Mount options used to mount the file system |
|
|
Flags to specify if the file system is mounted. A value of 1 indicates that the file system is mounted. |
|
|
The ID of the container to which the data pertains. Possible values include:
|
|
|
Node name |
|
|
Unique ID that identifies the mounted file system |
|
|
Oracle file system type. This is the value that is passed to the |
Note:
This database view is supported only on the Linux operating system.
See Also:
-
Oracle Database PL/SQL Packages and Types Reference for more information about the
DBMS_FS.MOUNT_ORACLE_FS
procedure