Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Error ORA-06550: PLS-00306

BrasilienseMay 6 2015 — edited May 7 2015

When I tried to execute a code in APEX, the following error occurs. We are compiling a package inside APEX to execute a page.

ORA-06550: line 1, column 23: PLS-00306: wrong number or types of arguments in call to 'GET_PAGE_JAVASCRIPTS' ORA-06550: line 1, column 7: PL/SQL: Statement ignored

Technical Info (only visible for developers)

  • is_internal_error: false
  • ora_sqlcode: -6550
  • ora_sqlerrm: ORA-06550: line 1, column 23: PLS-00306: wrong number or types of arguments in call to 'GET_PAGE_JAVASCRIPTS' ORA-06550: line 1, column 7: PL/SQL: Statement ignored
  • component.type: APEX_APPLICATION_PAGE_PROCESS
  • component.id: 6152704245122846
  • component.name: LOAD_PAGE_JS
  • error_backtrace:ORA-06512: at "SYS.DBMS_SYS_SQL", line 1926 ORA-06512: at "SYS.WWV_DBMS_SQL", line 973 ORA-06512: at "SYS.WWV_DBMS_SQL", line 999 ORA-06512: at "APEX_040200.WWV_FLOW_DYNAMIC_EXEC", line 830 ORA-06512: at "APEX_040200.WWV_FLOW_PROCESS", line 138

How can we solve this?

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 4 2015
Added on May 6 2015
1 comment
1,181 views