Search found 156 matches

by ravij
Wed Nov 28, 2007 9:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job aborting in loading the data from seq file to db2
Replies: 3
Views: 2047

Job aborting in loading the data from seq file to db2

Hi, I am loading the data from Seq file to db2 database. I am using the stages in this job is like: seqfile----->Transformer----->db2api when I run the job, job got aborted and the error message is like: SFI00PDetailTot02..trns_HostData: [IBM][CLI Driver][DB2/AIX64] SQL0803N One or more values in th...
by ravij
Mon Nov 19, 2007 10:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: mapping non related columns in where condition
Replies: 1
Views: 820

mapping non related columns in where condition

Hi, I have code like this: select col1 from tbl1 where tbl1.col2=tbl2.col2 and tbl2.col1=tbl3.col1. I can create hash file for tbl2.col2 and map with the source table col but how can I map the second where condition because it doesn't have source table in the condition, two tables are different from...
by ravij
Thu Jul 27, 2006 12:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Importing data from Excel file
Replies: 2
Views: 1342

Importing data from Excel file

Hi,

How to import data from excel file to table.?

Thanks in advance
by ravij
Fri Jun 09, 2006 12:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to send log file to the mail
Replies: 1
Views: 572

how to send log file to the mail

Hi

I want send the director log file to my mail id. Can anybody help in this regard?

Thnaks in advance.
by ravij
Mon Jun 05, 2006 7:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: poor performance
Replies: 9
Views: 2330

Hi DSguru,

I am using Oracle OCI stage for source db.

thanks in advance.
by ravij
Mon Jun 05, 2006 6:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: poor performance
Replies: 9
Views: 2330

poor performance

Hi thanks for quick response.

Do u mean that should i write the user defined sql at source(database) level to sort the records?

thanks in advance
by ravij
Mon Jun 05, 2006 6:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Database as lookup
Replies: 5
Views: 1428

Database as lookup

Hi Chulett,

thnaks for quick response.

Can u elaborate it a bit more please?

thanks in advance
by ravij
Mon Jun 05, 2006 6:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: poor performance
Replies: 9
Views: 2330

poor performance

Hi ,

My job is like db--->AggStage---->db. I am aggregating the sal group by geography. i am processing 1 million records. my job is running very slow. I used Link Partitioner though its very slow. How can I improve my job performance?

any help would be appreciated
by ravij
Mon Jun 05, 2006 6:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Database as lookup
Replies: 5
Views: 1428

Database as lookup

Hi,
I need to use the database as lookup n my sourse is also database, I need to map these two without a key column in XFM stage. How should i procede for this? Is there is any stage to use with out key col?

thanks in advance
by ravij
Tue May 30, 2006 10:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to define Static Hashed file?
Replies: 4
Views: 1225

How to define Static Hashed file?

Hi,

When do we use static hashed file and on which basis do we define it?

thanks in advance.
by ravij
Wed Mar 29, 2006 3:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Extracting Distinct Columns without SQL query
Replies: 2
Views: 861

Extracting Distinct Columns without SQL query

Hi, If my table contains 50 columns and I have to extract 30 distinct columns if I used hash file what can be happen to the remaining rows Is there any option other than writing the sql query and the sinario is if if we want to select distinct on 25 columns what can we do any help would be appreciea...
by ravij
Fri Mar 17, 2006 3:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: My Job is running very slow
Replies: 12
Views: 3868

My Job is running very slow

Hi Kumar,

thanks for reply.
Instead of Delete, why cant you just replace the whole content.

What does it mean?
I am giving the query in Before SQL. like this

DELETE FROM SCHEMA.TABLENAME

thanks in advance.
by ravij
Fri Mar 17, 2006 1:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: My Job is running very slow
Replies: 12
Views: 3868

My Job is running very slow

Hi, I am running a job with stages Src(Seqfile)-->LKP-->3 XFM stages-->LCC-->DB2 I selected Round Robin method in Link Partitioner and Sort/Merge method in Link Colletor and sort key is the Key column of Input columns. Update action is "Clear the table, then insert rows" and given DELETE S...
by ravij
Mon Mar 13, 2006 3:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Round Robin method in Link Partitioner
Replies: 5
Views: 1156

Random method in Link Partitioner

Hi ArndW Thanks for your quick reply. I am very sorry for giving wrong information. Actually the questin is about Random Method in Link Partitioner. How will the Random method in Link Partitioner stage work? I loaded 12 records from src to tgt using 3 XFM stage b/w Link Partitioner n Link collector ...
by ravij
Mon Mar 13, 2006 3:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Round Robin method in Link Partitioner
Replies: 5
Views: 1156

Random method in Link Partitioner

Sorry my dear gurus,

My question is not about Round Robin its about Random method.

I am extremely sorry for giving wrong name.