DBAsupport.com Forums - Powered by vBulletin
Results 1 to 3 of 3

Thread: flashback .. to before drop

  1. #1
    Join Date
    Jun 2007
    Posts
    29

    flashback .. to before drop

    I dropped a significant table in my database and has been trying to use a 'flashback ... to before drop' but keep getting the error as shown below

    SQL> drop table plants;

    Table dropped.

    SQL> flashback table plants to before drop;
    flashback table plants to before drop
    *
    ERROR at line 1:
    ORA-38305: object not in RECYCLE BIN


    SQL> flashback table PLANTS to before drop;
    flashback table PLANTS to before drop
    *
    ERROR at line 1:
    ORA-38305: object not in RECYCLE BIN

  2. #2
    Join Date
    Sep 2002
    Location
    England
    Posts
    7,334
    guessing you are running this as system - you cant do that and stop using system

  3. #3
    Join Date
    May 2000
    Location
    ATLANTA, GA, USA
    Posts
    3,135
    Run this:

    select * from recyclebin ;

    What do you get?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width