Oracle8i interMedia Text Reference Release 2 (8.1.6) Part Number A77063-01 |
|
CTX_DDL Package, 23 of 24
Synchronizes the index to process inserts, updates, and deletes. This is the same as synchronizing with ALTER INDEX.
ctx_ddl.sync_index(idx_name in varchar2 default NULL);
Specify the name of the index.
begin ctx_ddl.sync_index(myindex); end;
ALTER INDEX in Chapter 2.
|
![]() Copyright © 1996-2000, Oracle Corporation. All Rights Reserved. |
|