Restore an APEX app from full exp or from db files.
883112Jan 6 2013 — edited Jan 7 2013Hi,
Since 20 days, I'm trying to find a way to recover my APEX application that I built during 10 months.
In the first time, I tried to recover, repair, restore...etc. my corrupted database 11g1 without success, in the end with nerves, I delete everything and reinstalled 11g2.
Before to delete, I copied all db files including the corrupted one (system01.dbf).
I had wrote a script in order to export after any big change in my DB, a full database (using exp tool).
So now, What I have is :
1 - New and clean database.
2 - Last full export from the older one.
3 - All db files of the old database (noarchivelog).
I can import my schema that I used in my APEX app to contain data and objects (tables, sequences, triggers, views, packages, functions and procedures).
But, I can't restore the APEX app.
Is there any way to recover my app from the export or from dbfiles ?
Best regards,