Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Performance problem when using temporary clob variables.
There's an item in the Errata pages for my book that may still be relevant (although the item was written about 8.1.7 and 9.0.1) - are your temporary lobs defined as cache or nocache.
For more details see:
http://www.jlcomp.demon.co.uk/ch_17.html#Temporary%20Lobs
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
After that I started to consider using temporary clob variables as a working area and than store the final data in a permanent clob column in the database. And I have managed to get the code working, but the performance is very, very bad.
I have read all the documents that I have found how to optimize using temporary clob-variables, and still I'm not happy about the performance.
![]() |
![]() |