Oh,
Let me explain.
Quote:
|
So far as I have gone through the docs, DGTT has to be dropped explicitly for a remote thread re-use ( pooled).
|
I was refering to pooled connections, applications are remote, the threads go into the pool after it is done, so I used
remote thread re-use.
When a DGTT is declared with
on commit perserve rows the DGTT will not be dropped when a thread is returned to pool.
Am I right here ?
If so, then we need to drop the DGTT explicitly before a thread is returned to the pool. Is it ??
That's all I mean by above quote.
Regards