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 PLS-00306: wrong number or types of arguments in call to 'WWV_FLOW_T_PLUGIN_ATTRIBUTES' while importing apex applicatio

Gerardus E3 days ago

I created an application in Oracle APEX and encountered the following error while trying to re-import it:

ORA-06550: line 6, column 16: PLS-00306: wrong number or types of arguments in call to 'WWV_FLOW_T_PLUGIN_ATTRIBUTES'

Here’s what I did step by step:

  1. In Workspace A (which has a workspace–schema mapping to schema B), I created a new application using the wizard.
  2. I didn’t add any pages — I only provided an application name and clicked Create Application.
  3. I then changed the parsing schema to B.
  4. I exported the application.
  5. I deleted the application from the workspace.
  6. When I tried to re-import the exported application, I got the error above.

The only unusual aspect is that the parsing schema (B) is not the same as the schema where the workspace is installed (A).

Is this a known bug in APEX?

When I create an application and do not change the parsing schema, the importing works as expected and I do not get the error message.

Comments
Post Details
Added 3 days ago
15 comments
91 views