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


TABLE: ORDDATA.ORDDCM_CT_VLD_MSG

Object Details
Object Name: ORDDCM_CT_VLD_MSG
Object Type: TABLE
Owner: ORDDATA
Subobject Name:
Status: VALID

Storage Details
Tablespace: TablespaceSYSTEM
PCT Free: 10
PCT Used: 40
Indexes
Index Type Uniqueness Tablespace Column
ORDDCM_CT_VM_ID_IDX NORMAL NONUNIQUE TablespaceSYSTEM ColumnSOP_INSTANCE_UID
ORDDCM_CT_VM_MT_IDX NORMAL NONUNIQUE TablespaceSYSTEM ColumnMSG_TYPE
ORDDCM_CT_VM_RN_IDX NORMAL NONUNIQUE TablespaceSYSTEM ColumnRULE_NAME
ORDDCM_CT_VM_UN_IDX NORMAL NONUNIQUE TablespaceSYSTEM ColumnUSER_NAME
Columns
Name Datatype Length Mandatory Comments
SOP_INSTANCE_UID VARCHAR2 (128)
RULE_NAME VARCHAR2 (64) Yes
MESSAGE VARCHAR2 (1999)
MSG_TYPE VARCHAR2 (20) Yes
MSG_TIME TIMESTAMP(6) (11) Yes
USER_NAME VARCHAR2 (64) Yes
Query Text

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


SELECT SOP_INSTANCE_UID
,      RULE_NAME
,      MESSAGE
,      MSG_TYPE
,      MSG_TIME
,      USER_NAME
FROM ORDDATA.ORDDCM_CT_VLD_MSG;

Dependencies

[top of page]

ORDDATA.ORDDCM_CT_VLD_MSG does not reference any database object

ORDDATA.ORDDCM_CT_VLD_MSG is referenced by following:

SchemaORDDATA
ViewORDDCM_CONFORMANCE_VLD_MSGS