Database Error Messages

Release
toggle
  • 23ai
  • 21c
  • 19c
Updated
Jun 24, 2024

PCC-02396

Illegal use of arrays inside an array of structs

Cause

An array of a struct that contained arrays of scalars or two-dimensional char or VARCHAR fields was used as a host variable.


Action

Rewrite the struct so that there are no scalar arrays or two-dimensional char or VARCHAR fields.