ORA-24787:remote cursors must be closed before a call completes
错误码
错误描述:remote cursors must be closed before a call completes
错误原因:The previous operation did not close all the remote cursors it opened. Since separated transactions are enabled, this is not allowed.
解决方法:Close all remote cursors in each call, or start a regular (non-separated) transaction.
向认证技术专家提问
向技术专家提问


