synchronizing oracle text context index
499478Sep 17 2006 — edited Sep 18 2006everyone developing an oracle text index applications should know that text
indexes are synchronized by executing procedure :CTX_DDL.sync_index('idx_name','10M');
Since indexes are not built on the fly. how do we know if index sync is complete when
we are executing the procedure from an application(C#,Java whatever).
how to know that the specified command has been successfully completed?
how to know the progress of the task?