Database Error Messages

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

PGU-30308

TIP generation: name string.string exceeds max length of string characters

Cause

The number of nested groups and lengths of their field names in the input data, when concatenated to form a fully qualified PL/SQL record field variable name <recname.varname>, exceeded the maximum length allowed by PL/SQL maxlen. Condition occurred during generation of the TIP Package Specification for parameter variables.


Action

Revise the PG DD entries for the defined parameters and either reduce the number of nested record levels or shorten the record field names.