Why empty String is treated as null in oracle?

Posted by GK on Stack Overflow See other posts from Stack Overflow or by GK
Published on 2010-04-09T19:40:21Z Indexed on 2010/04/09 19:43 UTC
Read the original article Hit count: 342

Filed under:
|
|
|

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?

© Stack Overflow or respective owner

Related posts about java

Related posts about Oracle