Database Error Messages

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

OCI-23430

argument "string" cannot be NULL or empty string

Cause

The caller has provided an argument whose value cannot be NULL or the empty string.


Action

Check that the varchar2 value provided is not NULL or the empty string, and retry the call.