Not able to retrieve well form XML from Oracle R2V2
Hi ,
I am able to store the XML data in a column of data type as XMLTYPE() ,
crossed checked at database level.
But main issue is while retrieving only
I am not able to retrieve XML file in well formed manner using
resultset.getobject(1) ;
I am getting the values replaced with ?,smiley face and so on..
if my inserted xml file lenght is 1000 , the return value from Database is
below 100.
Could any one help me out. (This happens only in oracle r2v2 other Oracle
DB.. i have no issues at all)
Regards
S
0