aiaiDBA

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

13718043309

010-86462881

PLS-00707: unsupported construct or internal error [string]

PLS-00707: unsupported construct or internal error [string]
Cause: At run time, this is an internal error. At compile time, it indicates one of the following problems: -- A call was made to a remote subprogram that has a parameter type or default expression not supported at the calling site. -- An incomplete upgrade or downgrade was done to a database that has stored procedures. Perhaps incorrect versions of system packages such as STANDARD.SQL were installed. -- A compiler bug was encountered. In such cases, legal PL/SQL syntax will fail to compile.
Action: Either report the internal error to your Customer Support representative or, depending on the problem, take one of the following actions: -- Revise the logic of the application to use parameter types and default expressions that are supported at both the local and remote sites. -- Complete the upgrade or downgrade properly, making sure to install correct versions of all system packages. -- Report the legal-syntax error to your Customer Support representative. If there are line and column numbers displayed with the error message, they might help you find a workaround. For example, try recoding the offending line to avoid the bug.

请先 登录 后评论

1 个回答

小智
PLS-00707:不支持的构造或内部错误[ string ],
.原因:在运行时,这是一个内部错误。在编译时,它表示以下问题之一: - 调用了一个远程子程序,该调用程序在调用站点不支持参数类型或默认表达式。 - 对具有存储过程的数据库进行了不完整的升级或降级。也许安装了不正确版本的系统软件包,如STANDARD.SQL。 - 遇到编译器错误。在这种情况下,合法的PL / SQL语法将无法编译。,
.操作:向客户支持代表报告内部错误,或根据问题,执行以下操作之一: - 修改应用程序的逻辑,以使用本地和远程支持的参数类型和默认表达式网站。 - 正确完成升级或降级,确保安装所有系统软件包的正确版本。 - 向您的客户支持代表报告法律语法错误。如果列和列号显示错误消息,它们可能会帮助您找到解决方法。例如,尝试重新编码违规行以避免错误。,
.
请先 登录 后评论