Hi Experts,
I've a doubt regarding NUMBER field, where a tilde ~ was stored. Just want to understand how that got inserted in that column?
When I gave a DUMP of that column it shows like this [value | DUMP(value)]:
-- In SQL Developer:
Infinity | Typ=2 Len=2: ff,65
Infinity | Typ=2 Len=2: ff,65
-- In another IDE (called SQL Tools and SQL*Plus):
~ | Typ=2 Len=2: ff,65
~ | Typ=2 Len=2: ff,65
Also, I read from Oracle docs that NUMBER field can also accept values like POSTIVE INFINITY (takes 2 bytes) and NEGATIVE INFINITY (1 byte).
Any pointers regarding this?
-- Ranit