Oracle8i interMedia Text Reference Release 2 (8.1.6) Part Number A77063-01 |
|
CTX_DDL Package, 14 of 24
The DROP_PREFERENCE procedure deletes the specified preference from the Text data dictionary.
CTX_DDL.DROP_PREFERENCE(preference_name IN VARCHAR2);
Specify the name of the preference to be dropped.
The following code drops the preference my_lexer
.
begin ctx_ddl.drop_preference('my_lexer'); end;
Dropping a preference does not affect indexes that have been created using that preference.
|
![]() Copyright © 1996-2000, Oracle Corporation. All Rights Reserved. |
|