Page 1 of 1

Temporary file creation during running job

Posted: Wed Nov 22, 2006 1:09 am
by Soumyabrata
While loading data during data migration from a source table to a target table,is the information written in some temporary file in the server?If so,where is the file located and how is it generated?

Posted: Wed Nov 22, 2006 3:50 am
by ArndW
One or more temporary files are only created when needed, and this depends upon how you program your job(s).

Posted: Wed Nov 22, 2006 4:08 am
by aakashahuja
And moreover, after the job completes, DataStage also removes any temp tables created so as to clean up the space. So accessing them after the job completetion could be tricky or may not be possible at all.