Database Error Messages

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

PLS-00776

SQL macro can only return character return types

Cause

A SQL macro function returned a type that was not a character type like VARCHAR2.


Action

Change the return type to one of the character types.