aiaiDBA

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

13718043309

010-86462881

PCB-00600: indicators are not allowed in EXEC IAF statements

PCB-00600: indicators are not allowed in EXEC IAF statements
Cause: Indicator variables associated with host variables cannot be used in EXEC IAF statements such as GET and PUT in a user exit.
Action: Eliminate the indicator variables. If feasible (for example with Forms V4), use EXEC TOOLS statements, which do allow indicator variables. See the Programmer's Guide to the Oracle Precompilers for more information of EXEC IAF and EXEC TOOLS statements.

请先 登录 后评论

1 个回答

小智
PCB-00600:EXEC IAF语句中不允许使用指示符,
.原因:与主机变量相关联的指标变量不能在用户出口中的EXEC IAF语句(如GET和PUT)中使用。,
.操作:消除指标变量。如果可行(例如使用Forms V4),请使用EXEC TOOLS语句,它允许指示符变量。有关EXEC IAF和EXEC TOOLS语句的更多信息,请参阅Oracle预编译器程序员指南。,
.
请先 登录 后评论