Panjang string oracle

SELECT length('abcd') FROM DUAL;		-- 4
VasteMonde