Skip Headers
Oracle® Database Reference
11g Release 1 (11.1)

Part Number B28320-01
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
Contact Us

Go to previous page
Previous
Go to next page
Next
View PDF

V$SESSION_FIX_CONTROL

V$SESSION_FIX_CONTROL displays information about Fix Control (enabled/disabled) for the current session.

Column Datatype Description
SESSION_ID NUMBER Session identifier (can be used to join this view with V$SESSION)
BUGNO NUMBER Bug number (as fix control identifier)
VALUE NUMBER Current value set for the fix control
SQL_FEATURE VARCHAR2(64) Feature control ID
DESCRIPTION VARCHAR2(64) Description of the fix control
OPTIMIZER_FEATURE_ENABLE VARCHAR2(25) Version on (and after) which the fix is enabled by default
EVENT NUMBER Event formerly used to control the fix
IS_DEFAULT NUMBER Indicates whether the current value is the same as the default (1) or not (0)