Search found 42189 matches

by chulett
Thu Apr 30, 2009 5:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to read from Oracle Database Source
Replies: 11
Views: 3980

Oracle is the one parsing your SQL. Can you take the logged SQL statement and run it in another tool? Is 10.2.0.1 the same client you are using on Solaris?
by chulett
Thu Apr 30, 2009 5:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to restore the datastage projects
Replies: 7
Views: 2029

Do you have anything in the way of backups? Exports? Without backups there's nothing to "restore".
by chulett
Wed Apr 29, 2009 10:35 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequential File stage Filter Command
Replies: 9
Views: 8309

Make sure you understand how the Folder stage works before you think it will be the answer to this problem.
by chulett
Wed Apr 29, 2009 10:33 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequential File stage Filter Command
Replies: 9
Views: 8309

That's worth checking as that is not always the case, sometimes run works but view data does not.
by chulett
Wed Apr 29, 2009 10:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequential File stage Filter Command
Replies: 9
Views: 8309

Exactly, your error is from the use of wildcards which the stage does not support. Using a "/dev/null" Filename and the full Filter with an explicit file name will also work.
by chulett
Wed Apr 29, 2009 10:17 pm
Forum: General
Topic: Performance issue while loading into table
Replies: 4
Views: 1489

You can't do "insert or update" with a bulk loader.
by chulett
Wed Apr 29, 2009 10:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequential File stage Filter Command
Replies: 9
Views: 8309

The Filename is not ignored, hence your problem. So either replace "DSParams" with "/dev/null" or move the real filename there and just put the "grep" portion in the Filter without the filename.
by chulett
Wed Apr 29, 2009 10:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Allow multiple instance impact on job
Replies: 5
Views: 1692

Failure. You can't run a job whose status is 'Running'.
by chulett
Wed Apr 29, 2009 9:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Diff b/w unique and stable sort
Replies: 9
Views: 3931

Key word there is also.
by chulett
Wed Apr 29, 2009 8:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Diff b/w unique and stable sort
Replies: 9
Views: 3931

datisaq wrote:Could you please tell me whether stable sort will remove the duplicates or not? As in documnetation it's given it's retain the first row as that of unique sort..
No, it's not "given" as that at all. Reread what you posted.
by chulett
Wed Apr 29, 2009 8:33 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequential File stage Filter Command
Replies: 9
Views: 8309

How are you specifying this in the stage? What did you put in the Filter and what did you put in the Filename? You also mentioned a View Data error, does the job run OK and the only problem is the Viewer?
by chulett
Wed Apr 29, 2009 4:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle stage throwing library failure: open failed
Replies: 8
Views: 3463

So... is your problem resolved now? And it took a complete reinstallation of DataStage to resolve it? :?
by chulett
Wed Apr 29, 2009 12:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: cannot load to OCI stage
Replies: 0
Views: 689

You keep saying OCI when you mean the Oracle Enterprise stage, they are not the same thing.

Where is your closing parenthesis?
by chulett
Wed Apr 29, 2009 12:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: indexes on oracle 10g table
Replies: 3
Views: 1264

First suggestion would be to actually try it and let us know what happens. Obviously that option won't handle the "also deletes data from the table" part, you'll need to do that elsewhere.
by chulett
Wed Apr 29, 2009 12:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: decimals read as ]38,10]
Replies: 11
Views: 2829

Why? Because that's what it does with an 'unbounded' NUMBER field, i.e. one without any precision specified in the source table.