For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!
Hi
I use JDeveloper 12.2.1.0, i have rest web service JSON POST and XSLT, and i have VARCHAR2 in datebase, i need to pass null value to that field in database but no luck, i try below:
"note" : null
"note" : ""
Any suggestion?