Oracle8i interMedia Text Reference Release 2 (8.1.6) Part Number A77063-01 |
|
CTX_THES Package, 13 of 26
The DROP_THESAURUS procedure deletes the specified thesaurus and all of its entries from the thesaurus tables.
CTX_THES.DROP_THESAURUS(name IN VARCHAR2);
Specify the name of the thesaurus to be dropped.
begin ctx_thes.drop_thesaurus('tech_thes'); end;
|
![]() Copyright © 1996-2000, Oracle Corporation. All Rights Reserved. |
|