Hi ,
We have table DV_OM_AR_DETAIL that has a column ORG_ID that is a NUMBER .
But today I got a strange behaviour.
if I run the statement
select to_number(ORG_ID) from DV_OM_AR_DETAIL ;
This gives me error as ''ORA-01722: invalid number"
But my question is how can non numeric value can enter into my NUMBER datatype column?
Thanks
Nawneet