Rebuild Partitioned Tables Indexs
Hi Team,
Please let me the rebuild of partitioned table indexes .
For tables I am using below which is working fine...............
ALTER TABLE PB_STG_GEN.ABLM_CB_ACCOUNT_SERVICE_LIST move partition P_BATCH_ID tablespace TS_STG_GEN parallel 5;
Please help me with DYNAMIC ( Script Generation ) for to rebuild above partitioned table indexes.