PL/SQL VSize
Oracle PL/SQL VSize Function
The VSize function returns the number of bytes in the internal representation of an expression.
The VSize Function syntax:
vsize( expression )
Example
select vsize('Database tutorial') from dual; would return 17 select vsize(' ') from dual; would return 1