Search found 86 matches

by bicap
Thu May 26, 2011 7:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: changing Oracle client and impact on Datastage
Replies: 1
Views: 1667

changing Oracle client and impact on Datastage

Hi,

Currently we are connectiong to Oracle 11g database via Datastsge 7.5.x version. Our oracle client version installed in 10g.

Now we want to replace oracle 10g client with 11g client. Do we need to change anything from Datastage side for this.
by bicap
Thu May 26, 2011 7:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: microseconds getting trucated while loading intoOracle 11g
Replies: 4
Views: 2792

Hi,
I have also tried adding to_timestamp function in SQL query

insert into table X columns ( prorcess_date_time) value to_timestamp ( :process_date_time) but is have not correctd the result.
by bicap
Thu May 26, 2011 8:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: microseconds getting trucated while loading intoOracle 11g
Replies: 4
Views: 2792

microseconds getting trucated while loading intoOracle 11g

Hi All, I am on Datastge 7.5 and I have file from which I load process_date time coumn In Input file I have value as 23-MAY-11 02.50.21.689000 In datastge job at target stage the column is defined as timestamp 26 with extended propert set to Microseconds when my job run and loads data into oracle 11...
by bicap
Wed May 25, 2011 12:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Column name contain special character(/) !!!
Replies: 10
Views: 10953

Re: Column name contain special character(/) !!!

dsscholar wrote:No it not working...
because because datastage will not recognize the column in double quotes ...and double quotes value is considered as hardcoded value in DS plz try at ur end.
Try to use // for / in datastage.. Like/

Select bytereceived//sec...

Hope this helps..
by bicap
Wed May 25, 2011 12:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle tables to XMLs read by previous job
Replies: 2
Views: 1557

Re: Oracle tables to XMLs read by previous job

Are you reading any Oracle CLOB field?? where CLOB needs to transforms to XML..
by bicap
Wed Feb 23, 2011 5:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to get stage type and stage names used in Job
Replies: 2
Views: 2669

How to get stage type and stage names used in Job

Hi Is there is any way I can get the stage type and stage names used in Datastage job.

I know the command which goves stage names used in job but is there is any command to get stage type in job.
by bicap
Fri Dec 10, 2010 5:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Writing file in UTF-8 format
Replies: 1
Views: 1124

Writing file in UTF-8 format

Hi,

I have target as sequention file stage, fixed width, now I need to wite data in UTF-8 format. so How can I do it.
by bicap
Wed Jul 21, 2010 4:35 am
Forum: DSXchange Testimonials
Topic: Thanks Ray - 40000+ posts!
Replies: 3
Views: 22034

Congratulations and Thanks for your help from the years.
by bicap
Thu Jul 15, 2010 5:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need to generate an empty line.
Replies: 3
Views: 1300

Hi Ray,
Thanks for your response.

You mean \n ?

Thank you.
by bicap
Thu Jul 15, 2010 4:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need to generate an empty line.
Replies: 3
Views: 1300

Need to generate an empty line.

Hi everyone I have a requirement. My source file contain 3 types records Header follows with Item and Control records. Every file contain N number of these record sets. My requirement is after every set of these records I have to generate an empty line. Below is the example. Can anyone help me on th...
by bicap
Thu Jun 17, 2010 6:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Type Conversion - Decimal To Decimal
Replies: 1
Views: 2826

Type Conversion - Decimal To Decimal

Hello, Iam Trying to Convert a Decimal 13,5 Field to Decimal 9,5 in Data stage 7.5 Transformer stage. I have used DecimalToDecimal Function , Converted to String then back to decimal etc ., but the output is coming with all zero values in it . Also tried using Modify Stage . No +ve result :( Some on...