Database Error Messages

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

PGU-30304

TIP generation warning: string name truncated to string characters

Cause

This is a warning of possible non-unique PL/SQL names. PGAU encountered record field names which combined exceed the maxmimum PL/SQL name length, and the last field name specified field was truncated to the length len. The 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.