[Home] [Help]
263: ad_ctx_ddl.drop_preference (wordlist_rec.pre_owner ||'.'|| wordlist_rec.pre_name);
264: END LOOP;
265:
266: FOR stoplist_rec IN ( SELECT spl_owner, spl_name
267: FROM ctxsys.ctx_stoplists
268: WHERE spl_name = 'EGO_ITEM_STOPLIST' )
269: LOOP
270: ad_ctx_ddl.Drop_Stoplist (stoplist_rec.spl_owner || '.EGO_ITEM_STOPLIST');
271: END LOOP;