Search found 10 matches

by chanthou_2000
Wed Sep 05, 2007 12:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Help en Promote SubRecord
Replies: 5
Views: 2838

ray.wurlod wrote:No. If you promote the subrecord you won't get the subrecord column AND the contents of the subrecord - you can't have both. ...
Ok but do you know a stage which could do this kind of operation ?
The documentation from ascential is not very clear about that ..

thanks
by chanthou_2000
Tue Sep 04, 2007 7:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Help en Promote SubRecord
Replies: 5
Views: 2838

Help en Promote SubRecord

Hi everyone, I'm quite beginner in some PX Stage like "Promote Subrecord" and i have some questions : my record look like this : a,b,c,d a,e,f,g b,h,i,j b,k,l,m and i want the following result : a,b,c,d,e,f,g,h b,h,i,j,k,l,m 1) can the "Promote Subrecord" stage do this ? i guess ...
by chanthou_2000
Wed Nov 23, 2005 3:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: error "Null value on accessor interfacing to field"
Replies: 4
Views: 3931

error "Null value on accessor interfacing to field"

Hello, I'm trying to execute a very simple job : OCI oracle ->transformer -> sort -> OCI Oracle But during the execution, the process returned a very weird error : "Null value on accessor interfacing to field" i was thinking that DS PX was able to handle itself the "null" value f...
by chanthou_2000
Thu Jul 21, 2005 4:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how can i improve performance in Aggregator
Replies: 4
Views: 2857

how can i improve performance in Aggregator

hello,

i'm looking for some ways to improve performance of Aggregator Stage.
But i didn't find any options to say to DS that my source is already sorted (i use an order by sql clause) like in DS 5.0 Server where there was such options (i used to use it !)

Thank you

Chanthou
by chanthou_2000
Tue Jul 19, 2005 12:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: strange Oracle OCI performance problem
Replies: 3
Views: 3021

Re: strange Oracle OCI performance problem

the processing after the OCI is exactly the same. as i mentionned, i execute an explain plan and i tested the 2 queries oustide of Datastage, and i have the same conclusion. I think, may be, that PX execute the SQL queries with parallel oracle option and it may create some weird results. What do you...
by chanthou_2000
Tue Jul 19, 2005 10:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: strange Oracle OCI performance problem
Replies: 3
Views: 3021

strange Oracle OCI performance problem

Hello everyone !! I have a very weird problem with an Oracle OCI SQL Query. I have compared the performance of 2 queries (which do the same thing) into an Oracle OCI the first seems to be very slow (cos i executed an explain plan on it, an it returned me very bad results) the second is normaly very ...
by chanthou_2000
Fri Apr 15, 2005 7:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: create and append text to sequential file in the same stage
Replies: 6
Views: 4369

Thanks for your answer, but finally i decided to create 2 separated jobs, one to create and one to append.

Thanks again
by chanthou_2000
Fri Apr 15, 2005 6:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: create and append text to sequential file in the same stage
Replies: 6
Views: 4369

create and append text to sequential file in the same stage

Hello everyone, i'm not an beginner in designing DS job, but i tried to create and append text file, but it seems that the "append" action overwrote the current first rows (from top to bottom). It's very annoying. I have to precise that there is only one source (text file), one transformer...
by chanthou_2000
Thu Jun 19, 2003 3:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: About loading performance
Replies: 1
Views: 1030

About loading performance

Hi all, i posted an answer the 06/16/2003 to Steven about a loading solution (topic : "loading performance") by using the sqlplus command : copy. So i was wondering if someone has already experimented this command and found that it's faster than DS for loading rows with a lof of columns (>...
by chanthou_2000
Mon Jun 16, 2003 2:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Loading performance in Oracle
Replies: 8
Views: 3462

Hi all, I discovered the same problem about the Oracle OCI. Indeed, i tried to load data into a table with 70 columns, the source is a User Sqlquery. The result is : 600 rows/s To fix this, i used the sqlplus command : copy. It's a great command because you can insert data by using a sql query and w...