Oracle Count personagens em string

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