Oracle Connector Issue on Rebuild Indexes

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
eph
Premium Member
Premium Member
Posts: 110
Joined: Mon Oct 18, 2010 10:25 am

Oracle Connector Issue on Rebuild Indexes

Post by eph »

Hi all,

I'm running an Oracle Connector stage with bulk load to a table passed in a parameter as following: #SCHEMA#.#TABLE#.

All inserts and selects made on the database use that schema as part of the sql instruction, but the rebuild index is not using it.

Oracle traces are as follow:

Code: Select all

bpopsgl1_ora_987304.trc:INSERT /*+ SYS_DL_CURSOR */ INTO SYSADM.PS_E1_SUBSTI_TAOD .......
bpopsgl1_ora_1671180.trc:ALTER INDEX PS_E1_SUBSTI_TAOD REBUILD PARALLEL 2
Is there a way to tell the connector about using this very schema? Or Should I use a specific PL/SQL in a after SQL statement (I need to rebuild all indexes on the table)?

Thanks for any input,
Eric
Post Reply