Skip Headers

Oracle9i Database Reference
Release 2 (9.2)

Part Number A96536-02
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Feedback

Go to previous page Go to next page
View PDF

V$HS_PARAMETER

This view describes the initialization parameters in use by the server and agent.

Column Datatype Description

HS_SESSION_ID

NUMBER

Unique HS session identifier. This column maps to the HS_SESSION_ID column of V$HS_SESSION.

PARAMETER

VARCHAR2(64)

Name of the parameter

VALUE

VARCHAR2(64)

Value of the parameter

SOURCE

CHAR(1)

Whether the parameter was defined in the agent (A) or server (S)

ENV

CHAR(1)

Whether the parameter was also set as an environment variable in the agent or elsewhere (T | F)