Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Recyclebin not working as expected

2638616Apr 19 2014 — edited Apr 22 2014

Could you anyone give any kind of solution as to why the recycle bin is not working properly .

Below is the SQL

Oracle 10g VERSION  - Oracle version

Linux RedHat   - Operating System

Flashback is On

Archivelog Mode

SQL> SHOW PARAMETER RECYCLEBIN;

NAME                                 TYPE        VALUE

------------------------------------ ----------- ------------------------------

recyclebin                           string            ON

SQL> CREATE TABLE T1(AGE NUMBER);

Table created.

SQL> DROP TABLE T1;

      

        Table dropped.

SQL> FLASHBACK TABLE T1 TO BEFORE DROP;

FLASHBACK TABLE T1 TO BEFORE DROP

*ERROR at line 1:

ORA-38305: object not in RECYCLE BIN

SQL> SHOW RECYCLEBIN;    WHEN I EXECUTED THIS STATEMENT NOTHING IS HAPPENING  IT JUST PASSES TO NEXT SQL PROMPT

SQL> SELECT * FROM USER_RECYCLEBIN;

    no rows selected

SQL> SELECT * FROM DBA_RECYCLEBIN;

no rows selected

Thanks

Any kind of information is highly appreciable

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 20 2014
Added on Apr 19 2014
9 comments
1,174 views