Database Error Messages

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

PLS-00769

Formal parameters of type COLUMNS may only have a NULL default value.

Cause

A non-NULL default value was specified for a formal parameter of type COLUMNS in a polymorphic table function.


Action

Change the default value for the parameter of type COLUMNS to have a NULL default value in the polymorphic table function specification.