My Oracle Database (10.2) contains tables in Form “BIN$”. They are listed by
select * from user_recyclebin
but not by
show recycle_bin
The command “show parameters” indicate “recyclebin=on” (it is also the default value in Oracle).
Moreover: Oracle put a table in the recycle bin only if it is member of a cluster, isn’t it? (I understand the Oracle Administrator Guide so…). I indeed have dropped the corresponding tables, but I never have used any cluster in this database…
A call to PURGE TABLE has worked: the entry disappeared of user_recyclebin. But why did I have it?
Ok, I didn’t understand the SQL statement reference first:
All tables are put in the bin, the normal ones as well as the cluster ones. The difference is, that the recycle tables of a cluster disapper if the cluster is dropped.