by mistake i have dropped a table in oracle sql developer, how can I get the table back

387 Views Asked by At

i am working on oracle sqldeveloper, i am supposed to drop the table emp12. But i have dropped the table emp1 by mistake. Is there a way, so that i can get the table emp1 again. drop table emp1; can we get back dropped table using flasback query.

2

There are 2 best solutions below

1
Mahesh Naidu On BEST ANSWER

Contact your database administrator, he will be able to get the data back.

0
Eesara Bojitha On

In sql developer, check in the recycle bin. There you can find dropped tables. If you don’t have access to that try with dba user.