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


TABLE: GMD.GMD_MIGRATION

Object Details
Object Name: GMD_MIGRATION
Object Type: TABLE
Owner: GMD
FND Design Data: TableGMD.GMD_MIGRATION
Subobject Name:
Status: VALID


Stores error messages during data migration from 11i to 11i+


Storage Details
Tablespace: TablespaceAPPS_TS_NOLOGGING
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
MIGRATION_ID NUMBER

Migration ID
SOURCE_TABLE VARCHAR2 (200)
Old datamodel table name from which the data is migrated
TARGET_TABLE VARCHAR2 (200)
New datamodel table name to which the data is migrated
SOURCE_ID VARCHAR2 (32)
Id for the instance of the old table
TARGET_ID VARCHAR2 (32)
Id for the instance in the New table
MESSAGE_TEXT VARCHAR2 (240)
Error text message associated during migration
Query Text

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


SELECT MIGRATION_ID
,      SOURCE_TABLE
,      TARGET_TABLE
,      SOURCE_ID
,      TARGET_ID
,      MESSAGE_TEXT
FROM GMD.GMD_MIGRATION;

Dependencies

[top of page]

GMD.GMD_MIGRATION does not reference any database object

GMD.GMD_MIGRATION is referenced by following:

SchemaGMD
ViewGMD_MIGRATION#