Streaming LOBs, writing over 1gb of data to table CLOB column with JSON constraint? #113
Replies: 1 comment 17 replies
-
Interesting! Can you share the code you actually used that got the JSON validation error? Specifically I'm interested to know when you get the error. |
Beta Was this translation helpful? Give feedback.
17 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Using Oracle 19c,
Is it possible to stream data from a >1GB JSON file to a table with a CLOB column that has a JSON check constraint?
I looked at the example below, it seems they do not have the JSON check constraint. I tried to adapt it to my requirement, but it fails with a JSON validation error.
Beta Was this translation helpful? Give feedback.
All reactions