Search found 32 matches

by devaraj4u
Thu May 22, 2003 3:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to find Months between given 2 dates
Replies: 1
Views: 1924

How to find Months between given 2 dates

Hi All, I have a text file which containts values for 2 dates.say like PDATE , SDATE(Purchase Date,Service Date) and stored as timestamp format(eg '2002-04-20 00:00:00:000', '2003-05-22 00:00:00:000' .Now i want to find the Difference between these 2 dates(SDate-PDate) in Months.Can anybody help me ...
by devaraj4u
Fri Feb 21, 2003 12:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Error
Replies: 3
Views: 1873

Thanks Ray,

Lemme ask my DBA to look into it.

Regards,
K.S.Rajan.
by devaraj4u
Thu Feb 20, 2003 10:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Incremental Table Transfer....
Replies: 6
Views: 2120

Dear Ray,

I am really Sorry Ray.I admit my mistake.I know that in this forum people are giving solutions before 24 hrs for the posted questions.

Here after i don't do that way.

Thanks & Regards,
K.S.RAJAN.
by devaraj4u
Thu Feb 20, 2003 10:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Error
Replies: 3
Views: 1873

DataStage Error

Dear All, The Soruce Table Contains 1,14,835 Rows.I am trying to do ETL.Both Source and Target Tables are in Oracle.But I am getting the Following error. SQLSTATE=S1000, DBMS.CODE=1114 [DataStage][SQL Client][ODBC][Oracle][ODBC][Ora]ORA-01114: IO error writing block to file (block # ) Can anybody he...
by devaraj4u
Thu Feb 20, 2003 2:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Incremental Table Transfer....
Replies: 6
Views: 2120

Incremental Table Transfer....

Hi All, I designed Job using DataStage to do ETL from Relational Oracle schema to Star Schema.I finished creating jobs it is working fine.I want to do incremenal backup of the tables.I hope u can understand what it means.ie I want first time Insertion (Update Action of ODBC Stage) 2nd time onwards i...
by devaraj4u
Tue Feb 18, 2003 4:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS Tunning
Replies: 7
Views: 3010

DS Tunning

Dear All, I have more than 85,000 Rows(SOURCE oracle TABLE) each Record length is more than 450 bytes.Now i want to transform this table to another target(Oracle Table).I designed the job using DATASTAGE.It is running fine but it is slow.Is there any paramerter I can tune so that my ETL will become ...
by devaraj4u
Fri Feb 14, 2003 5:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Looking Up Multiple Tables
Replies: 1
Views: 711

Looking Up Multiple Tables

Dear All, I have a Table Which contains Reference to Other Tables.I need to populate a New Table Based on This main table and the Reference Tables. Eg.. Main Table 1 Ref Table2 REf Table 3 COL1 COL1 COL1 COL2 COL2 COL2 COL3 COL3 COL3 COL4 COL4 COL4 COL5 COL5 COL5 REST OF COLUMNS In The Above Strture...
by devaraj4u
Wed Feb 12, 2003 8:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Urgent....Please Help Me!!!
Replies: 7
Views: 2417

Dear Vincent McBurney,

I proceeded(STEPS) as you said in your mail and It was successful to load Data thru DS.Thanks a lot for your valuable mail at the right time.
Thanks a lot Vincent.

Thanks & Regards,
K.S.Rajan.
by devaraj4u
Wed Feb 12, 2003 8:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Urgent....Please Help Me!!!
Replies: 7
Views: 2417

Dear Ray,

Right now I am in New Jersey,USA for a short term assignment.i will be back in India on March 11th/March 13th 2003.Ray I am in Southern Part of India.It is called Chennai(MADRAS).Bombay is 1100 KMs from my Place.

Thanks & Regards,
K.S.Rajan.
by devaraj4u
Tue Feb 11, 2003 3:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Urgent....Please Help Me!!!
Replies: 7
Views: 2417

Could U Please help me in the above issue.It is very urgent Ray....

Thanks & Regards,
K.S.Rajan.
by devaraj4u
Tue Feb 11, 2003 3:48 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hi Ray
Replies: 2
Views: 741

Hi Ray

Could U Please help me in the above issue.

Thanks & Regards,
K.S.Rajan.
by devaraj4u
Tue Feb 11, 2003 2:46 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Urgent....Please Help Me!!!
Replies: 7
Views: 2417

Urgent....Please Help Me!!!

Hi All, I have 2 Oracle Schemas.I need to do ETL from one oracle(Relational Schema) to another Oracle(Star Schema).In Source Database I have 3 Base tables from which 16 Views are derived and I need to Move the Data from these sources(So 16 Objects) to target of 19 Tables. So Do i need to design 19 J...
by devaraj4u
Mon Feb 10, 2003 4:52 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Regarding Oracle Date
Replies: 2
Views: 1071

Dear Ray,

I made my datatype as Timestamp.It is working fine now.

Thanks a lot.

Regards,
K.S.Rajan.
by devaraj4u
Mon Feb 10, 2003 1:54 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to give Default value for a date Target column.In
Replies: 4
Views: 1573

Hi,

I tried with the following Default format 'YYYY-MM-DD HH24:MI:SS' and assigned a value to the TimeStamp Target filed it worked.

Thanks for your help,
K.S.Rajan.
by devaraj4u
Mon Feb 10, 2003 11:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to give Default value for a date Target column.In
Replies: 4
Views: 1573

how to give Default value for a date Target column.In

Hi All, Could you please help me how to give Default value for a date Target column.In Oracle we can give sysdate right.Like wise I am asking.I assigned OCONV(@Date,"D2") to that column but is it giving the following Error message. SQLSTATE=22008, DBMS.CODE=0 [DataStage][SQL Client][ODBC][...