Binary to Decimal Conversion
443470Aug 18 2006 — edited Aug 21 2006Hi,
I am using Oracle 10g and I have binary numbers stored in varchar2 column, like ‘0100101110’. What would be the best way to convert that binary to decimal?
I am hoping that there is a built-in PLSQL function to do that.
Thank you,
Alan