Search found 126 matches

by ranga1970
Thu May 12, 2005 12:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Stage Filter in sequentil file stage command line arguments
Replies: 7
Views: 2052

Stage Filter in sequentil file stage command line arguments

Hi folk; As for my discussion on this forum Ray advised me use srot - u to remove duplicates from sequential file. 1. For this I had checked the box stage uses filter Commands 2. then in the general tab filter command I ahs specified Sort - U - PROVIDER_ID, STREET_LINE_1, STREET_LINE_2, CITY, STATE,...
by ranga1970
Thu May 12, 2005 11:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: removing duplicate rows from Flatfile
Replies: 4
Views: 1443

Talk2shank, Chullet
Mine is dialy load but truncate the dables and reload, there is no question of Changed data, no look up.
you can treat them as one time load

Ray,
I will work on your suggestion come back if any quesions

thanks
by ranga1970
Wed May 11, 2005 3:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: removing duplicate rows from Flatfile
Replies: 4
Views: 1443

removing duplicate rows from Flatfile

Folks; I have Seq ------xfm ------ora I am getting duplicate records in sequential file, I have two keys providerkey, addresskey and 8 nonkey fields STREET_LINE_1,STREET_LINE_2, ZIP_CODE, City, state,ADDRESS_TYPE, ZIP_CODE_EXTENSION_2,ZIP_CODE_EXTENSION_1 my addresskey is surrogatekey, providerkey a...
by ranga1970
Wed May 04, 2005 5:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: what difference between stages decode and compress
Replies: 1
Views: 797

what difference between stages decode and compress

I am trying to undersatnd the basics of PX, I am wondering if some one could help on
what difference between stages decode and compress
thanks
by ranga1970
Wed May 04, 2005 11:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dynamic Relational Stage
Replies: 2
Views: 1535

Dynamic Relational Stage

Folks; We have enterprise stage for oracle, informix and so on, but using Dynamic Relational Stage also we can connect to these database can any one help me to understand, when do we use Dynamic Relational Stage and when do we use enterprise stage for particular type. how to differntiate them, thank...
by ranga1970
Mon Apr 25, 2005 3:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Before and after in ora stage
Replies: 1
Views: 693

Before and after in ora stage

Can I place a 1 .truncate scripts in before in SQL in ORAOCI stage 2 .SQL scripts in after in SQL in ORAOCI to perform some comparion? I had used before job sub routens and after job sub routens previously but neve used Before and after in ORAstage, just want to try some thing new and jist wondering...
by ranga1970
Wed Apr 20, 2005 5:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Stored proceadure
Replies: 4
Views: 1999

Stored proceadure

I have sored proceadure say ABC This reades the data from table1 and compares data in table2 and updates some data based on differences. I could develop job to do this, but if i do not want to develop a new logic in this job but just want to call this stored proceadure which will take care of rest M...
by ranga1970
Fri Apr 08, 2005 5:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: 50 Warnings Limit
Replies: 11
Views: 6303

Does the project level limit over riding user level limit, if yes how to change this in the administrator

thanks
by ranga1970
Fri Apr 08, 2005 10:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Shell Script
Replies: 2
Views: 1115

write proceadure or function; call this proceadure or function in shell scripts and call the shell script in before job execution

thanks
by ranga1970
Fri Apr 08, 2005 10:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: 50 Warnings Limit
Replies: 11
Views: 6303

I take your suggestion chullet ; usaully our limit is 50 but we ahve special situation where we are going live with some business requirement need to load about 400 million records as initial load just for initial load we want unlimited. but the question here when I run the job from shell scripts it...
by ranga1970
Thu Apr 07, 2005 5:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: 50 Warnings Limit
Replies: 11
Views: 6303

50 Warnings Limit

Hi folks; I do not have admin previlages; I am setting warning limits to unlimited in my Director but it still get aborted after 50 warnings; I am of opinion that Project level variable is over wrting and my user level; I went out to admin and told him this and he said he will lokk in to it. But if ...
by ranga1970
Thu Mar 17, 2005 12:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Commmit in ORA
Replies: 3
Views: 931

I was doing the production support, and I was asked to change commit level from 50000 to 20000, I was told the programs are set up to have commit after 50000. but to my serprise rows per transaction is set 0, I was wondering where this 50000 is which I have to chane to 20000, and for moment I got do...
by ranga1970
Thu Mar 17, 2005 11:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Commmit in ORA
Replies: 3
Views: 931

Commmit in ORA

FOLKs, I have problem in identifying the commit command in ORA, I have million records comming in I want to commit after every 50,000 records, I was of the opinion rows per transaction under transaction handler is one which takecare of this, I had selected readcommit option but I want commit after e...
by ranga1970
Mon Mar 14, 2005 3:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: I want to load system date
Replies: 7
Views: 1556

about sysdate

Code: Select all

INSERT INTO ODSOWNER.MEMBER_SSN_CONVERSION_TBL (MEMBER_ID,MEMBER_ID_SUFFIX,OLD_MEMBER_ID,OLD_MEMBER_ID_SUFFIX,MEMBER_INSERT_DATE) VALUES (:1,:2,:3,:4,TO_TIMESTAMP(Sysdate, 'YYYY-MM-DD HH24:MI:SS'))
does this work? any other changes required?