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


TABLE: QP.QP_CACHE_DO_SIZES

Object Details
Object Name: QP_CACHE_DO_SIZES
Object Type: TABLE
Owner: QP
FND Design Data: TableQP.QP_CACHE_DO_SIZES
Subobject Name:
Status: VALID


Provides the estimated size of every Data Object or DO in memory for caching strategy.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
DO_NAME VARCHAR2 (50) Yes DO Name
DO_SIZE NUMBER

Size of DO Type
CREATED_BY NUMBER (15) Yes Standard WHO column
CREATION_DATE DATE
Yes Standard WHO column
LAST_UPDATED_BY NUMBER (15) Yes Standard WHO column
LAST_UPDATE_DATE DATE
Yes Standard WHO column
LAST_UPDATE_LOGIN NUMBER (15) Yes Standard WHO column
Query Text

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


SELECT DO_NAME
,      DO_SIZE
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM QP.QP_CACHE_DO_SIZES;

Dependencies

[top of page]

QP.QP_CACHE_DO_SIZES does not reference any database object

QP.QP_CACHE_DO_SIZES is referenced by following:

SchemaQP
ViewQP_CACHE_DO_SIZES#