select to_number('0AB', 'XX') from dual; -- -- ORA-01722: unable to convert string value containing '0' to a number: -- ORA-03302: (ORA-01722 details) invalid string value: 0AB
Index