Search found 42189 matches

by chulett
Thu Aug 01, 2013 7:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 Connector Stage
Replies: 10
Views: 3189

Yup... hence the big "IF". :wink:
by chulett
Thu Aug 01, 2013 6:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 Connector Stage
Replies: 10
Views: 3189

A 'backup' copy of each table, yes, that exists during the load of that table only. After the load completes - one way or the other - you're back to only one table.
by chulett
Wed Jul 31, 2013 3:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 Connector Stage
Replies: 10
Views: 3189

IF you can get the grants / permissions, you really should check out the 'swap' that I mentioned. WAY faster than your dump before and reload after.
by chulett
Wed Jul 31, 2013 2:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: In which file is the Oracle database alias stored?
Replies: 6
Views: 1718

"Something completely different"? I'd be curious to see what that something is. And I just want to reiterate what Ray stated earlier: while we can provide general help you really should be having this conversation with your Oracle DBA - someone who is familiar with how everything is setup ...
by chulett
Wed Jul 31, 2013 10:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 Connector Stage
Replies: 10
Views: 3189

Hmmm... there's no coming back from a truncate. You'll need an alternate approach in that case, perhaps something like a table swap? Rename the original table, create a new empty version and load... on failure swap the old table back.
by chulett
Wed Jul 31, 2013 9:10 am
Forum: General
Topic: Lost changes saved in a Job DataStage.
Replies: 3
Views: 1359

That would be the tool as long as you have it in your version. It's not available until 8.5 from what I recall...
by chulett
Wed Jul 31, 2013 7:45 am
Forum: General
Topic: How to commit after procedure run
Replies: 6
Views: 1707

Raise an error.
by chulett
Wed Jul 31, 2013 7:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: default value to -911
Replies: 7
Views: 2127

Rather than wait for Ray to wander by again and reply, why not just... give it a try? That way you'll have something to talk about when he shows up. :wink:
by chulett
Wed Jul 31, 2013 7:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: logic
Replies: 2
Views: 1605

Welcome aboard. First I'm curious... what have you tried so far? Do you have any thoughts on how to approach this we can discuss?
by chulett
Tue Jul 30, 2013 9:12 pm
Forum: General
Topic: How to commit after procedure run
Replies: 6
Views: 1707

Problem is you've said you've set the SP stage to 'transform' which means you are calling it for every row through the job. If that's the case, when should the commit be executed? Row by row? Once at the end of the job?
by chulett
Tue Jul 30, 2013 4:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: In which file is the Oracle database alias stored?
Replies: 6
Views: 1718

It's not looking for "service name" but rather the name of the TNS entry itself. While that may typically match the service name it can be any name you like... including BILLY_BOB should you so desire. :wink: However, there can be other parts in play depending on things like your "sql...
by chulett
Tue Jul 30, 2013 3:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: In which file is the Oracle database alias stored?
Replies: 6
Views: 1718

By default: $ORACLE_HOME/network/admin/tnsnames.ora
by chulett
Tue Jul 30, 2013 12:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How do a between when joining in a lookup table
Replies: 3
Views: 1561

Correct, that's a parallel only feature. Here you need to see the SQL it generates for an equi-join and then modify that to do the between. That way you'll know what it is looking for in the way of bind variables - positional or numbered, I don't recall off the top of my head. One thing to know as a...
by chulett
Tue Jul 30, 2013 8:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Input buffer overrun at field
Replies: 19
Views: 11910

You use CFF if your file is in EBCDIC format. That's certainly one reason to use the stage but hardly the only one. As the name implies it is meant for Complex flat files, regardless of EBCDIC v. ASCII. Typically that means COBOL format files from a mainframe in EBCDIC with packed fields but it's c...
by chulett
Tue Jul 30, 2013 7:43 am
Forum: General
Topic: Unscheduling problems
Replies: 2
Views: 1254

FWIW, that wasn't something I ever saw.