Search found 20 matches

by pbatchu
Tue Feb 27, 2007 6:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Replace existing rows
Replies: 32
Views: 11808

I think you can do by making multiple jobs. 1. Create a dataset as the target. 2. Get the distinct first column values from dataset and delete records from target table by using using criteria (where targettable.column=datasetfirstcolumn). 3. Insert the values from dataset into target table. - Pavan...
by pbatchu
Tue Feb 27, 2007 12:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How do I sum amounts based on run date parameter
Replies: 2
Views: 701

Use the transformer stage. You can use parameters in transformer and also if condition. You can use if condition to assign value to new column. Make sure that you handle nulls, if not transform stage may drop records.
by pbatchu
Wed Feb 14, 2007 4:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: same source and target Oracle table
Replies: 4
Views: 1125

same source and target Oracle table

Thank you guys, will stage the data before I load. You can do this. When you use Oracle Enterprise stage, Oracle reads the data at the point of time, in other words, you are reading the snapshot of the data, when you issued the SQL statement. You can update the same table with the data. You will no...
by pbatchu
Mon Nov 13, 2006 12:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Conversion of Chinese characters (sap ext and load into ora)
Replies: 5
Views: 2146

Hi, I tried to use NLS map. But did not give correct results. I applied NLS Map on Oracle Enterprise stage. When I looked at the data in excel, I see chinese characters but these are not correct. I did check with SAP instance by logging into SAP instance with that language. I applied Oracle (my data...
by pbatchu
Fri Nov 10, 2006 6:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Conversion of Chinese characters (sap ext and load into ora)
Replies: 5
Views: 2146

Conversion of Chinese characters (sap ext and load into ora)

Hi All, We are in particular situation. We do extract SAP data using CDC tool. SAP database is Oracle. We want to load the extracted data into datamart. Db for datamart is Oracle. We are using Datastage PX job to load the data. I tried with different combinations but could not succeed in loading for...