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 causing SQL Developer to lock up

Dave SchleisMay 14 2012 — edited Jul 3 2012
database is 11g R2 on Linux.

In short I can not use SQL Dev against this database because the queries it uses to populate its interface take up to 15 minutes to return.

I began this question in the SQL Developer forum. Please see 10317792

As can be seen in my investigations, the recycle bin was the culprit.
The DBA then deactivated the recyclebin using:
ALTER SYSTEM SET recyclebin = OFF DEFERRED;

the DB was then bounced, and he then ran:
purge dba_recyclebin;

The DBA said that after all this, the table SYS.RECYCLEBIN$ still had over 57K rows.

the SQL Developer problem remains.

How can I actually turn off the recycle bin so I can use SQL Developer?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 31 2012
Added on May 14 2012
7 comments
1,213 views