Login  Register

recover dropped table

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

recover dropped table

Roshan
1028 posts
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
| More
Print post
Permalink

Re: recover dropped table

ErmanArslansOracleBlog
Administrator
4485 posts
is your recyclebin off?
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: recover dropped table

Roshan
1028 posts
No it is on

SQL> show parameter RECYCLEBIN

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

Re: recover dropped table

Roshan
1028 posts
This post was updated on Sep 07, 2018; 7:52pm.
CONTENTS DELETED
The author has deleted this message.
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: recover dropped table

Roshan
1028 posts
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
| More
Print post
Permalink

Re: recover dropped table

ErmanArslansOracleBlog
Administrator
4485 posts
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
| More
Print post
Permalink

Re: recover dropped table

Roshan
1028 posts
Thanks, object successfully recovered.

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

Re: recover dropped table

ErmanArslansOracleBlog
Administrator
4485 posts
You may use your backups..