Database Error Messages

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

ORA-24275

function 'string' parameter 'string' missing or invalid

Cause

The function <pkgname.funcname> was called with a parameter parmname that was null, 0 length, or had an invalid value.


Action

Correct the parameter to supply values that comply with its datatype and limits as specified in the documentation.