Why empty String is treated as null in oracle?
- by GK
We are using empty string in DB2 database for some business logic. but when the same record tried to insert into the Oracle it throws some not null property references to null value error.
that is oracle treats empty string as null. So i am wondering why it is like that.
and if there is a requirement of storing empty string how to do that on oracle?