Oracle9i SQL Reference
Release 1 (9.0.1)

Part Number A90125-01
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

SQL Statements:
CREATE TYPE to
DROP ROLLBACK SEGMENT, 9 of 26


DROP CONTEXT

Purpose

Use the DROP CONTEXT statement 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 when the user next attempts to set that context. 


See Also:

CREATE CONTEXT and Oracle9i Database Concepts for more information on contexts 

Prerequisites

You must have the DROP ANY CONTEXT system privilege.

Syntax

drop_context::=


Text description of statements_841.gif follows
Text description of drop_context

Keywords and Parameters

namespace

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

See Also:

SYS_CONTEXT for information on the USERENV namespace 

Example

DROP CONTEXT Example

The following statement drops the context created in CREATE CONTEXT:

DROP CONTEXT hr_context;

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