Please send your Questions & Answers or Feedback to "mohan@javabook.org"

What is the difference between LONG and LONG RAW ?

We can use the LONG datatype to store variable-length character strings. The LONG datatype is like the VARCHAR2 datatype, except that the maximum length of a LONG value is 32760 bytes.

WE can use the LONG RAW datatype to store binary data (or) byte strings. LONG RAW data is like LONG data, except that LONG RAW data is not interpreted by PL/SQL. The maximum length of a LONG RAW value is 32760 bytes.

Related Posts Plugin for WordPress, Blogger...
Flag Counter