| Oracle9i SQL Reference Release 1 (9.0.1) Part Number A90125-01 |
|
SQL Statements:
CREATE TYPE to
DROP ROLLBACK SEGMENT, 9 of 26
Use the DROP CONTEXT statement to remove a context namespace from the database.
You must have the DROP ANY CONTEXT system privilege.
drop_context::=
drop_context
Specify the name of the context namespace to drop. You cannot drop the built-in namespace USERENV.
DROP CONTEXT ExampleThe following statement drops the context created in CREATE CONTEXT:
DROP CONTEXT hr_context;
|
|
![]() Copyright © 1996-2001, Oracle Corporation. All Rights Reserved. |
|