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


VIEW: SYS.DBA_HIST_OSSTAT

Object Details
Object Name: DBA_HIST_OSSTAT
Object Type: VIEW
Owner: SYS
Subobject Name:
Status: VALID

Operating System Historical Statistics Information

[View Source]

Columns
Name Datatype Length Mandatory Comments
SNAP_ID NUMBER
Yes
DBID NUMBER
Yes
INSTANCE_NUMBER NUMBER
Yes
STAT_ID NUMBER
Yes
STAT_NAME VARCHAR2 (64) Yes
VALUE NUMBER

CON_DBID NUMBER

CON_ID NUMBER

Query Text

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


SELECT SNAP_ID
,      DBID
,      INSTANCE_NUMBER
,      STAT_ID
,      STAT_NAME
,      VALUE
,      CON_DBID
,      CON_ID
FROM SYS.DBA_HIST_OSSTAT;

Dependencies

[top of page]

SYS.DBA_HIST_OSSTAT references the following:

SchemaSYS
ViewINT$DBA_HIST_OSSTAT
SYS.DBA_HIST_OSSTAT is referenced by following:

SchemaPUBLIC
SynonymDBA_HIST_OSSTAT
SchemaSYS
Package BodyDBMS_REPORT - show dependent code
Package BodyDBMS_SWRF_REPORT_INTERNAL - show dependent code
Package BodyDBMS_WORKLOAD_REPLAY - show dependent code