Search found 42189 matches

by chulett
Sun May 08, 2011 6:52 am
Forum: General
Topic: migrating from oracle to teradata
Replies: 9
Views: 5761

I'm assuming it is way too late for any suggestions if your plans are already set. I've been through an Oracle-to-Teradata forklift project, heard the comments from both sides and seen the ultimate result - failure. They dumped Teradata and went back to Oracle. It probably should never have been att...
by chulett
Sat May 07, 2011 6:44 pm
Forum: General
Topic: Unable to delete project in adminsitrator
Replies: 6
Views: 2561

Ah... you so right. That was the one that I was trying to remember but my searching only turned up the other two.
by chulett
Sat May 07, 2011 6:43 pm
Forum: General
Topic: migrating from oracle to teradata
Replies: 9
Views: 5761

Mistake.
by chulett
Sat May 07, 2011 4:44 pm
Forum: General
Topic: migrating from oracle to teradata
Replies: 9
Views: 5761

I hope you guys didn't just "forklift" the Oracle structures over to Teradata.
by chulett
Fri May 06, 2011 9:50 pm
Forum: General
Topic: Unable to delete project in adminsitrator
Replies: 6
Views: 2561

You might start by searching the forums here for UVFIXFILE or fixtool.
by chulett
Fri May 06, 2011 4:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multiple Header/Detail file
Replies: 11
Views: 3636

In a Server job, one can define their own collating sequence in a Sort stage so that it knew to sort H then D then T. Is there an equivalent on the PX side?
by chulett
Fri May 06, 2011 10:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Modify Stage Question
Replies: 4
Views: 1742

Unfortunately, the Guide is known to have misinformation in it regarding the Modify stage.
by chulett
Fri May 06, 2011 9:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can .txt file contain null value?
Replies: 10
Views: 7556

Actually, they're not. What you have in sequential files are empty fields rather than nulls.
by chulett
Fri May 06, 2011 6:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Anyone else with Netezza and DataStage?
Replies: 18
Views: 19772

Please start a new post and give us the details of your problem.
by chulett
Fri May 06, 2011 6:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Weird ODBC Stage Behaviour
Replies: 6
Views: 2582

The only time I've seen anything remotely like this, it turned out to be a database client software bug. What does your official support provider have to say on the topic?
by chulett
Thu May 05, 2011 9:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Spiltting a huge file into multiple small files
Replies: 5
Views: 2619

Space is space, no matter if it's all in one file or many... perhaps you meant a file size issue? Regardless, what you want to take advantage of is the Trigger Column in the XML Output stage. Every time the value in the column changes, the output file is closed and a new one is opened. It doesn't ne...
by chulett
Thu May 05, 2011 5:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: setting User Status in a parallel job
Replies: 16
Views: 23599

I'll be curious what we find out, I'm just going by what I've read here and have no way to do any actual testing of this.
by chulett
Thu May 05, 2011 5:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Convert Teradata Time(0)
Replies: 2
Views: 1309

I'm sure I'm in the same camp as many people here - I don't have access to either databases at the moment. Help us help you: what does the source data from DB2 look like? What does it need to look like to load into Teradata? Actual examples would be good.
by chulett
Thu May 05, 2011 5:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: setting User Status in a parallel job
Replies: 16
Views: 23599

My understanding is you'd need to use a BASIC Transformer to do that. Either that or it's not possible. :wink:
by chulett
Thu May 05, 2011 12:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Passing null as a parm to a parallel routine
Replies: 3
Views: 1814

Barring a code fix, could you replace using a character you "know" won't be in the source string? Say, something like "^" or "|" then convert that out afterwards.