Oracle CLOB retrieval of entire field -


i need retrieve clob field oracle db

i have no problems retrieve first n charachters (using dbms_lob.substr in query works limit 4000 chars), don't work if try retrieve largest field containing unicode chars (kanji).

is there method so?


Comments

Popular posts from this blog

javascript - Trigger mouseenter when an animated element touches mouse -

json - Zend error Connection -

java - Using Spring @Transactional with a combination of readOnly and write, when does this entity get committed? -