Search found 262 matches

by asitagrawal
Fri Jun 29, 2007 6:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Using Text files as Tables
Replies: 1
Views: 648

Using Text files as Tables

Hi,


Has any one tried using a text file ( created using the Sequential File Stage ) by configuring an ODBC for text files ??
My idea is to be able to treat the file with some SQL queries...
by asitagrawal
Wed Jun 20, 2007 10:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Before SQL / After SQL
Replies: 4
Views: 1378

It will be once, before executing the main sql body. Could you please answer in these terms .. "will be issued Before every input row processed or only before the stage starts running i.e once per run of the job ?? "... else please explain what is meant by "the main sqql body"...
by asitagrawal
Wed Jun 20, 2007 10:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Before SQL / After SQL
Replies: 4
Views: 1378

Before SQL / After SQL

Hi, My job is designed to delete from target Db2 UDB tables... I issuing DELETE command thru it... I want to try using Beofre SQL to issue a LOCK statemnt.... So I want to confirm whether this Before SQL statement will be issued Before every input row processed or only before the stage starts runnin...
by asitagrawal
Mon Jun 18, 2007 10:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: RAM Usage
Replies: 7
Views: 1925

Also to highlight the complaint of the Win Admin... he says, that the processess are not using all available memory and causing high page faults... Why ??


Please advice.
by asitagrawal
Mon Jun 18, 2007 10:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: RAM Usage
Replies: 7
Views: 1925

ray.wurlod wrote:But, then, why should it grab more than it needs?
Yes, even I agree with this statement... but how to justify that there is no place in DataStage where I can configure a top limit if memeory usage...

The Win Admin wants to know where all in DataSatge, can the memeory usage be configured ??
by asitagrawal
Fri Jun 15, 2007 4:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: RAM Usage
Replies: 7
Views: 1925

RAM Usage

Hi, The Hardware of the DataStage server has 12 GB RAM... but the windows administrator is complaining that the processes are not using more than 2 GB of RAM... He says that the processes are not utilizing the availiable memory ... Why ? What do I explain him now ? or What do I modify ? Please sugge...
by asitagrawal
Fri Jun 15, 2007 4:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Utilites to Merge text Files
Replies: 1
Views: 669

Utilites to Merge text Files

Hi,

what are ways of merging 5 - 6 GB of text files, efficiently ?
Any special tools ?

Currently I am using windows TYPE command... but that is unable to scale up... Has also tried using Merge stage too.... but no luck.. :cry:

Please advice.
by asitagrawal
Sun Jun 10, 2007 8:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Delete
Replies: 17
Views: 5523

... About all you could control from a Transaction Size standpoint would be if each set of records from any given 'key set' were committed per key change. That would take a value of 1. If I give Transaction Size as 1, then Array Size also comes down to 1, right ? i,e once set of keys goes to Databa...
by asitagrawal
Sun Jun 10, 2007 6:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Delete
Replies: 17
Views: 5523

I'm sure your vendor would be happy to take your inquiry. :D , Yes Ray, even I understand that.. but the thing is that now I must convey to the client that this is the best tuned way or best set parameters , for the deletes, from Ascential side and nothing else can be done on Ascential side. What s...
by asitagrawal
Sun Jun 10, 2007 1:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Delete
Replies: 17
Views: 5523

Hi All, The deletes performance is becoming a biq Question for me... I have set the Array Size and Transaction Size based on the packet_Size and Row_size..... I suppose as a result the time taken to delete the set of data is following a linear curve... But still the time taken is pretty high !!.. Fo...
by asitagrawal
Sat Jun 09, 2007 12:11 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to improve performance of job(having one insert and one
Replies: 6
Views: 2722

Hi Rakesh, Just re-iterating what Ray and chulett have said, 1. replace the output with the Seq File and then use the LOAD for loading the target database tables. 2. put @FALSE constraint in the output, to determine the perfromance of fetching from the input. Analyse the above factors and then see t...
by asitagrawal
Wed Jun 06, 2007 9:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Delete
Replies: 17
Views: 5523

Let me try to explain again.

What I don't understand is that the Array Sie and Transaction Size must be determined , considering the rows in the Input to the stage OR the number of rows affected as a result of executing the SQL corresponding to each inout set of key ???
by asitagrawal
Wed Jun 06, 2007 7:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: sql from file in DB2/UDB API
Replies: 10
Views: 6629

Hi Killer,

As far as I know and have tried, in server edition,
we cannot use the functionality of "load SQL from file".

:(
by asitagrawal
Wed Jun 06, 2007 5:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How do i find a Job by target?
Replies: 9
Views: 4461

Well, I dont think if u can find by what name u give to the target file, BUT, u can find by what name u give to the stage. For this, u must go to Manager, select the type of stage, eg. Hashed File, and then click on 'Usage Analysis'.. this give the list of all the jbos having that satge.. now u must...
by asitagrawal
Wed Jun 06, 2007 5:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Delete
Replies: 17
Views: 5523

Hi, I have requested the network team for the packet_size value.. Meanwhile, can u guide a lil on this: As my input, I have a set of key which uniquely identify a row in table 1 but, multiple rows in tables 2 & 3. Based on this input key set, deletes have to happen on all the 3 tables, where tab...