Character Large Object - data type used in Oracle and IBM DB2 RDBMSes to store strings of character longer than 4000 bytes.
I'm using oracle 11g and I'm trying to find out the length of a text. I will normally use select …
oracle blob clobHow to export clob field data's in oracle sql developer. Currently clob field data's can't export in oracle sql developer.
oracle export oracle-sqldeveloper clobI have this CLOB column and I need to display it using a select statement. I used DBMS_LOB.SUBSTR …
oracle clob