Synchronization of context index [message #431704] |
Thu, 19 November 2009 03:52 |
k_mitra100
Messages: 28 Registered: October 2007 Location: Kolkata
|
Junior Member |
|
|
Hallo everyone,
I have some questions regarding synchronization of context index. Can any one please help me?
1) Is the command ctx_ddl.sync_index is working as synchronously or asynchronously? I am executing this command from a plsql procedure. The procedure takes around 20 seconds to run. Does it mean that the command ctx_ddl.sync_index is executed by this time or is that command working asynchronously in the background?
2) Can any DML statement be executed on the main table (where data is stored from used end) at the time of synchronization through the command ctx_ddl.sync_index?
Thanks in advance,
Kaushik.
|
|
|
|