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


TABLE: JTF.JTF_PREFAB_CACHE_STATS

Object Details
Object Name: JTF_PREFAB_CACHE_STATS
Object Type: TABLE
Owner: JTF
FND Design Data: TableJTF.JTF_PREFAB_CACHE_STATS
Subobject Name:
Status: VALID


JTF_PREFAB_CACHE_STATS captures the statistics of cache usage. The statistics is gathered for the combination of host (WSH_PO_ID), cache component (CA_COMP_ID), jvm (JVM_ID), and security group id (SECURITY_GROUP_ID).


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
JTF_PREFAB_CACHE_STATS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnCACHE_STAT_ID
JTF_PREFAB_CACHE_STATS_U2 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnWSH_PO_ID
ColumnCA_COMP_ID
ColumnJVM_ID
ColumnSECURITY_GROUP_ID
JTF_PREFAB_CACHE_STATS_IDX NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnSECURITY_GROUP_ID
Columns
Name Datatype Length Mandatory Comments
CACHE_STAT_ID NUMBER
Yes sequence primary key
OBJECT_VERSION_NUMBER NUMBER
Yes standard column
CREATED_BY NUMBER (15) Yes Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
CREATION_DATE DATE
Yes Standard who column - date when this row was created.
LAST_UPDATED_BY NUMBER (15) Yes Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_DATE DATE
Yes Standard Who column - date when a user last updated this row.
LAST_UPDATE_LOGIN NUMBER (15)
Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID).
SECURITY_GROUP_ID NUMBER

standard column
WSH_PO_ID NUMBER
Yes host id for which the cache statistics was gathered
CA_COMP_ID NUMBER
Yes cache component id for which the cache statistics was gathered
JVM_ID NUMBER
Yes jvm id for which the cache statistics was gathered
NUM_CACHE_MISS NUMBER
Yes number of cache misses for the row
NUM_CACHE_HIT NUMBER
Yes number of cache hits for the row
NUM_LOADER_MISS NUMBER
Yes number of loader misses for the row
NUM_INVALIDATE_CALL NUMBER
Yes number of invalidate calls for the row
NUM_INVALIDATIONS NUMBER
Yes number of invalidations for the row
NUM_OBJECTS NUMBER
Yes number of objects for the row
EXPIRATION_TIME DATE
Yes time after which the row becomes invalid
START_TIME DATE
Yes Time Object was Instantiated
END_TIME DATE
Yes Time Object stopped writing to the row
Query Text

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


SELECT CACHE_STAT_ID
,      OBJECT_VERSION_NUMBER
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      SECURITY_GROUP_ID
,      WSH_PO_ID
,      CA_COMP_ID
,      JVM_ID
,      NUM_CACHE_MISS
,      NUM_CACHE_HIT
,      NUM_LOADER_MISS
,      NUM_INVALIDATE_CALL
,      NUM_INVALIDATIONS
,      NUM_OBJECTS
,      EXPIRATION_TIME
,      START_TIME
,      END_TIME
FROM JTF.JTF_PREFAB_CACHE_STATS;

Dependencies

[top of page]

JTF.JTF_PREFAB_CACHE_STATS does not reference any database object

JTF.JTF_PREFAB_CACHE_STATS is referenced by following:

SchemaAPPS
SynonymJTF_PREFAB_CACHE_STATS