Search found 3329 matches

by Sainath.Srinivasan
Thu Jul 09, 2009 6:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: patch 30015v3
Replies: 2
Views: 882

I believe a patch will be tested before releasing by IBM. Ask them whether any other client have been provided the same patch and whether they encountered any error like yours. If you can provide more information on the errors you receive (after installing the patch) others can see whether the same ...
by Sainath.Srinivasan
Thu Jul 09, 2009 6:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: error 39202 after installation
Replies: 4
Views: 1264

I assume the user is mapped to dsadm.
by Sainath.Srinivasan
Thu Jul 09, 2009 4:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Perfomace Improvement??
Replies: 22
Views: 4590

What if you place a big file (say 1 or 2Gb for now) in the Oracle server and attempt to ftp it across to DataStage server (and viceversa)?

How long does that take ?

Or if you design a job with "select dummy from dual", how long does that take to start?
by Sainath.Srinivasan
Thu Jul 09, 2009 4:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Perfomace Improvement??
Replies: 22
Views: 4590

Are you saying that 'select * from table' takes 25 minutes to start !!??
by Sainath.Srinivasan
Thu Jul 09, 2009 4:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: error 39202 after installation
Replies: 4
Views: 1264

Can you connect via Director and Admin ?
by Sainath.Srinivasan
Thu Jul 09, 2009 3:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Perfomace Improvement??
Replies: 22
Views: 4590

To do you, we need information about your query and any issues with the query - such as doing a full table scan due to missing indexes etc.

Can you provide a glimpse of your query so others can see what is happening ?
by Sainath.Srinivasan
Thu Jul 09, 2009 2:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Perfomace Improvement??
Replies: 22
Views: 4590

In that case, try to optimize your SQL in Oracle itself. Alternatively you can break into datastage references and joins - if it simplifies and improves
by Sainath.Srinivasan
Thu Jul 09, 2009 2:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: OCI has fetched truncated data--Peoplesoft DataStage
Replies: 9
Views: 11446

What if you make it Varchar(60) or something similar ?
by Sainath.Srinivasan
Wed Jul 08, 2009 1:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Pros and Cons of I/O
Replies: 5
Views: 2208

This is a very open ended question. Similar issues are discussed several times before. What is your requirement? There are many variables such as number of tables sourced from, transformation logic, space available, volume of data, machine capacity etc etc etc etc So better do on a case-by-case basis.
by Sainath.Srinivasan
Wed Jul 08, 2009 8:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Perfomace Improvement??
Replies: 22
Views: 4590

Personally I think the source is not the bottleneck. It must be the sort and agg in DS. As you said you are not doing anything in tx, you may be better-off doing the whole in Oracle SQL itself. Something like Insert into...... as Select ...... Group By ...... This way you avoid the transfer over net...
by Sainath.Srinivasan
Wed Jul 08, 2009 8:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Perfomace Improvement??
Replies: 22
Views: 4590

What if you set a constraint in the transformer as @FALSE ?

Also is both client and server of DataStage running on same PC ?
by Sainath.Srinivasan
Wed Jul 08, 2009 8:47 am
Forum: General
Topic: Problem with permission
Replies: 11
Views: 4274

Add an external source stage with 'env' as its source program.
by Sainath.Srinivasan
Wed Jul 08, 2009 8:42 am
Forum: General
Topic: Dynamic number
Replies: 8
Views: 1779

As long as you do not change the PROCESS_NUMBER column in the table it is max() from, the value will remain same. In other words, commit the max(PROCESS_NUMBER) + 1 back in the table after successful completion of current run. If it is from the same target table where you are loading the rows, then ...
by Sainath.Srinivasan
Wed Jul 08, 2009 7:47 am
Forum: General
Topic: Dynamic number
Replies: 8
Views: 1779

You can fetch the OS process number of the process leader.

Best way is to hold and external control table and populate it with job run information.
by Sainath.Srinivasan
Wed Jul 08, 2009 7:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DRS Error
Replies: 5
Views: 1694

Have you provided any default connection details in the stage ?