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!

How to drop or delete a APEX application programmatically using application_id and / or alias?

tx103108Nov 29 2013 — edited Nov 30 2013

Oracle db 11gR2

Oracle APEX 4.2.1

Linux RHEL 6.3

------------------------

Does anyone know the function or procedure to drop or delete a APEX application programmatically using application_id and / or alias?

The best I can Google is this:

wwv_flow_api.remove_flow(application_id);    -- to drop APEX app by app id

Any other suggestions?  Any APEX API call that I can do (I don't see it in the APEX API Ref).

Thanks a bunch.

This post has been answered by Wouter de Waard on Nov 30 2013
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 28 2013
Added on Nov 29 2013
2 comments
1,791 views