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>
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>