Oracle8i Reference
Release 2 (8.1.6)

Part Number A76961-01

Library

Product

Contents

Index

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

Static Data Dictionary Views, 288 of 452


HS_INST_INIT

HS_INST_INIT contains information about the non-Oracle (FDS) instance-specific initialization parameters.

Column  Datatype  NULL  Description 

INIT_VALUE_NAME 

VARCHAR2(64)  

NOT NULL 

Name of the initialization parameter  

INIT_VALUE 

VARCHAR2(255)  

NOT NULL 

Value of the initialization parameter 

INIT_VALUE_TYPE 

VARCHAR2(1)  

NOT NULL 

Environment variable (T or F). T= this is an environment variable, F= do not set as an environment variable 

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_INST_INIT_ID 

NUMBER  

NOT NULL 

Sequence - a counter which is incremented for every row inserted (used internally) 

FDS_CLASS_ID 

NUMBER 

NOT NULL 

Sequence - a counter which is incremented for every row inserted (used internally) 

FDS_INST_ID 

NUMBER  

NOT NULL 

Sequence - a counter which is incremented for every row inserted (used internally) 


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

All Rights Reserved.

Library

Product

Contents

Index