Oracle 10g issue

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
coface
Premium Member
Premium Member
Posts: 57
Joined: Fri Aug 10, 2007 8:13 am

Oracle 10g issue

Post by coface »

DS-EE 7.5.3, Oracle 10g environment, HP-UX on Intel Ithanium


We have the following job design:

[oracle oci stage] --> [oracle oci stage]

We configured UPSERT with user defined statement in order to do an insert only.

If source and target are the same dbms (ora 9i) upsert works.

If source is different from target (9i dbms A --> 9i dbms B) upsert fails stating:

Message:
Oracle_Enterprise_19: The provided update statement did not prepare correctly;
please verify that your statement is correct;
statement: insert into test (spalte_a) values('foobar').

No more details on why the statement did not prepare correctly :-(

However, using the job's db-credentials connecting to the target (e.g. with sqlplus), the statement works perfectly.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

So... two different posts with the same issue? :?

viewtopic.php?t=122860

That way leads to madness, or at least schizophrenic discussions.
-craig

"You can never have too many knives" -- Logan Nine Fingers
coface
Premium Member
Premium Member
Posts: 57
Joined: Fri Aug 10, 2007 8:13 am

Post by coface »

chulett wrote:So... two different posts with the same issue? :?

viewtopic.php?t=122860

That way leads to madness, or at least schizophrenic discussions.
Sorry about that - but I didn't realize that my colleque had already posted that issue. I will mark this post as solved.
Post Reply