Search found 42189 matches

by chulett
Fri Oct 24, 2008 7:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Direct Path Load Problem
Replies: 16
Views: 6004

Your sqlldr log shows that all records were processed successfully. However, since you enabled 'SKIP_INDEX_MAINTENANCE' during the direct path load, your Primary Key on the table was left in an unusable status. That issue from the call to sqlldr is what generated the fatal errors in your log. You al...
by chulett
Fri Oct 24, 2008 7:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date comparison in tranformer
Replies: 2
Views: 909

Not only the same format but one that allows comparison: either the internal numeric format or the ISO external format YYYY-MM-DD.
by chulett
Fri Oct 24, 2008 7:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: datastage oracle error.
Replies: 1
Views: 707

Post the query and the actual ORA error(s).
by chulett
Thu Oct 23, 2008 8:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How Do i Load Data into a Nested Table in Oracle?
Replies: 7
Views: 2714

rachit82 wrote:Plus one of the old timers read somewhere that Oracle may do away with SQL Loader and he wont sign off on my project for that reason.

That's just crazy talk. :?
by chulett
Thu Oct 23, 2008 5:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: best way to delete
Replies: 2
Views: 940

What percentage of the 30M will be deletes? It could conceivably be more efficient to rebuild the table, copying over only the records to be kept. Then rename the tables to swap the new for the old.
by chulett
Thu Oct 23, 2008 1:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Use of Pivot
Replies: 7
Views: 2368

So a vertical rather than the horizontal pivot the stage provides. Search the forums for "vertical pivot", the technique has been discussed here a time or two. And please do provide some examples, examples do generally help as long as they are real.
by chulett
Thu Oct 23, 2008 1:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error in restarting the DS Engine
Replies: 22
Views: 7295

Here as well on an HP-UX machine, under $DSHOME/scripts. Note that it must be run as 'root' which makes it less useful for me, not having root access and all. :(
by chulett
Thu Oct 23, 2008 9:24 am
Forum: General
Topic: Logging with datstage issue...
Replies: 1
Views: 1052

:!: Please post in the correct forum! This isn't it. This is the "FAQ Discussion" forum and is reserved for conversations regarding current and future FAQs.
by chulett
Thu Oct 23, 2008 8:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Parellel Job in DS Server
Replies: 10
Views: 3199

Aha... now we get to the real problem.
by chulett
Thu Oct 23, 2008 8:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Parellel Job in DS Server
Replies: 10
Views: 3199

Well... I would consider the trashed output file a failure. :wink:
by chulett
Thu Oct 23, 2008 8:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Status with Reject
Replies: 7
Views: 1578

No. Well... if it is a true "Reject" link and the job doesn't abort, then yes I suppose. Why assume anything? Easy enough to check.
by chulett
Thu Oct 23, 2008 8:16 am
Forum: General
Topic: How to clear hash file
Replies: 4
Views: 1355

Use the Director. Make sure your Auto Purge setting are effective. Lastly, that same CLEAR.FILE command can be used, but you'll need to reestablish the Auto Purge settings afterwards.
by chulett
Thu Oct 23, 2008 8:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Direct Path Load Problem
Replies: 16
Views: 6004

:lol:

I almost added my own guess in the first post but thought the OP would get the hint without it and post the error(s) the job generates.

siauchun84 - how in the heck can anyone help you if you keep the details of your problem a secret?
by chulett
Thu Oct 23, 2008 8:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Inconsistent Data selection in DS Job
Replies: 5
Views: 1205

So, not a Server job I take it? :?