W wiedman Member² Apr 20, 2011 #1 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
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
M matjazc Member² Apr 21, 2011 #1 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.
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.
R Romci Member Apr 28, 2011 #1 Did you solve this? Copy paste the select statement and xml data if you didn't.