Skip Headers

Oracle9i Database Reference
Release 2 (9.2)

Part Number A96536-01
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback

Go to previous page Go to beginning of chapter Go to next page

Static Data Dictionary Views, 418 of 625


HS_INST_DD

HS_INST_DD displays information from the non-Oracle (FDS) instance-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_NAME

VARCHAR2(30)

NOT NULL

Name of the FDS class (for example, ODBC, DB2)

FDS_INST_NAME

VARCHAR2(30)

NOT NULL

Name of the FDS instance

DD_TABLE_ID

NUMBER

NOT NULL

Sequence: a counter that is incremented for every row inserted (used internally)

FDS_CLASS_ID

NUMBER

NOT NULL

Sequence: a counter that is incremented for every row inserted (used internally)

FDS_INST_ID

NUMBER

NOT NULL

Sequence: a counter that is incremented for every row inserted (used internally)


Go to previous page Go to beginning of chapter Go to next page
Oracle
Copyright © 1996, 2002 Oracle Corporation.

All Rights Reserved.
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback