Page 1 of 1

error with Oracle stage

Posted: Wed Dec 05, 2007 4:35 pm
by anandkumarm
Hi
I am having a problem with OraOCI stage when I try to view the data

<Oracle_Enterprise_0> Error occurred during initializeFromArgs().

Incorrect dboption list; it failed on Expected "," or "}", got: "$", line 1.

Creation of a step finished with status = FAILED.

I am able to connect to the same database using the server jobs but i get the above error if I do the Parllel jobs

The id and the password is correct the name of the Remote server is also correct.....

I have a question here...will there be any problem with the stage if the password has special charecters in it??????

thanks

Posted: Wed Dec 05, 2007 8:45 pm
by ray.wurlod
Server jobs don't need them. Parallel jobs need them to determine whether the table is partitioned and, if so, how. Server jobs simply operate in sequential mode, whether or not the table is partitioned.