Hi All

Can anybody explain this

Oracle Version 8.0.5 Windows NT and HP UNIX

SQLPLUS> select to_number('54.12','99.99') from dual;
54.12
SQLPLUS>c/54.12/,
SQLPLUS>;
select to_number(',','99.99') from dual;
SQLPLUS> /
5.12


Any idea about this ?????

TIA
Santosh