Database Error Messages

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

PCC-02327

struct or struct pointer required

Cause

A scalar host variable was used in a context where a structure (or its pointer) is required.


Action

Make the host variable a structure or add more scalar host variables to satisfy the SQL syntax requirements.