PPT Slide
Using the vsize( ) function
The vsize( ) function is not strictly for
numeric Datatypes. It gives the size in bytes
of any value for text, number, date, ROWID,
FROM DUAL;VSIZE(384838) VSIZE('ORANGE_TABBY') VSIZE(SYSDATE)------------- --------------------- --------------4 12 8