Omiting 0 from the starting string when inserting data
859474May 30 2011 — edited Jun 8 2011Hi all,
I have a column whose datatype is varchar2. the columns histogram is "Frequency".
When I insert a record through my DAO code written in JDBC, oracle omits 0 from the starting of the string. e.g.,
Input value is 0023564.
values after inserting is 23564.
I have some doubts over histogram. I didn't set this. I dont know how oracle set histogram and how to remove it?
Any help would be appriciable.
Regards,
Ali