The Recycle Bin is a virtual container where all dropped objects reside.
(回收站是一个虚拟容器,所有删除的对象都存放在其中)
The dropped objects occupy the same space as when they were created.
(被删除的对象占用的空间与创建时的空间相同。)
Once the tables are dropped any associated objects such as indexes, constraints, nested tables, and other dependent objects are prefixed with BIN,andtheyarenotmoved.(删除表后,任何关联的对象(如索引、约束、嵌套表和其他依赖对象)都以BIN 为前缀,并且不会移动它们。)
You can continue to access the data in a dropped table or even use Flashback Query against it. Each user has the same rights and privileges on Recycle Bin objects before they were dropped. You can view your dropped tables by querying the new RECYCLEBIN view.
(您可以继续访问已删除表中的数据,甚至可以对其使用闪回查询。每个用户在删除回收站对象之前对回收站对象具有相同的权限和特权。可以通过查询新的回收站视图来查看已删除的表。)