Issue:
we got Error on oracle database version 19c :ORA-22923 WHEN INSERTING INTO NCLOB COLUMNS when Application doing some inserts .
Root cause:
This is bug on the Oracle database version 19.6 * which cause this error
ORA-22923: Amount Of Data Specified In Streaming LOB Write Is 0
Solution:
Oracle provided patch to resolve this issue :
Please apply the patch for the BUG 30919691.
After applying this patch the issue resolved for us.
No comments:
Post a Comment