Recover deleted Page with APEX and Firebug

Today a very important Page of an important APEX Application has accidentially been deleted. We didn’t want to step back to yesterdays backup, because right before the deletion many changes took place and we didn’t want to code that again.

Oracle APEX includes the realy nice feature of exporting an Application “As of x minutes ago”.

But there is also a dialog where you can export a single page, without the whole application overhead:

But this dialog lists only currently existing Pages and doesn’t include our deleted Page.

Firebug to the rescue we manipulate the HTML-Code of the Page-Select-List and add our deleted Page 99 which then exports easily “As of 30 minutes ago”.

1. Use Firebugs “Inspect Element” on the Page-Select-List

2. Edit the HTML and insert a new <option>

3. pick the newly added entry from the select-list, enter 30 as number of minutes and press the export button

4. go to the import menu and import the Page-Export File.

That’s all.

Life can be sooo easy using the right tools :-)

19 thoughts on “Recover deleted Page with APEX and Firebug

  1. That post just saved me hours of work.
    Thank you!!!

  2. Hi Peter,
    Thanks a lot, you will not believe this, I just deleted, accidentally, a page that I have being working on for more than two days. I used your trick and did the work perfectly.

    Thanks
    Omar

  3. Pingback: Recover a deleted APEX page or application « APEXPLAINED

  4. Thanks a lot!!!!!!!!!!!!!!!
    I am really impressed from your logic. I am trainee in apex and i had deleted one important page accidentally. So by using this trick i can rollback it.
    Thanks again from bottom of my heart

  5. My girlfriend’s gonna bake you a cake!!
    You saved our weekend.

    Many thanks.

  6. not working for me. After importing iam getting error as follows

    Contact your application administrator.
    Error ERR-1016 Application “102” Page “4” not found (requested language=”en”)

  7. Oh thanks! This saved me hours of work recreating a page from scratch!

  8. Pingback: Recovering a deleted page in APEX | Oracle Developer Tools and Thoughts

  9. Someone please give this guy a beer! Thank you very much Peter. You saved me a couple of hours of unnecessary recovery time!

Leave a Reply

Your email address will not be published. Required fields are marked *