Oracle9i SQL Reference Release 2 (9.2) Part Number A96540-02 |
|
|
View PDF |
Use the DROP
CONTEXT
statement to remove a context namespace from the database.
See Also:
CREATE CONTEXT and Oracle9i Database Concepts for more information on contexts |
You must have the DROP
ANY
CONTEXT
system privilege.
drop_context::=
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 |
The following statement drops the context created in CREATE CONTEXT:
DROP CONTEXT hr_context;