VSIZE function

VSIZE returns the storage size of a string in Oracle. The general format for this function is:

VSIZE(string)

SQL> SELECT VSIZE('a string') FROM dual;

VSIZE('ASTRING')
----------------
               8

SQL>
Home »
Oracle »
String Functions » 

Related: