September 2000
Intermediate to advanced
418 pages
11h 5m
English
| VSIZE |
VSIZE(expr) |
Returns the size, in bytes, of the value's internal representation.
SQL> SELECT VSIZE(SYSDATE) FROM dual;
VSIZE(SYSDATE)
--------------
8
SQL> SELECT VSIZE(username) FROM dba_users;
VSIZE(USERNAME)
---------------
3
6
5