| Oracle8i SQL Reference Release 2 (8.1.6) A76989-01 |
|
SQL Statements (continued), 10 of 10
To remove a context namespace from the database.
You must have the DROP ANY CONTEXT system privilege.
|
namespace |
is the name of the context namespace to drop. You cannot drop the built-in namespace |
|
The following statement drops the context created in "CREATE CONTEXT":
DROP CONTEXT hr_context;
|
|
![]() Copyright © 1999 Oracle Corporation. All Rights Reserved. |
|