Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Question related to temporary lobs
A similar question came up on the newsgroup about 3 weeks ago under the title
Temporary LOBs in Oracle not freed up
The last comment from on it from the originator was:
<<quote>>
I went to Metalink to search for clues and I found people complaining about the same thing. They use OLE DB instead of JDBC but they do exactly the same (create XML in stored proc and send it back in temp CLOBS). It sounds like this is a confirmed oracle bug. The workaround they suggested was to send the data up with a clob locator attached to a physical clob (i.e. create temp or permanent table with a clob column). I will try it but this will be significantky slower then using cashed temp clobs.
<<end quote>>
Regards
Jonathan Lewis
http://www.jlcomp.demon.co.uk
The Co-operative Oracle Users' FAQ
http://www.jlcomp.demon.co.uk/faq/ind_faq.html
April 2004 Iceland http://www.index.is/oracleday.php June 2004 UK - Optimising Oracle Seminar July 2004 USA West Coast, Optimising Oracle Seminar August 2004 Charlotte NC, Optimising Oracle Seminar September 2004 USA East Coast, Optimising Oracle Seminar September2004 UK - Optimising Oracle Seminar
I have this procedure that is constantly running and works with LOBS. Although there is a temporary lob creation/destroy code, I see that every time this procedure finishes a loop, the value of temporary lobs attached to this sid gets incremented by 4 (in v$temporary_lobs). Is there any way we could trace at what stage lobs get created and why they don't get destroyed? The program pseudo code is as follows ...
While 1=1
Loop
TIA
Raj
-- Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html -----------------------------------------------------------------Received on Thu Apr 22 2004 - 04:36:22 CDT
![]() |
![]() |