DBA Data[Home] [Help] [Dependency Information]


VIEW: SYS.V_$ASM_DISK_IOSTAT_SPARSE

Object Details
Object Name: V_$ASM_DISK_IOSTAT_SPARSE
Object Type: VIEW
Owner: SYS
Subobject Name:
Status: VALID

[View Source]

Columns
Name Datatype Length Mandatory Comments
INSTNAME VARCHAR2 (64)
DBNAME VARCHAR2 (8)
CLUSTERNAME VARCHAR2 (31)
GROUP_NUMBER NUMBER

DISK_NUMBER NUMBER

SPARSE_READS NUMBER

SPARSE_READ_TIME NUMBER

SPARSE_BYTES_READ NUMBER

CON_ID NUMBER

Query Text

Cut, paste (and edit) the following text to query this object:


SELECT INSTNAME
,      DBNAME
,      CLUSTERNAME
,      GROUP_NUMBER
,      DISK_NUMBER
,      SPARSE_READS
,      SPARSE_READ_TIME
,      SPARSE_BYTES_READ
,      CON_ID
FROM SYS.V_$ASM_DISK_IOSTAT_SPARSE;

Dependencies

[top of page]

SYS.V_$ASM_DISK_IOSTAT_SPARSE references the following:

SYS.V_$ASM_DISK_IOSTAT_SPARSE is referenced by following:

SchemaPUBLIC
SynonymV$ASM_DISK_IOSTAT_SPARSE