Search found 24 matches

by aakashmalu
Thu Oct 29, 2009 12:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SQL Loader Error while uld: OCIStmtExecu while loading
Replies: 5
Views: 4570

Looks like this can come from a client / database version mismatch: http://www.orafaq.com/maillist/oracle-l/2007/10/17/0386.htm ... Criag, Thanks for the link.... I changed the Direct Load from TRUE to FALSE and the job ran successfully.... $APT_ORACLE_LOAD_OPTIONS = OPTIONS (DIRECT=FALSE, PARALLEL...
by aakashmalu
Wed Oct 28, 2009 4:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SQL Loader Error while uld: OCIStmtExecu while loading
Replies: 5
Views: 4570

SQL Loader Error while uld: OCIStmtExecu while loading

Hi, I am trying to migrate a datastage job from Datastage 7.5 to 8 which loads a dataset in to an oracle table using SQL Loader. I am using ORA OCi Write Method = Load Write Mode = Append This job runs absolutely fine in 7.5 but in version 8 i am getting the following error SQL*Loader-925: Error whi...
by aakashmalu
Sat Sep 19, 2009 9:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Merge stage question
Replies: 4
Views: 2274

Craig,

I think i misinterpreted CASE SENSITIVE option in the Manual.
So you mean to say this about column data not column name(Key) right?

Thanks for your help....
AM
by aakashmalu
Sat Sep 19, 2009 8:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Merge stage question
Replies: 4
Views: 2274

chulett wrote:I would assume they mean the case of the key column data, not of the column names. ...
Craig,

It is column names not the column data.

Thanks
AM
by aakashmalu
Sat Sep 19, 2009 4:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Merge stage question
Replies: 4
Views: 2274

Merge stage question

Hi, I wrote a parallel job which extracts data from different tables in oracle and writes them in to different datasets. In the next job i am merging all these datasets with the master dataset and the key is acct_id in all the datasets, but i have one dataset whose key is ACCT_ID in upper case. When...
by aakashmalu
Wed Aug 27, 2008 7:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel job for loading an oracle table..suggestions needed
Replies: 4
Views: 2035

chulett wrote:Maybe... big maybe. If your target table partitioned? ...
yes its a partitioned table
by aakashmalu
Wed Aug 27, 2008 7:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel job for loading an oracle table..suggestions needed
Replies: 4
Views: 2035

I dont think you will save any time by converting the sqlldr to OCI stage. Because the time spent in moving the data to Flat file to Dataset must also taken in to count. so some the options are 1. Increase your parallelism to 4 then you can see some change. We dont your server config . so try by in...
by aakashmalu
Tue Aug 26, 2008 8:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel job for loading an oracle table..suggestions needed
Replies: 4
Views: 2035

Parallel job for loading an oracle table..suggestions needed

Hi, I am writing a new parallel job for loading an oracle which was already written in server before. In server job it uses Sql Loader to load 300 million flat file in to a oracle table. My first question is which one is the best approach to load, either to directly use sequential file to load the t...
by aakashmalu
Thu Oct 05, 2006 2:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: [b]Error in CFF Stage[/b]
Replies: 1
Views: 1257

[b]Error in CFF Stage[/b]

Hi Friends I have a weird problem when i am trying to import a copy book in to the CFF Stage, i am getting an error like " DSDesign.exe has generated errors and it will be closed by the windows. You will need to restart the program " I have no clue what to do :( The copy book has 7000 fiel...
by aakashmalu
Wed Aug 30, 2006 9:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Aborted but still it loaded records
Replies: 5
Views: 2248

DSguru2B wrote:What are you doing in your transformer?
Are you calling some kind of routines ?

No i am not calling any routines, i am just doing some lookups.
In the source that is oracle i am doing a join between 3 tables and loading it to a Flat File.
by aakashmalu
Wed Aug 30, 2006 9:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Aborted but still it loaded records
Replies: 5
Views: 2248

Does the job do any other writing to files? If I understood you correctly, your job aborted but some prt of it was still running for 12 hours after the abort message? I ran this job when i was going home yesterday. When i looked at the log today in the morning, it got aborted after one hour and i d...
by aakashmalu
Wed Aug 30, 2006 9:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Aborted but still it loaded records
Replies: 5
Views: 2248

Job Aborted but still it loaded records

Hi Guys I have a weird problem with one of my jobs. My job got aborted due to lack of tempspace and i have the message in the log. But after 12 hours it loaded the records in to the sequential file :o . Did you guys faced anything like this before, if so can please you explain me about this. Thank You
by aakashmalu
Wed Jun 14, 2006 7:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to find Max Sequence Number from a record
Replies: 13
Views: 5835

Hi Guys You totally misunderstood me. I will try to rephrase the whole thing. I have an Oracle table with 36 columns.(like code1, code2, code3,.....,code36) So each record might have 36 codes. But there is an exception here , if 001 is found in any of the codes the remaining codes are NULLS. So my r...
by aakashmalu
Tue Jun 13, 2006 4:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to find Max Sequence Number from a record
Replies: 13
Views: 5835

the ouput should be only 3
by aakashmalu
Tue Jun 13, 2006 2:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to find Max Sequence Number from a record
Replies: 13
Views: 5835

How to find Max Sequence Number from a record

Hi Guys... I am working on a job which requires me to output the max sequence number from a record based on a particular condition. In my table i have columns which are code1, code2, code3,.......code36. When ever there is '001' in the one of the codes i have to output the number associated with the...