[Home] [Help]
[Dependency Information]
| Object Name: | WRH$_IC_CLIENT_STATS |
|---|---|
| Object Type: | TABLE |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
| Tablespace: | SYSAUX |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
DBID
SNAP_ID
INSTANCE_NUMBER
NAME
CON_DBID| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| WRH$_IC_CLIENT_STATS_PK | NORMAL | UNIQUE |
SYSAUX
|
DBID
SNAP_ID
INSTANCE_NUMBER
NAME
CON_DBID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| SNAP_ID | NUMBER | Yes | ||
| DBID | NUMBER | Yes | ||
| INSTANCE_NUMBER | NUMBER | Yes | ||
| NAME | VARCHAR2 | (9) | Yes | |
| BYTES_SENT | NUMBER | |||
| BYTES_RECEIVED | NUMBER | |||
| CON_DBID | NUMBER | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT SNAP_ID
, DBID
, INSTANCE_NUMBER
, NAME
, BYTES_SENT
, BYTES_RECEIVED
, CON_DBID
FROM SYS.WRH$_IC_CLIENT_STATS;
SYS.WRH$_IC_CLIENT_STATS does not reference any database object
SYS.WRH$_IC_CLIENT_STATS is referenced by following:
SYS
INT$DBA_HIST_IC_CLIENT_STATS
|
|
|
|