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

ALL_CONTEXT

ALL_CONTEXT describes all context namespaces in the current session for which attributes and values have been specified using the DBMS_SESSION.SET_CONTEXT procedure.

Related View

DBA_CONTEXT describes all context namespaces defined in the database, regardless whether any attributes have been specified for them using the DBMS_SESSION.SET_CONTEXT procedure.

Column Datatype NULL Description

NAMESPACE

VARCHAR2(30)

NOT NULL

Name of the context namespace

SCHEMA

VARCHAR2(30)

NOT NULL

Schema name of the designated package that can set attributes using this namespace

PACKAGE

VARCHAR2(30)

NOT NULL

Package name of the designated package that can set attributes using this namespace