Oracle8i SQL Reference Release 3 (8.1.7) Part Number A85397-01 |
|
SQL Statements:
CREATE SYNONYM to DROP ROLLBACK SEGMENT, 14 of 31
Use the DROP
CONTEXT
statement to remove a context namespace from the database.
You must have the DROP
ANY
CONTEXT
system privilege.
namespace
Specify the name of the context namespace to drop. You cannot drop the built-in namespace USERENV
.
DROP
CONTEXT
Example
The following statement drops the context created in CREATE CONTEXT:
DROP CONTEXT hr_context;
|
![]() Copyright © 1996-2000, Oracle Corporation. All Rights Reserved. |
|