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


TABLE: SYS.WRH$_JAVA_POOL_ADVICE

Object Details
Object Name: WRH$_JAVA_POOL_ADVICE
Object Type: TABLE
Owner: SYS
Subobject Name:
Status: VALID

Storage Details
Tablespace: TablespaceSYSAUX
PCT Free: 10
PCT Used:
Primary Key: WRH$_JAVA_POOL_ADVICE_PK
  1. ColumnDBID
  2. ColumnSNAP_ID
  3. ColumnINSTANCE_NUMBER
  4. ColumnJAVA_POOL_SIZE_FOR_ESTIMATE
  5. ColumnCON_DBID
Indexes
Index Type Uniqueness Tablespace Column
WRH$_JAVA_POOL_ADVICE_PK NORMAL UNIQUE TablespaceSYSAUX ColumnDBID
ColumnSNAP_ID
ColumnINSTANCE_NUMBER
ColumnJAVA_POOL_SIZE_FOR_ESTIMATE
ColumnCON_DBID
Columns
Name Datatype Length Mandatory Comments
SNAP_ID NUMBER
Yes
DBID NUMBER
Yes
INSTANCE_NUMBER NUMBER
Yes
JAVA_POOL_SIZE_FOR_ESTIMATE NUMBER
Yes
JAVA_POOL_SIZE_FACTOR NUMBER

ESTD_LC_SIZE NUMBER

ESTD_LC_MEMORY_OBJECTS NUMBER

ESTD_LC_TIME_SAVED NUMBER

ESTD_LC_TIME_SAVED_FACTOR NUMBER

ESTD_LC_LOAD_TIME NUMBER

ESTD_LC_LOAD_TIME_FACTOR NUMBER

ESTD_LC_MEMORY_OBJECT_HITS NUMBER

CON_DBID NUMBER
Yes
Query Text

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


SELECT SNAP_ID
,      DBID
,      INSTANCE_NUMBER
,      JAVA_POOL_SIZE_FOR_ESTIMATE
,      JAVA_POOL_SIZE_FACTOR
,      ESTD_LC_SIZE
,      ESTD_LC_MEMORY_OBJECTS
,      ESTD_LC_TIME_SAVED
,      ESTD_LC_TIME_SAVED_FACTOR
,      ESTD_LC_LOAD_TIME
,      ESTD_LC_LOAD_TIME_FACTOR
,      ESTD_LC_MEMORY_OBJECT_HITS
,      CON_DBID
FROM SYS.WRH$_JAVA_POOL_ADVICE;

Dependencies

[top of page]

SYS.WRH$_JAVA_POOL_ADVICE does not reference any database object

SYS.WRH$_JAVA_POOL_ADVICE is referenced by following:

SchemaSYS
ViewINT$DBA_HIST_JAVA_POOL_ADVICE