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


TABLE: APPLSYS.FND_OAM_CLONE_LOGS

Object Details
Object Name: FND_OAM_CLONE_LOGS
Object Type: TABLE
Owner: APPLSYS
FND Design Data: TableFND.FND_OAM_CLONE_LOGS
Subobject Name:
Status: VALID


This table will store information pertaining to cloning log files


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 20
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
SYS_IL0000319259C00007$$ LOB UNIQUE TablespaceAPPS_TS_TX_DATA
Columns
Name Datatype Length Mandatory Comments
LOG_ID NUMBER
Yes Unique id for the clone log
JOB_KEY VARCHAR2 (1040) Yes Key for the clone job
TASK_ID VARCHAR2 (30) Yes Id for the cloning task
TYPE VARCHAR2 (1) Yes To distinguish whether the log file is from db tier or apps tier
NODE_NAME VARCHAR2 (30) Yes Name of the node
FILE_NAME VARCHAR2 (256) Yes Name of the log file
CONTENTS CLOB (4000) Yes Contents of the log file
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 LOG_ID
,      JOB_KEY
,      TASK_ID
,      TYPE
,      NODE_NAME
,      FILE_NAME
,      CONTENTS
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM APPLSYS.FND_OAM_CLONE_LOGS;

Dependencies

[top of page]

APPLSYS.FND_OAM_CLONE_LOGS does not reference any database object

APPLSYS.FND_OAM_CLONE_LOGS is referenced by following:

SchemaAPPS
SynonymFND_OAM_CLONE_LOGS