Search found 4 matches

by rajikatam
Thu Oct 18, 2012 9:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to read tilde(~) column in sequential file
Replies: 2
Views: 1580

How to read tilde(~) column in sequential file

All

I have flatfile, in the flat file columns comine like this.

1~emp|2~ename|3~sal|
100|sam|1000
101|raj|2000
103|steve|3000


How to read and write this file into oracle table.

Please provide the solution.

Thanks
Raji
by rajikatam
Tue Sep 25, 2012 3:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to read Timestamp(6) in Oracle Stage
Replies: 1
Views: 1281

Unable to read Timestamp(6) in Oracle Stage

Hi, My source and target are Oracle stages. I am getting data into source column timestamp with milli seconds. Eg:- 01/12/2012 12:10:06.969696 AM When i am reading this from the oracle stage i am getting error in oracle stage as > Traceback: Could not obtain stack trace; check that 'gdb' and 'sed' a...
by rajikatam
Tue Aug 14, 2007 3:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to paste the complete user defined SQL in oraclestage
Replies: 1
Views: 1749

Unable to paste the complete user defined SQL in oraclestage

Hi All


In the oracel stage is there any maximum limit , because i prepared one SQL that is having more then 1000 lines, i am unable to paste the complete SQL in the DATASTAGE oracle stage, there is any limit?
Please suggest me any other alternative way?



Thanks
RAJ
by rajikatam
Wed Jul 11, 2007 5:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Difficult to reading the source file with multiple childs
Replies: 1
Views: 1138

Difficult to reading the source file with multiple childs

Hi, I am getting SRCFile as 7 rows with child records and like this r1 4 columns, 01,xxx,yyy,1 r2 6 columns, 02,aaa,bbb,ccc,ddd,2(count for child) r3 5 columns, 03,nnn,mmm,ooo,1 r3 child 5 cols 03,nnn,mmm,xyz,1 r4 have 4 cols 04, , , ,2(count) r5 have 3 cols 05, ,0 r5 child 05, ,0 Here child records...