Hello,

You can use the "vsize" fonction to have the number of bytes in the internal representation of your field.

try this : select vsize(sysdate) from dual;

Hope this helps