Oracle8i SQL Reference
Release 2 (8.1.6)

A76989-01

Library

Product

Contents

Index

Prev Up Next

SQL Statements (continued), 10 of 10


DROP CONTEXT

Syntax


Purpose

To remove a context namespace from the database.


Note:

Removing a context namespace does not invalidate any context under that namespace that has been set for a user session. However, the context will be invalid the next time the user attempts to set that context. 


See Also:

"CREATE CONTEXT" and Oracle8i Concepts for more information on contexts. 

Prerequisites

You must have the DROP ANY CONTEXT system privilege.

Keywords and Parameters

namespace 

is the name of the context namespace to drop. You cannot drop the built-in namespace USERENV

Example

The following statement drops the context created in "CREATE CONTEXT":

DROP CONTEXT hr_context;


Prev Up Next
Oracle
Copyright © 1999 Oracle Corporation.

All Rights Reserved.

Library

Product

Contents

Index