Search found 152 matches

by nani0907
Thu Sep 22, 2011 4:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CLOB datatype issue in datastage
Replies: 6
Views: 10550

CLOB datatype issue in datastage

Hi All, We are using datastage 8.5 ,and using oracle connect stage we are reading data ,and have one CLOB datatype colum which is taken as longvarchar(4000).but still i face error as below The OCI function OCIStmtExecute returned status -1. Error code: 1,461, Error message: ORA-01461: can bind a LON...
by nani0907
Thu Feb 17, 2011 11:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup stage--Duplicate
Replies: 5
Views: 10224

we can also use remove duplicate stage for refernce link to avoid the duplicates
by nani0907
Tue Feb 15, 2011 1:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job design help
Replies: 6
Views: 2112

As indicated by Guru-- Andrw, Sorting & partioning are the pre-requisites for Join stage.

Note:If there is more than one join key used, make sure that the order of the keys defined in the both input links should be same order ,else it might give inconsistent results.........
by nani0907
Mon Dec 13, 2010 9:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Delete statement in DRS Stage for Oracle database
Replies: 4
Views: 1958

Delete statement in DRS Stage for Oracle database

Hi, Iam using the DRS stage for delete and insert process to oracle table with update action as "Insert New rows Only" .In before tab , i need to delete based upon the incoming values . Is it possible in DRS stage. When i mention harcoded values ,it works properly.Please let me know how to...
by nani0907
Thu Dec 09, 2010 2:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Question on PX lookup
Replies: 3
Views: 2332

I is googd to do trim on varchar columns too.Recenlty i faced a problem while inserting the data into oracle table which shows error "Statement parsed".Once after doing trim on varchar columns,the insert job finished successfully.
by nani0907
Fri Dec 03, 2010 12:47 am
Forum: General
Topic: Method to pull source and target meta data for all jobs
Replies: 3
Views: 1415

write to the text file...
by nani0907
Fri Dec 03, 2010 12:35 am
Forum: General
Topic: Method to pull source and target meta data for all jobs
Replies: 3
Views: 1415

Method to pull source and target meta data for all jobs

Hi All,

How do pull the source and target meta data from all jobs across the project.Is there any option and method to do this


Thanks in Advance!
by nani0907
Wed Oct 27, 2010 11:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Loading error in DB2
Replies: 7
Views: 3785

While the data is loading into DB2,convert it to Integer in query by cast function...
by nani0907
Wed Oct 27, 2010 11:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Could not find input field "sqlcode" ERROR
Replies: 4
Views: 4148

Use modify stage and keep the column sql code and write it to the file..
by nani0907
Tue Oct 05, 2010 2:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: NULL & Sequential File
Replies: 11
Views: 3981

It throws warnings in the job for sequential file to handle nulls...
by nani0907
Tue Oct 05, 2010 12:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Node Pool & Resource Constraint
Replies: 3
Views: 4841

Datastage Enterprise edition have the facility to specify the nodes on which the process has to be carried out. Node pool constraint is the Datastage property used to restrict stages to use particular nodes only. For example, Datastage parallel job having basic transformer will fail in the distribut...
by nani0907
Fri Oct 01, 2010 11:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to remove dos new line characters using convert
Replies: 4
Views: 4018

1)check weather the column metdata is correct in the seqfle

2) give dos format for "record delimiter string" inseq file options

try this once
by nani0907
Fri Oct 01, 2010 11:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Handling nulls in seq file...
Replies: 7
Views: 2360

hello,

Convert the decimaltype to varchar to avoid the zeor's
by nani0907
Thu Sep 02, 2010 2:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data string '01/01/1900' does not match format %yyyy-%mm-%d
Replies: 5
Views: 4241

you need to bring the date format asyyyy-%mm-%dd' by using to_char option in query. Giva a try