Index rebuild failed

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
kamalshil
Participant
Posts: 179
Joined: Mon Jun 23, 2008 1:19 am

Index rebuild failed

Post by kamalshil »

Hi all,

My table is partitioned.
And when i am trying to load the table with the load option.
And Index Mode = rebuild.

I am getting below fatal error:

Code: Select all

Ora_load: The -index rebuild option may not be used on a partitioned index;
table 'TABLENAME' contains one or more partitioned indexes.
What has to be done to resolve this problem any suggestions?

It was running fine when the table was not partitioned.
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

This is not a DataStage limitation, but a database one and thus cannot be solved by DataStage.
kamalshil
Participant
Posts: 179
Joined: Mon Jun 23, 2008 1:19 am

Post by kamalshil »

ArndW wrote:This is not a DataStage limitation, but a database one and thus cannot be solved by DataStage. ...
Thanks,
But parameter i need to take care at the database end to make this possible to work the Load method.

Or i have to use the upsert option.
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Wasn't there a maintenance mode available as well, or how about just deleting that parameter in the specification? Oracle is the limiting factor here, not DataStage - the "rebuild" option is part of the oracle loader.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Talk to your DBA.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply