0

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.

Barbaros Özhan
  • 59,113
  • 10
  • 31
  • 55
Mahesh
  • 48
  • 5

2 Answers2

1

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

-1

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.