Recover dropped table
Dear Folks,
I'm having a problem recovering a table in Oracle 12C enterprise edition (12.1.0.2.0).
A table (say APP_INVOICE_TABLE which was a in a user schema (APP) saved in a user defined table space) was dropped by myself & my intension is to recover it.
My mistaken operation was a table recreate, where I had dropped APP_INVOICE_TABLE & recreated it.
So after the wrong operation it had resulted APP_INVOICE_TABLE with no records.
There was one record for this table available in USER_RECYCLE_BIN.
During recovery phase, I tried flashback approach.
So it was advised to drop the empty table again & try flash back of the table.