Database Error Messages

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

OCI-46072

The variable variable_name size variable_size is smaller than the required variable size required_size.
  • variable_name: The name of an output variable.
  • variable_size: The size of the output variable.
  • required_size: The required size of the output variable.

Cause

The size of the output variable of this function or procedure was too small. The variable must meet the minimum variable size.


Action

Increase the variable size and retry the operation.