Search found 22 matches

by AthiraM
Wed Mar 07, 2007 1:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage job - runtime error ORA-01036
Replies: 21
Views: 13478

I faced the issue mentioned above in the input stages which I could resolve using the hash file. The same error now pops up in the ouput stage too :( I designed 2 jobs The first design, the transformer stage and the sql query is as follows : figure 1 ---> http://img113.imageshack.us/my.php?image=dsj...
by AthiraM
Tue Mar 06, 2007 2:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage job - runtime error ORA-01036
Replies: 21
Views: 13478

Hi,

I redesigned the job as in figure :

http://img176.imageshack.us/my.php?image=dsjobbp0.jpg

Its working fine now.

Thankyou All
Athira
by AthiraM
Mon Mar 05, 2007 11:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage job - runtime error ORA-01036
Replies: 21
Views: 13478

DataStage job - runtime error ORA-01036

Hi,

The job in the figure raises the fatal error
ORA1..Package3_2: ORA-01036: illegal variable name/number

http://img161.imageshack.us/my.php?image=dsjobhl3.jpg

Did confirm with the user-defined SQL statement and the data in the table can be viewed. Please do comment on the same.

Thanks Athira
by AthiraM
Wed Feb 28, 2007 10:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage Job Design
Replies: 11
Views: 5223

Hi, Even though the performance is not laudable, there has been an improvement from the no response status. When I checked with the Oracle database it was found that there was a lock due to an insert statement on the output table. I did kill some threads manually. http://img224.imageshack.us/my.php?...
by AthiraM
Wed Feb 28, 2007 3:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage Job Design
Replies: 11
Views: 5223

http://img90.imageshack.us/my.php?image=dsjob3tv3.jpg http://img147.imageshack.us/my.php?image=dstransss0.jpg The SQL queries used in the 3 stages are as follows : (a user defined query) SELECT PACKAGE3.CMS_ORDER.ORDERID, PACKAGE3.CMS_ORDER.NINO, PACKAGE3.CMS_ORDER.ORDERED, PACKAGE3.CMS_ORDER.ORDSTA...
by AthiraM
Tue Feb 27, 2007 10:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage Job Design
Replies: 11
Views: 5223

Hi, The lookup queries are generated. I tried using the Hashed File, still no response. http://img90.imageshack.us/my.php?image=dsjob3tv3.jpg http://img168.imageshack.us/my.php?image=dsjob4vh6.jpg As seen in the log should anyting be done with NLS settings. This job (without the hash files implement...
by AthiraM
Tue Feb 27, 2007 8:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage Job Design
Replies: 2
Views: 1304

Hi,

The three ODBC stages as mentioned connects to 3 different tables in an Oracle database and the output is given to a table in a different Oracle database.
I waited for almost 8 hours :)