Rebuild Index option -- Oracle Enterprise stage

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
bensonian
Participant
Posts: 42
Joined: Tue Nov 22, 2005 2:12 pm

Rebuild Index option -- Oracle Enterprise stage

Post by bensonian »

Job is like this:

SEQ --> Transform --> Oracle Enterprise stage

Stage options:

Write method: Load
with 'Rebuild Index' option turned on.

I just have a record in the file, which gets inserted into the database but 'DataStage Director' strangely reports that its a fatal error but sucessfully runs to completion.

Here is the error message:

Oracle_Enterprise_27,0: Oracle call failed; sqlcode = -1,418; message: ORA-01418: specified index does not exist

Could any guru's explain me what actually is happening here and how can this be fixed???

Appreciate all your help.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Sounds like you have the grants you need to see the index, but not enough to drop / rebuild it. Check with your DBA, show them the ORA error.
-craig

"You can never have too many knives" -- Logan Nine Fingers
bensonian
Participant
Posts: 42
Joined: Tue Nov 22, 2005 2:12 pm

Post by bensonian »

Thanks chulett.
Post Reply