The line : DBMS_OUTPUT.PUT_LINE('TOKEN COUNT', V_TOTAL);

has to be:

DBMS_OUTPUT.PUT_LINE('TOKEN COUNT'||to_char(V_TOTAL));