I retrieve data from java then insert into Oracle, problem is oracle took ""
values then convert it
into NULL into the table.
this is unwanted behaviour, and it cause problems when I retrieve it from the oracle again, which
I am expecting a ""
rather than NULL
I prefer a elegant solution setting something on the oracle server side. a global config or something rather than putting millions of if statements into my Java code.