| Oracle® Database Reference 11g Release 2 (11.2) Part Number E25513-03 | 
 | 
| 
 | PDF · Mobi · ePub | 
HS_INST_CAPS contains information about instance-specific capabilities (that is, features).
| Column | Datatype | NULL | Description | 
|---|---|---|---|
| CAP_NUMBER | NUMBER | NOT NULL | Capability number | 
| CAP_DESCRIPTION | VARCHAR2(255) | Capability description | |
| CONTEXT | NUMBER | Context in which this capability is applicable | |
| TRANSLATION | VARCHAR2(255) | Valid for functions; contains translation to FDS dialect | |
| ADDITIONAL_INFO | NUMBER |   | Additional flags for internal use | 
| 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 | 
| 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) |