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


VIEW: SYS.V_$IOSTAT_NETWORK

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

[View Source]

Columns
Name Datatype Length Mandatory Comments
CLIENT VARCHAR2 (32)
READS# NUMBER

WRITES# NUMBER

KBYTES_READ NUMBER

KBYTES_WRITTEN NUMBER

READ_LATENCY NUMBER

WRITE_LATENCY NUMBER

CON_ID NUMBER

Query Text

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


SELECT CLIENT
,      READS#
,      WRITES#
,      KBYTES_READ
,      KBYTES_WRITTEN
,      READ_LATENCY
,      WRITE_LATENCY
,      CON_ID
FROM SYS.V_$IOSTAT_NETWORK;

Dependencies

[top of page]

SYS.V_$IOSTAT_NETWORK references the following:

SYS.V_$IOSTAT_NETWORK is referenced by following:

SchemaPUBLIC
SynonymV$IOSTAT_NETWORK