Oracle9i Supplied PL/SQL Packages and Types Reference
Release 1 (9.0.1)

Part Number A89852-02
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback

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

DBMS_SESSION , 5 of 19


CLEAR_CONTEXT

Syntax

DBMS_SESSION.CLEAR_CONTEXT
   namespace VARCHAR2,
   attribute VARCHAR2,
   username  VARCHAR2,
   client_id VARCHAR2);

Parameters

Table 58-5 CLEAR_CONTEXT Procedure Parameters
Parameter  Description 
namespace
 

The namespace in which the application context is to be cleared. Required. 

client_id
 

Applies to global context and is optional for other types of contexts; 64-byte maximum. 

attribute
 

The specific attribute in the namespace to be cleared. Optional. the default is NULL; all attributes are to be considered. 

username
 

The username attribute of the application context 

Usage Notes

This procedure must be invoked directly or indirectly by the trusted package.


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

All Rights Reserved.
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback