Vsize returns the storage size of a string in Oracle : VSIZE « Character String Functions « Oracle PL/SQL Tutorial






The general format for this function is: VSIZE(string).

SQL> SELECT VSIZE('Returns the storage size of a string') FROM dual;

VSIZE('RETURNSTHESTORAGESIZEOFASTRING')
---------------------------------------
                                     36

SQL>
SQL>








11.19.VSIZE
11.19.1.Vsize returns the storage size of a string in Oracle