Search found 153 matches

by battaliou
Tue Dec 14, 2004 5:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel Extender - User Defined SQL in Parallel Job
Replies: 2
Views: 2340

User Defined SQL

We had a similar issue loading data to Oracle in parallel. This is best done outside of datastage. If you are planning to use a sequence, you will have to collect your data into a single sequential text file else the sequence number generator can get quite tricky. Remember you will need to generate ...
by battaliou
Mon Jun 23, 2003 10:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Global variable
Replies: 19
Views: 5451

I've been playing with named pipes for temporary unix variables. You will need to create a named pipe using the mkfifo command, then you can echo to it and extract from it eg: $ mkfifo martin $ echo 88 > martin & $ head martin This remains fairly persistent, although it requires re initialisatio...
by battaliou
Sat Jan 04, 2003 12:06 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: tools4datastage cookie problem
Replies: 1
Views: 907

tools4datastage cookie problem

Please note that this board stores your password unencrypted in a cookie. To view its value, click here This is not good. I would strongly recommend you use a "junk" password until tools4datastage sort themselves out.