Using the My Oracle Support Portal (MOSC)

MOSC Banner

After table drop, it got flushed from recyclebin within some minutes

Scenario :

  1. One partitioned table of size 480 GB approx dropped mistakenly from Production database (Oracle 19c) using command : drop table table_name
  2. Select dropped table from dba_reclyclebin immediately by using below command :--> select * from dba_recyclebin where original_name='Table_name' ;
  3. it fetched expected results
  4. After few minutes, when I tried flashback query to restore the table, I got an error saying : Table does not exists in recycle_bin:

FLASHBACK TABLE schema_name.table_name TO BEFORE DROP; 


Can someone please help me to understand the reason behind this ?

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center