Search found 263 matches

by snt_ds
Mon Sep 17, 2007 8:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Insert data into ORACLE
Replies: 3
Views: 1107

Re: Insert data into ORACLE

An improvement in performance was seen when the following was done 1. I used Oracle OCI Loader stage instead of the enterprise stage. 2. DBA has increased the undo table space and redo logs. There was a question raised from all these experimentation. tnsnames was changed to point to node2. However, ...
by snt_ds
Mon Sep 17, 2007 12:48 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error Message in Unix when running job from Shell Script
Replies: 6
Views: 1456

Error Message in Unix when running job from Shell Script

Hi, when I run the job from a Shell script, in case of some Multi Instance jobs, I get error messages in Unix like Error -4 getting details for event 1 Error -4 getting details for event 2 ....... Error -4 getting details for event 22 Error -4 getting details for event 23 when trying to write the de...
by snt_ds
Fri Sep 14, 2007 9:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Truncate Table before Insert
Replies: 4
Views: 1398

Thanks chulett,
It worked fine now.
by snt_ds
Fri Sep 14, 2007 8:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Truncate Table before Insert
Replies: 4
Views: 1398

It worked..it seems the DBA priveleges started working now!! :)

How will the job work if I remove the Trigger file..The Transformer always needs a Primary input..right?
I tried and it did not compile w/o the Seq file..
by snt_ds
Fri Sep 14, 2007 7:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Truncate Table before Insert
Replies: 4
Views: 1398

Truncate Table before Insert

Hi, Job design, Trigger File ----> Transformer ---> Oracle OCI I am using a Multi Instance job (Table name as Instance Id) with Update action "Truncate Table and then Insert rows" to truncate the data and insert NO rows,ensuring this thru the transformer constraint 1=2. But it fails saying...
by snt_ds
Thu Sep 13, 2007 12:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Insert data into ORACLE
Replies: 3
Views: 1107

Insert data into ORACLE

Hi All, I load around 2 million records into an ORACLE table using a job that runs on two nodes. It takes around 30 minutes for Inserts and 30 for Updates {little longer for updates}. I was hoping to try bring the time down. The Insert / Update jobs are very straingt forward. Its just Datasets loadi...
by snt_ds
Wed Sep 12, 2007 8:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: String to Timestamp Conversion having AM or PM
Replies: 2
Views: 1113

Thanks. It works
by snt_ds
Tue Sep 11, 2007 4:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sql loader( Oracle stage)taking lot of time to load the data
Replies: 4
Views: 1498

Is any thing I can do in ETL to improve the performance.

Thanks
Suresh
by snt_ds
Tue Sep 11, 2007 1:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: String to Timestamp Conversion having AM or PM
Replies: 2
Views: 1113

String to Timestamp Conversion having AM or PM

Hi,

How can we convert the following string

07/09/2007 07:41:01 PM ----> 2007-07-09 19:41:01 (Timestamp)

Basically need to convert string having either "AM" or "PM" to standard Oracle Timestamp format YYYY-MM-DD HH24:MM:SS

Thanks,
NV
by snt_ds
Tue Sep 11, 2007 12:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage*DSR_LOADSTRING
Replies: 3
Views: 1356

Resolved..I got it...
A silly Mistake..Incorrect Table Name Used!! :shock:
by snt_ds
Tue Sep 11, 2007 12:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage*DSR_LOADSTRING
Replies: 3
Views: 1356

SeqFile ("|" delimited .txt file) --> Transformer (Null Handling) --> Oracle OCI9 (Inserts)
by snt_ds
Tue Sep 11, 2007 11:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage*DSR_LOADSTRING
Replies: 3
Views: 1356

DataStage*DSR_LOADSTRING

Hi All, I am trying to load a TXT file data having some 87000 recs (file size - 22 MB) to an Oracle table with very minimal transformation. On running the Server job, it throws the following message and job aborts DataStage Job 233 Phantom 18132 Program "*DataStage*DSR_LOADSTRING": Line 14...
by snt_ds
Tue Sep 04, 2007 9:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sql loader( Oracle stage)taking lot of time to load the data
Replies: 4
Views: 1498

sql loader( Oracle stage)taking lot of time to load the data

Hi, one of the job I have created loads the data into a table; source is dataset and target is oracle stage. only two stages in the job. In oracle stage I defined Index Mode = Rebuild write method = load Write Mode = truncate In job properties I defined the load option : $APT_ORACLE_LOAD_OPTIONS=OPT...
by snt_ds
Wed Aug 29, 2007 9:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: 3 table join
Replies: 6
Views: 1413

Kris,

I am already getting it in Oracle and I have posted the SQL here!
My query was how to achieve it in Datastage?
by snt_ds
Fri Aug 24, 2007 9:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: 3 table join
Replies: 6
Views: 1413

3 table join

Hi, I have a req where I need to jon 3 tables but there is no common key for all tables. Trying to achive this in 2 seperate stages but not returnig the required result due to 1:many relationship between a & b,b & c tables. Can this be done using 1 Join stage or how else can this be done in ...