only one proces returns rows from partitioned table

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
jasper
Participant
Posts: 111
Joined: Mon May 06, 2002 1:25 am
Location: Belgium

only one proces returns rows from partitioned table

Post by jasper »

Hi,
I'm selecting data from an oracle stage(one table). When selecting without the partition table option (so with one process) I get 2000000 records back
(all records from table) . When I put the partition option and take a 16-node configfile It only returns 160000 records and stops without error.

I'm doing a likewise thing on other tables, where the parallel process works correctly. Difference is:
-other DB's are not behind a firewall, this one is
-it is a RAC setup

Any ideas if this has any impact, or is there some other problem?
mahindru
Participant
Posts: 2
Joined: Thu Apr 22, 2004 9:49 am

Re: only one proces returns rows from partitioned table

Post by mahindru »

jasper wrote:Hi,
I'm selecting data from an oracle stage(one table). When selecting without the partition table option (so with one process) I get 2000000 records back
(all records from table) . When I put the partition option and take a 16-node configfile It only returns 160000 records and stops without error.

I'm doing a likewise thing on other tables, where the parallel process works correctly. Difference is:
-other DB's are not behind a firewall, this one is
-it is a RAC setup

Any ideas if this has any impact, or is there some other problem?
Post Reply