Index Issue In Oracle

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
BillB
Premium Member
Premium Member
Posts: 48
Joined: Tue Nov 13, 2007 6:44 pm

Index Issue In Oracle

Post by BillB »

While loading the data in to oracle using oracle enterprise stage having properties disable constraints true and index rebuild, running

Giving the following warning.

LA_BMS_9999999_104: When checking operator: There are no indexes on table `BMS_9999999_104', and an index option was included;
the index option will be ignored.

Even though the index was dropped and recreated.

Any suggestion to fix this?

Thanks
keshav0307
Premium Member
Premium Member
Posts: 783
Joined: Mon Jan 16, 2006 10:17 pm
Location: Sydney, Australia

Post by keshav0307 »

if you run this query

select * from ALL_INDEXES WHERE TABLE_NAME='BMS_9999999_104'

does it return any row?
BillB
Premium Member
Premium Member
Posts: 48
Joined: Tue Nov 13, 2007 6:44 pm

Post by BillB »

Running the jobs with Disable Constraint False as workaround
Post Reply