Database Platform Migration
Hi
We are in process of Migrating from HP-UX to Red Hat Linux Platform for our Oracle Ebusiness Suite 12.0.6 with database 11.2.0.2.
As part of Database Migration(NOTE:741818.1) while "Synchronizing Text Indexes " (exec ctx_ddl.sync_index( 'APPLSYS.FND_LOBS_CTX' ) it is very slow taking huge amount of time.
Is there any workaround solution for bypassing this step ?
Select pnd_index_owner,pnd_index_name,count(*) from ctxsys.ctx_pending group by pnd_index_owner,pnd_index_name;\
PND_INDEX_OWNER PND_INDEX_NAME COUNT(*)
APPLSYS FND_LOBS_CTX 842461
It is important to quicken this steps so that we could reduce the downtime for the Migration on our Production Database.