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


TABLE: ODM.ODM_ITEM_PRIOR

Object Details
Object Name: ODM_ITEM_PRIOR
Object Type: TABLE
Owner: ODM
Subobject Name:
Status: VALID

Storage Details
Tablespace: TablespaceODM
PCT Free: 10
PCT Used: 40
Columns
Name Datatype Length Mandatory Comments
ATTRIBUTE_NAME VARCHAR2 (30)
The name of the attribute in the input
VALUE NUMBER

This is actually a bin value. Since ODM only accepts preprocessed input data, this should represents a bin value.
LOG_PRIOR NUMBER

COUNT NUMBER

Query Text

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


SELECT ATTRIBUTE_NAME
,      VALUE
,      LOG_PRIOR
,      COUNT
FROM ODM.ODM_ITEM_PRIOR;

Dependencies

[top of page]

ODM.ODM_ITEM_PRIOR does not reference any database object

ODM.ODM_ITEM_PRIOR is not referenced by any database object