oracle varchar para numerar

Como faço para converter um valor varchar oracle para número

por exemplo

table - exception
exception_value 555 where exception_value is a varchar type

Eu gostaria de testar o valor da coluna exception_value

select * from exception where exception_value = 105 instead of
select * from exception where exception_value = '105'