Search found 25 matches

by Apotluri
Wed Apr 30, 2008 5:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Scheduling job backup
Replies: 5
Views: 2531

How to use it? any idea? just run the DataStageBackup.bat file??
by Apotluri
Tue Jan 29, 2008 1:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: write() failed: Broken pipe
Replies: 2
Views: 3151

Re: write() failed: Broken pipe

Please verify the log under 'Scratch' folder in unix, there may be some data issue.
some times the fields may come with invalid data or invalid data type,so while inserting it may create a problem

If not sit with your DBA and ask them to give stats while loading..

--Arvind
by Apotluri
Thu Jan 24, 2008 2:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Performance issue while inserting into Oracle table
Replies: 7
Views: 1833

Re: Performance issue while inserting into Oracle table

-------------- Now I got the problem resolved Not either from the DataStage side or from Oracle side this is network card issue, there were lot of collissions between DataStage server and Oracle sever, because the network speed was set to very low . Now the unix guys increased the network speed to t...
by Apotluri
Fri Jan 18, 2008 10:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Performance issue while inserting into Oracle table
Replies: 7
Views: 1833

Performance issue while inserting into Oracle table

Hi Friends, Greetings This is a PX environment I am facing performance issue while inserting 2,800,000 rows from a dataset to Oracle table using Oracle OCI Bulk stage The job design is as follows dataset--->copy stage----> OraOCI Bulk stage It is taking 2 hours to insert nearly 3 million records I h...
by Apotluri
Thu May 24, 2007 12:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequence number
Replies: 1
Views: 1210

Sequence number

Hi All, Here is the job design Seq_file----->Pivot stage----->Transformer----->Oracle_table I am taking data from Seq file and transform and sending to Oracle_table There are some fields from cobol copy book which occurs twice in the source and getting populated as Column_A,Col_B,Col_C, FLAG,Col_B_2...
by Apotluri
Wed Jan 24, 2007 11:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Null Value handling in seqential file stages in DSEE 7.5.2
Replies: 13
Views: 11460

Re: Null handling for Decimal data.

But, what is even more concerning is, when the data type is Decimal (15,4), Decimal (38,5) etc.

Ans: For Decimal ( 15,4) , you can give the Null field length as length+scale i.e. 15+4 = 19
by Apotluri
Wed Dec 27, 2006 2:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: multiple ODBC stages on one layout
Replies: 5
Views: 1545

multiple ODBC stages on one layout

Hi All, I need best practice suggestion for the following design I designed the job in following way (Staging Database) ODBC stage----->Transform------>(Target Database )ODBC stage I was told that connecting to two databases from one job is not a good practice.... is this a good practice? what will ...
by Apotluri
Mon Dec 18, 2006 10:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: conversion of julian date of format 'yyyyjjj' to date
Replies: 10
Views: 10122

Re: conversion of julian date of format 'yyyyjjj' to date

Hi All, I want to convert the date format of the type 'yyyyjjj' ex:2006346 to date. and i am trying to do it by using the julianday to date function. but it's not working . The format of the output date is 'yyyy/mm/dd'. how to convert this . Any help is appreciated. syam. Hi Syam, Actually, the dat...
by Apotluri
Sat Nov 18, 2006 8:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: date conversion from julian to sqlserver datetime datatype
Replies: 4
Views: 1897

Thanks for your reply I guess the date is Ordinal date. example:2005191 Even though the job is developed in Parallel, I used Basic Transformer to use these DateGenericGetYear,DateGenericGetMonth and DateGenericGetDay functions. I am getting this ordinal date with datatype as decimal(7).I want to con...
by Apotluri
Fri Nov 17, 2006 11:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: date conversion from julian to sqlserver datetime datatype
Replies: 4
Views: 1897

date conversion from julian to sqlserver datetime datatype

I am trying to convert julian date format to a target field which is in datetime datatype in sqlserver. I tried by using DateGenericGetDate function, but in transformer help it was given that the output will be in string format.But, I am looking to get the output as datetime data type. Thanks in adv...