Forum OpenACS Q&A: Re: ns_ora, memory leak, server dies

Collapse
Posted by Barry Books on
What's the code look like. I think there is a bug if you do somthing like
db_dml in { update t set blob_col = :1 }
It will work if :1 is small enough. If it's too big it causes a crash.