好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

ORA-25330: PL/SQL associative arrays may not be used with AQ array operations ORACLE 报错

文档解释

ORA-25330: PL/SQL associative arrays may not be used with AQ array operations

Cause: A PL/SQL associative array was provided for the payload parameter in an enqueue/dequeue array operation.

Action: Use VARRAY or NESTED TABLE types with AQ array operations.

ORA-25330 错误表明, PL/SQL函数与AQ阵列操作不兼容。

官方解释

常见案例

一般处理方法及步骤

查看更多关于ORA-25330: PL/SQL associative arrays may not be used with AQ array operations ORACLE 报错的详细内容...

  阅读:12次