select on XML type column hangs

wiedman

Member²
select on XML type column hangs. the XML is < 800 bytes. The session is not waiting for resources and so I can't figure out what it's doing. thanks, Mary
 
Such problems arise when you use old Oracle client to connect to newer version of database.

I get that when connecting with 9i client to 11g database.

I guess there could be other reasons too, but check client version mismatch first.
 
Back
Top