Search found 268 matches

by nkln@you
Tue Nov 28, 2006 10:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ArraySize and Transaction Size
Replies: 16
Views: 5126

There's no rule for how they 'need' to be set, it's up to you and how you want them set. Array Size controls how many records at a time are written to the database and Transaction Size controls ... I am not a premium member and so unable to see your full reply. Can you Please post that again so tha...
by nkln@you
Fri Nov 24, 2006 1:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Job 113 Phantom 21941
Replies: 4
Views: 4057

Re: Link Partitioner is an active Stage

Hi, I m having a similar problem. The error i got was DataStage Job 870 Phantom 2765 Program "DSD.StageRun": Line 571, Incorrect VOC entry for 0. Program "DSD.StageRun": Line 571, Unable to load subroutine. Attempting to Cleanup after ABORT raised in stage Job1..Link_Partitioner_...
by nkln@you
Thu Nov 23, 2006 12:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to use Multiple instance to load a single table
Replies: 8
Views: 1843

Hi ArndW i am not a premium member. So am not able to view ur reply. But from whatever u i got, i will have a link partitioner where i will be loading 5 seq. files at simultaneously(after enabling inter process row buffer) making few columns as the key so that all the seq. files have different data....
by nkln@you
Wed Nov 22, 2006 12:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle OCI Load stage for Ora 9?
Replies: 19
Views: 6664

You asked what you should use to load 10 million records, I suggested 'sqlldr'. Sqlldr does not create data files nor did I imply that it did. DataStage creates both the file to be loaded (the .dat file) and the file that tells sqlldr how to load it (the .ctl file) and then you use sqlldr to do the...
by nkln@you
Tue Nov 21, 2006 10:54 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle OCI Load stage for Ora 9?
Replies: 19
Views: 6664

How do you transfer files? Seriously? How would you do it if you didn't have DataStage? There's your answer. I dont think you understood me. I meant how will you transfer the dat files from DS server to Oracle server? And lastly, you should use sqlldr. No stage. SO you mean i should create my own d...
by nkln@you
Tue Nov 21, 2006 10:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle OCI Load stage for Ora 9?
Replies: 19
Views: 6664

Short answer - yes. And you transfer both files if you are going to transfer anything at all. How do you transfer files? :) I'm going to go out on a limb here and disagree ( :shock: ) with 2004 Ken on this one point - the assertation that you must co-locate the load files with the instance to do a ...
by nkln@you
Tue Nov 21, 2006 10:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle OCI Load stage for Ora 9?
Replies: 19
Views: 6664

Can You Please explain in detail how its happeing? Actually i have never used Manual option in Ora Bulk Load. But i have understood this much that when i give it as manual, it creates a dat(data) file and a ctl(control) file. This dat file is nothing but the sequential file(correct me if i am wrong)...
by nkln@you
Tue Nov 21, 2006 9:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to use Multiple instance to load a single table
Replies: 8
Views: 1843

When i was thinking about running multiple instance of the job, i wd change my strategy to Insert Rows Without clearing. Sorry if i mislead u all. I will give the truncate command in the Before Job Subroutine. But the probelm is how to partition the incoming records into say 5 flat files? Is there a...
by nkln@you
Tue Nov 21, 2006 9:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to use Multiple instance to load a single table
Replies: 8
Views: 1843

How to use Multiple instance to load a single table

Hi All, i have to load some 10 million of recs into a table. Right now i am doing with Truncate and Load. but this job is taking 7 Hrs to complete. I switched to Ora Bulk Loader(automatic) Plus IPC but still it takes 3.5 Hrs. i read about multiple instances and now i am wondering whether i can use t...
by nkln@you
Wed Nov 01, 2006 8:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS 7.1 Informix 7.3 & Informix 9.3
Replies: 0
Views: 469

DS 7.1 Informix 7.3 & Informix 9.3

Does DataStage 7.1 support Informix 7.3 & Informix 9.3 as Source & Target Databases.

I have a requirement to load data from Informix 7.3 to Informix 9.3. Is this possible in DataSatge 7.1
by nkln@you
Thu Oct 05, 2006 6:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle Update Query problem
Replies: 10
Views: 4511

No, you cannot. If you need different column sets for insert versus update, you'll need two links. ... You can have different no. of columns in the Update and Insert Clause in a job. i tried and the job ran successfully. In my job i didnt want to update some of the columns But while inserting i wan...
by nkln@you
Mon Aug 21, 2006 9:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: 1 Row/Sec- 10 row/sec
Replies: 5
Views: 1973

Most of the Jobs having
Ora 9I -> Transformer -> Ora 9i.

Both target and source databases are Oracle. There will be some after sqls in the job. Datastage used is 7.0
by nkln@you
Mon Aug 21, 2006 9:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: 1 Row/Sec- 10 row/sec
Replies: 5
Views: 1973

1 Row/Sec- 10 row/sec

My DS jobs in production are running very low. Very slow in the sense 1 row/sec also touched. It is fluctuating between 1- 10 rows/sec..

I dont feel there is a problem in Jobs. Can anyone suggest what to be done. Right now they are running like that.
by nkln@you
Fri Aug 11, 2006 4:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Capturing Error meessages in director
Replies: 4
Views: 851

Capturing Error meessages in director

I need to store Oracle Errors in an error table. By using DBMS code we can store the Oracle Error code. But i need to store the description of that code also. i.e if 0RA-0001 ERROR occurs, i need to store unique constraint error also. Is there any way to do this in Datastage
by nkln@you
Mon Jun 19, 2006 7:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Invalid NLS Format
Replies: 13
Views: 4248

We are not setting any other environment variables there.

Also the stage ORAOCI7 is a plugin