recover dropped table

classic Classic list List threaded Threaded
8 messages Options
Reply | Threaded
Open this post in threaded view
|

recover dropped table

Roshan
Oracle Database 12.1.0.2
RHEL 7.4

Hi Erman,

is there a way I can recover a dropped table if no flashback has been enabled?

Regards,

Roshan
Reply | Threaded
Open this post in threaded view
|

Re: recover dropped table

ErmanArslansOracleBlog
Administrator
is your recyclebin off?
Reply | Threaded
Open this post in threaded view
|

Re: recover dropped table

Roshan
No it is on

SQL> show parameter RECYCLEBIN

NAME                                 TYPE        VALUE
------------------------------------ ----------- ------------------------------
recyclebin                           string      on
SQL>
Reply | Threaded
Open this post in threaded view
|

Re: recover dropped table

Roshan
This post was updated on .
CONTENTS DELETED
The author has deleted this message.
Reply | Threaded
Open this post in threaded view
|

Re: recover dropped table

Roshan
BIREPORT         BIN$dTOOorUddl3gU0YAfAoIrA==$0     CBS_SUM_DUN2 DROP   TABLE   DATA4      2018-04-27:10:51:55 2018-09-06:15:54:45 2.3493E+11     YES YES       93102       93102        93102      20480
Reply | Threaded
Open this post in threaded view
|

Re: recover dropped table

ErmanArslansOracleBlog
Administrator
ok. recycle bin is on.. What happens when you issue the command -> "FLASHBACK TABLE <YOUR_TABLE_NAME> TO BEFORE DROP;"
Reply | Threaded
Open this post in threaded view
|

Re: recover dropped table

Roshan
Thanks, object successfully recovered.

If the table is not in recycle bin, what should I do?
Reply | Threaded
Open this post in threaded view
|

Re: recover dropped table

ErmanArslansOracleBlog
Administrator
You may use your backups..