我在它下面创build了一个包和一个存储过程来testing一个并发程序。 当我运行它作为Oracle报告可执行的方法,它工作正常。 但是,当我将其更改为PL / SQL存储过程时,它会产生一个错误。
Cause: FDPSTP failed due to ORA-06550: line 1, column 7: PLS-00306: wrong number or types of arguments in call to 'POPULATE_REPORT_STG_TBL' ORA-06550: line 1, column 7: PL/SQL: Statement ignored
它在Oracle报告方法中正常工作。