Database Error Messages

OCI-40812

cannot specify both WITH ARRAY WRAPPER and OMIT QUOTES

Cause

The clause OMIT QUOTES ON SCALAR STRING conflicted with the clause WITH ARRAY WRAPPER.


Action

Change OMIT to KEEP, or use WITHOUT ARRAY WRAPPER.