Hi All,
I there any limitation of no of records that can be inserted into global temporary table?
we have one job that process around 90, 000, 000 records. During process we are using dynamic sql and store result in global temporary table.
Now every time we run this job there is inconsitancy of data. There are around 1 M, that some time appear and some time not.
So, is there any limitation of records/temporary memory space that can be used to store data? I cannot find any other reason for this data inconsistancy.