oráculo varchar al número

¿Cómo convierto un valor varchar de oracle a número?

p.ej

table - exception
exception_value 555 where exception_value is a varchar type

Me gustaría probar el valor de la columna exception_value

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