Oracle Database 12c New Features

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

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


Cause:


The remote call has parameters that are cursor variables or lob variables. This cannot be handled by stored procedures on your 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.