|
|
|||||||
|
On the iSeries - there is a memory area called QTemp. Normal uses for Qtemp are creating work files or accessing data that is only specific to the job that is running. For example, an iSeries CL may create an override or table in QTemp, then call a report that access those items in Qtemp. When the job ends - QTemp just vanishes. Is there something like that in Oracle or in MS-SQL? (db) |