Search found 773 matches

by keshav0307
Mon Jul 27, 2009 8:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to insert records into long columns like varchar(4000)
Replies: 8
Views: 4217

oracle EE stage doesnot support LONG.
use Dynamic RDBMS stage .
by keshav0307
Thu Jul 09, 2009 8:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Join in server job
Replies: 6
Views: 2170

currently the tables are left outer joined with master table, and inserted into a temporay table, then join this temporary table to another table and load another temporary table, then join this second temporary table to another table and load into third temporary table, .................like wise.....
by keshav0307
Thu Jul 09, 2009 7:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Join in server job
Replies: 6
Views: 2170

Join in server job

I have to join five large tables (8 millions and about 4-5 GB data in each), and then insert records into another table. currently we are doing it using procedures and the procedures takes almost 1 day for processing; so now wanted to do it in Datastage. i am new to server job. can't find any stage ...
by keshav0307
Mon Jun 29, 2009 7:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Enterprise Load-Append - Not inserting in Parallel
Replies: 14
Views: 7616

how many nodes you have in configuration file?
by keshav0307
Tue Jun 23, 2009 2:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem in Job Monitoring
Replies: 5
Views: 1957

check the job monitor is up and running?
try restarting the job monitor and then run the job.
by keshav0307
Tue Jun 23, 2009 2:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: logic for grouping
Replies: 5
Views: 1954

use a sort stage,
sort on MISDN and DATE ASC.
remove duplicate on MISDN and keep the first record.
by keshav0307
Thu Jun 18, 2009 6:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job getting aborted abruptly
Replies: 12
Views: 8590

you need to unlock this job , before you recompile the job
there should be a process lock with name BIW_Dimen_Vehicle_Vehicle_01_SIT1.fifo

unlock this process and unlock the userno

UNLOCK USER <nnnn> ALL
by keshav0307
Mon May 25, 2009 7:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle 9i connectivity issue
Replies: 2
Views: 3291

search for orchoracle.o
it will surely help you

see this viewtopic.php?t=120269
by keshav0307
Mon May 25, 2009 6:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue with Oracle enterprise
Replies: 2
Views: 2102

you said ID is a column in the oracle table, then why don't you have that in your job to populate?
by keshav0307
Mon May 25, 2009 6:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage Connectivity to Oracle RAC
Replies: 11
Views: 12064

we have ORACLE RAC with 4 failover servers and successfully running with only one tns name in tnsnames.ora file, for all the four failover database instances
by keshav0307
Mon May 25, 2009 6:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: TRNSFORMER COMPILATION IN DATASTAGE7.5x2
Replies: 14
Views: 6591

did you try searching "compilation error"
there can be many reasons?

have you installed the data stage server in your local PC system?
by keshav0307
Mon May 25, 2009 6:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: need help for Resource Disk & Scratch Disk Spaces
Replies: 6
Views: 2780

datastage uses scratch disk a kind of RAM
and resource disk as hard disk.
by keshav0307
Mon Apr 06, 2009 11:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: multiple row from lookup
Replies: 8
Views: 4054

get all multiple rows from the reference, then use a sort stage to sort the data on first two column (1 NAP) and then in a transformer stage, concatnate for all column3 values for same key (1 NAP)
by keshav0307
Fri Apr 03, 2009 7:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fatal error :-gethostbyname; h_errno = 0
Replies: 2
Views: 2258

are you able to connect MTVETLPRD2 node from head node?