| Oracle9i SQL Reference Release 2 (9.2) Part Number A96540-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.
| 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;
| 
 |  Copyright © 1996, 2002 Oracle Corporation. All Rights Reserved. | 
 |