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


VIEW: SYS.DBA_HIST_SGASTAT

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

SGA Pool Historical Statistics Information

[View Source]

Columns
Name Datatype Length Mandatory Comments
SNAP_ID NUMBER
Yes
DBID NUMBER
Yes
INSTANCE_NUMBER NUMBER
Yes
NAME VARCHAR2 (64)
POOL VARCHAR2 (12)
BYTES 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
,      NAME
,      POOL
,      BYTES
,      CON_DBID
,      CON_ID
FROM SYS.DBA_HIST_SGASTAT;

Dependencies

[top of page]

SYS.DBA_HIST_SGASTAT references the following:

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

SchemaPUBLIC
SynonymDBA_HIST_SGASTAT
SchemaSYS
Package BodyDBMS_SWRF_REPORT_INTERNAL - show dependent code