Quantcast
Channel: Toad for Oracle Forum - Recent Threads
Viewing all articles
Browse latest Browse all 4385

RE: Viewing oracle XML table in Toad data grid generates ORA-04036 memory error - Toad memory leak?

$
0
0

I've never heard of this exact symptom, but Toad doesn't do well with BINARY XML.   It's been a long-standing problem.  

You can work around it with GetClobVal, like this:

SELECT SY_UPDATES_XML.GetClobVal() as SY_UPDATES_XML,

               <other columns....>

FROM SY_HISTORY SY

You must include a table alias, or GetClobVal with throw an error.  This workaround will be automatic in schema browser.
You’ll still have to code it manually in the editor though.



John


Viewing all articles
Browse latest Browse all 4385

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>