Purpose
VSIZE() returns the size in bytes of the expr parameter.
Syntax
VSIZE(expr)
Parameters
expr can be a value or expression of a numeric data type (NUMBER, FLOAT, BINARY_FLOAT, or BINARY_DOUBLE) or a character data type (CHAR, VARCHAR2, NCHAR, or NVARCHAR2).
Return type
The return type is
NUMBER.If
NULLis specified forexpr, the function returnsNULL.