Database Error Messages

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

ORA-06514

PL/SQL: The remote call cannot be handled by the server

Cause

The remote call had parameters that were cursor variables or lob variables. These could not be handled by stored procedures on the server.


Action

Avoid using cursor variables or lob variables as parameters for stored procedures on this server or upgrade your server to a version that supports this.