ETL job uses temporary tablespace - where this option set?

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
sharathkedika
Participant
Posts: 3
Joined: Mon May 05, 2008 7:42 am
Location: Newyork

ETL job uses temporary tablespace - where this option set?

Post by sharathkedika »

Hi,
While loading from one table to another table in ETL job, ETL uses temporary tablespace called PSTEMP and it is giving error "Unable to extend temp segment by 256 in tablespace PSTEMP".

But we did not set explicitly anywhere in the job which tablespace it should use temporarily.

Could you please let me know where this option is set? (use PSTEMP as temporary tablespace).

All our jobs are failing because of this reason. We increased the PSTEMP to maximum extent, still the jobs are failing.

If we find out where this option is set, we can change the temporary temp space.

Thanks,
Sharath
Thanks and Regards,
sharath
ray.wurlod
Participant
Posts: 54595
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

This is not DataStage at all, but rather your database server. Ask your DBA about how PSTEMP tablespace is configured, and perhaps to allow automatic expansion. A bribe may be required.
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