I've tried this, and all kinds of conversions, but it fails.
So, diving into the oracle books (their documentation web site is just incredible !), here is some explanation :
- the CLOB type is a TEXT type of 4 Gb size,
- you can SELECT a CLOB field from SQL/Plus, but not inside Designer or while developping an application (Delphi, Java,VB...),
- The solution is to use the DBMS_LOB package for manipulating BLOB, CLOB and NCLOB objects.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.