暂无图片

PLS-00591:this feature is not supported in client-side programs

错误码

错误描述:this feature is not supported in client-side programs
错误原因:One of the following features was used in a wrong context: pragma AUTONOMOUS_TRANSACTION, dynamic SQL statements, (e.g. EXECUTE IMMEDIATE), and bulk binds. These listed features can only be used in server-side programs but not client-side programs.
解决方法:Remove it or define a server-side subprogram to do the work and call the subprogram from the client.

向认证技术专家提问

向技术专家提问

相关搜索
查看更多》