Search found 17 matches

by raj4756
Mon Jul 19, 2004 4:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: I got the Error when I was trying to load data to Oracle
Replies: 5
Views: 4033

I'm getting a similar error. Could you please tell me where are the log files located.

Thanks.

Raj
by raj4756
Mon Apr 26, 2004 11:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Arraysize
Replies: 3
Views: 1823

Arraysize

Hi All,

I'm reading about 6 million rows from an Oracle partitoned table in an OCI stage. What is the optimum number for the arraysize to set.

Thanks.

Raj
by raj4756
Mon Apr 19, 2004 3:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading Partition table in OCI stage
Replies: 0
Views: 792

Reading Partition table in OCI stage

Hi,

I want to write a PX job the reads data from a partitioned oracle table
and writes an output flat file. What do I need to do to make it read the data in parallel from the partitioned tables.

Thanks.

Raj
by raj4756
Wed Apr 14, 2004 2:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading from oracle table on remote server
Replies: 4
Views: 1605

Reading from oracle table on remote server

Hello All,

I have a job in DataStage that reads from an Oracle table that is on a remote server. What kind of connectivity is it using to connect to Oracle i.e SQL NET , DB LINKS or ODBC ??

Thanks.

Raj
by raj4756
Fri Apr 09, 2004 8:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading from oracle
Replies: 0
Views: 804

Reading from oracle

Hi All,

I have a PX job with the data read in from an oracle table.What is the best way to make the oracle stage read in parallel mode. What do you think about hash paritioned oracle tables ? Does oracle hash data the same way as DataStage does ?

Thanks.

Raj
by raj4756
Thu Apr 08, 2004 2:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Accessing files on a remote server
Replies: 12
Views: 5228

Kenneth,

We are basically an Oracle shop (90%), and are thinking of using Oracle tables not just as reference, but as source data as well. So you don't think this is a great idea ?

Raj
by raj4756
Thu Apr 08, 2004 11:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Accessing files on a remote server
Replies: 12
Views: 5228

Ken, We are in the process of comparing peformance of reads from partitioned oracle tables versus reading from .ds files. The oracle database is on a remote server. So, we want to mimic this with the .ds by reading from the remote server . Moreover we don't want to be testing on the production serve...
by raj4756
Thu Apr 08, 2004 9:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Accessing files on a remote server
Replies: 12
Views: 5228

What I mean is that the .ds file is just a pointer to the underlying data files in the DataFiles directory. Do I have to FTP all the underlying files as well.

Thanks.

Raj
by raj4756
Thu Apr 08, 2004 9:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Accessing files on a remote server
Replies: 12
Views: 5228

Could you please explain how NFS mount works. Any examples will be appreciated.
Also, does the FTP on a .ds file work the same way as a .dat file.

Let me know.

Thanks.

Raj
by raj4756
Thu Apr 08, 2004 8:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Accessing files on a remote server
Replies: 12
Views: 5228

Accessing files on a remote server

Hi All,

I have DataStage installed on server A. How can I read the dataset on server B which does not have DataStage installed on it. I also want to be able to write to server B.

Thanks.

Raj
by raj4756
Wed Apr 07, 2004 7:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Comparing 2 datasets
Replies: 7
Views: 4786

We want to do parallel testing between 20 different .ds files generated from DataStage ver 6.0 to 7.0 for the same batch day. So I need to make sure the data in the 2 sets of files is the same.
Please let me know if you have any more questions.

Thanks.

Raj
by raj4756
Tue Apr 06, 2004 11:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Comparing 2 datasets
Replies: 7
Views: 4786

Kim,

So what would be your suggestion i.e diff operator or change capture or can you think of anything else.

Let me know.

Thanks.

Raj
by raj4756
Mon Apr 05, 2004 1:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Comparing 2 datasets
Replies: 7
Views: 4786

Comparing 2 datasets

Hi All,

What is the most efficient way to compare 2 datasets, apart from the diff and change capture operators in Datastage. Is there any unix command to do that.

Thanks.

Raj
by raj4756
Mon Apr 05, 2004 7:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle Stage
Replies: 3
Views: 2381

The DB Options Mode is set to Auto-generate. There are 2 columns in the oracle stage, they are : cntrct_id numeric 38 and cntrct_stts_cd varchar2(10). The colour of the link is black. I'm not doing any updates in the oracle stage. Also, I get the following warning "When checking operator: Colum...
by raj4756
Fri Apr 02, 2004 4:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle Stage
Replies: 3
Views: 2381

Oracle Stage

Hello All, I have a job that reads from 3 Oracle tables and writes to a flat files with some operators(sort, join & transformer) in between.The data from Oracle goes to a sort operator and then to a join operator. When I run the job it completes successfully. I get the no of rows I'm expecting, ...