Database Error Messages

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

PCC-02359

Identifier specifying ARRAYLEN must be a 4-byte integer

Cause

The expression that specifies the ARRAYLEN dimension must evaluate to an integer. For example, the statement EXEC SQL ARRAYLEN my_array(1,3) cannot be parsed.


Action

Correct the statement, using an integral dimesnsion.