Search found 42189 matches

by chulett
Tue Aug 19, 2008 8:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Commit frequency when using Oracle Load/Append
Replies: 15
Views: 9745

Re: Commit frequency when using Oracle Load/Append

jreddy wrote:I tried DIRECT=TRUE for this job and it apparently is not committing anything until it reads the 92 mil records from source

There is no concept of intermediate commits in a direct path load, that is only applicable to a 'conventional' load because it does normal inserts.
by chulett
Tue Aug 19, 2008 7:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Output file name
Replies: 4
Views: 1124

Or generate a fixed name output file and then rename it after job. For example, we have a common script that date/timestamps a passed in filename and call it after job.
by chulett
Tue Aug 19, 2008 7:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unhandled failure (1) encountered calling routine DSU.Execu
Replies: 8
Views: 4691

I don't see the need to see any code. You've got a Sequence job with a Routine Activity stage that returns a non-zero value and when 'automatically handle' is enabled without the proper triggers that is considered 'unhandled' and the job aborts. All documented in the online help and discussed here a...
by chulett
Tue Aug 19, 2008 7:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Load SQl from a file at run time
Replies: 3
Views: 1519

Right. I meant define 'complete'. Session not active? Cursors closed? What does your DBA say is going on? Or is that you? Seeing as how you have OEM.
by chulett
Tue Aug 19, 2008 7:10 am
Forum: General
Topic: Load more tables -> loading order and one transaction
Replies: 15
Views: 6686

Mine understand. Need more redo/undo/transaction space? Just ask. Common stage that include all the possible columns involved? No. And just plain old stages with whatever columns you need, nothing special. Actually it's not clear how, having more (server) jbos with one OraOci per job can be maintei...
by chulett
Tue Aug 19, 2008 6:48 am
Forum: General
Topic: how to distinct data at datastage
Replies: 1
Views: 2308

Sure, all kinds of things. Sort then use stage variables, use a hashed file, use an aggregator. Not to mention 'select distinct' from a source query. You'd need to get more specific for more specific answers.
by chulett
Mon Aug 18, 2008 9:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Load SQl from a file at run time
Replies: 3
Views: 1519

Re: Load SQl from a file at run time

Loading the sql at runtime from a file doesn't fundamentally change how queries behave. Meaning it will behave the same as if you'd entered that query in the stage itself, so that in and of itself isn't the issue here. I'm able to see the oracle session has completed ...but the control is not back t...
by chulett
Mon Aug 18, 2008 4:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: command activity script problem
Replies: 5
Views: 1126

In the parameter's value, yes, as I doubt it needs to be a relative path.
by chulett
Mon Aug 18, 2008 3:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: command activity script problem
Replies: 5
Views: 1126

Re: command activity script problem

dstage2006 wrote:and Scriptfile countfiledir/countfile as a parameters.

Scriptfile #countfiledir#/#countfile#

Unless the "scriptfile" is a parameter also, then:

#Scriptfile# #countfiledir#/#countfile#
by chulett
Mon Aug 18, 2008 3:37 pm
Forum: General
Topic: Execute Command stage
Replies: 15
Views: 7822

You have no idea and the pushd/popd mask things. Why not comment out the "@echo off" for now and see what it logs?
by chulett
Mon Aug 18, 2008 3:21 pm
Forum: General
Topic: Execute Command stage
Replies: 15
Views: 7822

Wow. My DOS memories are cautiously raising their heads from the depths I banished them to years ago. Start, pushd, popd... expanded memory, extended memory... ah, those were the days. :wink:
by chulett
Mon Aug 18, 2008 3:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Trigger file
Replies: 2
Views: 1218

Nice. The important thing to realize is no constraint will fulfill the requirements and even adding an aggregator for a 'last' trigger would not guarantee 'only on successful creation'.
by chulett
Mon Aug 18, 2008 2:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: First & Last Day of Last Month
Replies: 5
Views: 19070

Then take that date and set the day to '01' for the 'first day of previous month date'.
by chulett
Mon Aug 18, 2008 2:24 pm
Forum: General
Topic: Execute Command stage
Replies: 15
Views: 7822

jguerrero wrote:Do you try to use:

Command:#seq_path#\#APORIProcessDeleteFile#
Parameter: (what you need inside the script)

You can't because no parameter substitution is done in the Command box.
by chulett
Mon Aug 18, 2008 12:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Rare Oracle Error
Replies: 14
Views: 3891

Did you ever talk to support? 7.5.2 on HP Itanium didn't install correctly and we had to create a symbolic link to get Oracle connectivity, hence the question.