aiaiDBA

加微信获取免费职业规划+学习资料,了解年薪50万的DBA是如何练成的

13718043309

010-86462881

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.

请先 登录 后评论

1 个回答

小智
ORA-06514:PL / SQL:远程调用不能由服务器处理,
.原因:远程调用具有为游标变量或lob变量的参数。这不能由您的服务器上的存储过程处理。,
.操作:避免将游标变量或lob变量用作此服务器上存储过程的参数,或将服务器升级到支持此操作的版本。,
.
请先 登录 后评论