is it possible to convert ascii data in binary?
Hi all.
In my one table there is a column which contains ascii value. i want to convert it in binary. It it possible in oracle?
eg field value:1250ÿ it should be 125011111111
kindly tell how to do this.
i have tried this using a simple java program but doesnot work for some ascii values.
thank you