OCI-40853
Multi-Value Index (MVI) must be created with ERROR ON ERROR, NULL ON EMPTY and NULL ON MISMATCH.
Cause
An attempt was made to create a multi-value index without using ERROR ON ERROR, NULL ON EMPTY, and NULL ON MISMATCH.
Action
Add ERROR ON ERROR, NULL ON EMPTY, and NULL ON MISMATCH when creating a multi-value index.
OCI-40853
multivalue index must be created with ERROR ON ERROR, NULL ON EMPTY and NULL ON MISMATCH.
Cause
An attempt was made to create a multivalue index without using ERROR ON ERROR, NULL ON EMPTY and NULL ON MISMATCH.
Action
Create a multivalue index with ERROR ON ERROR, NULL ON EMPTY and NULL ON MISMATCH.
OCI-40853
cannot create a multivalue index with JSON_TABLE without specifying ERROR ON ERROR and NULL ON EMPTY.
Cause
An attempt was made to create a multivalue index with JSON_TABLE without specifying ERROR ON ERROR and NULL ON EMPTY.
Action
Specify ERROR ON ERROR and NULL ON EMPTY when creating a multivalue index with JSON_TABLE.