Hemanth
Hemanth

Reputation: 75

How to delete a database application in oracle apex

I have created a database application in oracle application express and don't know how to delete it because there is no delete button to remove it

Upvotes: 3

Views: 9775

Answers (1)

Tom
Tom

Reputation: 7028

Both for Apex 4.2 and Apex 5.0:

  1. Edit the application.
  2. On the right of the screen you will find a list named "Tasks".
  3. This list has an entry "Delete application".

Apex 4.2:
Apex 4.2: Application > tasks > delete

Apex 5:
Apex 5.0: Application > tasks > delete

Upvotes: 7

Related Questions