Search found 312 matches

by kirankota79
Sun Jul 13, 2008 10:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: scratch folder filling very fast for a particular table
Replies: 10
Views: 3045

sorry the join stage has one lookup file too. since lookup stage cannot allow huge amount of data..i am using join stage for lookup
by kirankota79
Sun Jul 13, 2008 9:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: scratch folder filling very fast for a particular table
Replies: 10
Views: 3045

the name of the files that are getting created in scratch folder looks like tsortxxx each with 9.94MB
I am deleting them while the job is running to avoid the disk full.

Is it OK?
by kirankota79
Sun Jul 13, 2008 9:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: scratch folder filling very fast for a particular table
Replies: 10
Views: 3045

thanks Andrw my job is oracle stage--->transformer--->join---->transformer--->dataset In the oracle stage i set as table read and not a select query. As far as i know i haven't set any sort option. i am using same kind of job for other tables. i don't see any problem with them. Please let me know if...
by kirankota79
Sun Jul 13, 2008 8:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: scratch folder filling very fast for a particular table
Replies: 10
Views: 3045

scratch folder filling very fast for a particular table

I am writing an oracle table to a dataset and i am doing this for many tables. But for one particular table it is occupying lot of scratch space and i am running out of my disk space. Can someone let me know the exact reason?

Thanks
by kirankota79
Sat Jul 12, 2008 10:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sql load per node instead of all nodes at once
Replies: 4
Views: 2122

on the output oracle stage...i am truncating and loading but i want to set the partitioning tab to "ordered". but i don't see this option...it is explained in the parallel job dev guide.
by kirankota79
Sat Jul 12, 2008 10:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS server crash
Replies: 4
Views: 1639

sorry , ignore this topic. i misunderstood the issue.
by kirankota79
Sat Jul 12, 2008 10:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sql load per node instead of all nodes at once
Replies: 4
Views: 2122

sql load per node instead of all nodes at once

i have written an oracle table into dataset through 4 nodes. so the data is stored in 4 partitions. Is it possible to load the data through one node after the other instead of all 4 nodes at once? Bcoz i am thinking the error ora-00054 (resource busy) is causing because of this. No one is accessing ...
by kirankota79
Fri Jul 11, 2008 6:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS server crash
Replies: 4
Views: 1639

DS server crash

I am running some set of jobs which includes updates, loading and selecting jobs. i am using 4 nodes in config file. The server is getting crashed and i have to re run the jobs. For the update jobs i am using hash partition on the o/p oracle enterprise stage. Can someone tell me the possible reasons...
by kirankota79
Wed Jul 09, 2008 8:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: NLS problem
Replies: 2
Views: 1129

i need some help on this. if this works out i can move forward with other jobs

Thanks
by kirankota79
Wed Jul 09, 2008 7:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: NLS problem
Replies: 2
Views: 1129

NLS problem

Hi, My job design is: oracle database->transformer--->transformer--->dataset My oracle database NLS parameters are as follows: NLS_LANGUAGE AMERICAN NLS_TERRITORY AMERICA NLS_CURRENCY $ NLS_ISO_CURRENCY AMERICA NLS_NUMERIC_CHARACTERS ., NLS_CHARACTERSET UTF8 NLS_CALENDAR GREGORIAN NLS_DATE_FORMAT DD...
by kirankota79
Wed Jul 02, 2008 9:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Enterprise - Reading in parallel
Replies: 9
Views: 5804

for four nodes ...does it reduce the time read by 4 times if we use the partition table property? i want to write to a dataset and want to use the same dataset to reload back to the same table
by kirankota79
Thu Jun 26, 2008 6:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to check if the job is still running
Replies: 3
Views: 1543

How to check if the job is still running

Hi Everyone.....I had a job running since 2 days and i don't know if it is really running or is it just showing like that! Can some please tell me how can i check it from datastage side or from database side!

Thanks
by kirankota79
Wed Jun 25, 2008 5:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: segmentation fault
Replies: 6
Views: 1837

on the database side the nls_characterset is UTF8
by kirankota79
Wed Jun 25, 2008 4:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: segmentation fault
Replies: 6
Views: 1837

in the administrator when i see the nls properties of this particular project it is shown as default map name ISO-8859-1 and there is nothing else to set.
by kirankota79
Wed Jun 25, 2008 4:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: segmentation fault
Replies: 6
Views: 1837

Hi Ray..Can you tell me a workaround for it....this error is so irritating. i am using oracle 11g on windows 2003 server. Some time jobs work fine with one click and sometime i need rerun the job many times. What i need to setup in order to avoid this? always the same error! NLS_LANG is an environme...