Batch process using Oracle connector

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
dinakaran_s
Participant
Posts: 22
Joined: Wed Jul 02, 2008 7:01 am
Location: London

Batch process using Oracle connector

Post by dinakaran_s »

Hi,

Currently we are trying to fetch 10 million records from oracle (it may grow) and to creating a flat file. In between, and need to get the description from the master using lookup.

The jobs is running fine without any problem.

But the problem is, the scratch disk is getting full (20 gb) for just 1.9 million record. It is trying to pull all the records and creating multiple datasets. This is occupying most of the scratch disk space.

Is there any option in oracle connector to process the data in batches.
qt_ky
Premium Member
Premium Member
Posts: 2895
Joined: Wed Aug 03, 2011 6:16 am
Location: USA

Post by qt_ky »

What is the job design like? Does it have a Lookup stage with a normal lookup on a large number of records on the reference link?
Choose a job you love, and you will never have to work a day in your life. - Confucius
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

How much scratch space do you have? Can you allocate more?

How large are these 1.9 million records?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply