Oracle® Database Reference 10g Release 2 (10.2) Part Number B14237-01 |
|
|
View PDF |
HS_CLASS_DD
displays information from the non-Oracle data store (FDS) class-specific data dictionary translations.
Column | Datatype | NULL | Description |
---|---|---|---|
DD_TABLE_NAME |
VARCHAR2(30) |
NOT NULL |
Name of the Oracle data dictionary table |
DD_TABLE_DESC |
VARCHAR2(255) |
|
Description of the Oracle data dictionary table |
TRANSLATION_TYPE |
CHAR(1) |
NOT NULL |
T = Translation, M = Mimic |
TRANSLATION_TEXT |
VARCHAR2(4000) |
|
SQL statement containing the mapping |
FDS_CLASS_ID |
NUMBER |
NOT NULL |
Sequence: a counter that is incremented for every row inserted (used internally) |
FDS_CLASS_NAME |
VARCHAR2(30) |
NOT NULL |
Name of the FDS Class |
DD_TABLE_ID |
NUMBER |
NOT NULL |
Sequence: a counter that is incremented for every row inserted (used internally) |