ORA-00955: name is already used by an existing object

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
tricampeon81
Participant
Posts: 19
Joined: Thu Apr 19, 2018 11:06 am
Location: chile
Contact:

ORA-00955: name is already used by an existing object

Post by tricampeon81 »

you know what this error means:

Carga_02..ouput_02: Exception thrown from CC_OraUtils::handleBeforeAfterSQL, file CC_OraUtils.cpp, line 4722: The OCI function executeDirect returned status -1. Error code: 955, Error message: ORA-00955: name is already used by an existing object.
dfgdfg
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Your Oracle stage would seem to have a "before" and/or an "after" command to the Standard SQL. If you could post that code I am sure that someone here can Point to the cause of your error.

Perhaps the code is adding an index...
Post Reply