Database Error Messages

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

OCI-06503

PL/SQL: function returned without value

Cause

A call to PL/SQL function completed, but no RETURN statement was executed.


Action

Rewrite PL/SQL function, making sure that it always returns a value of a proper type.