-------recycle bin 存储删除的表及多他们的依赖对象
The Recycle Bin is a logical storage container for all dropped tables and their dependent objects;
select * from USER_RECYCLEBIN;
select * from DBA_RECYCLEBIN;
select object_name as recycle_name, original_name, object_name from recyclebin;
select * from "BIN$0ZVR8eDEQbK4s8G2Csf2kg==$0";
flashback table t1 to before drop rename to t2;
---------从recycle bin清除
purge table "BIN$0ZVR8eDEQbK4s8G2Csf2kg==$0";
purge tablespace t1 user user1;
purge recyclebin;
purge dba_recyclebin;
------------------the Recycle Bin 限制
Recycle bin exists for the tables only in non-SYSTEM, locally managed tablespaces
1.是local manager tablespace
2.DML.DDL不用于recycle bin
3.分区的索引组织的表不受recycle bin保护
4.Recycle Bin when the base table is dropped.
5.The Recycle Bin name of a table is required to query the table
6.reference constraint 不受Recycle bin 保护,必须rebuild
7. bitmap join indexes, referential integrity constraints (foreign key constraints), and
「喜欢这篇文章,您的关注和赞赏是给作者最好的鼓励」
关注作者
【版权声明】本文为墨天轮用户原创内容,转载时必须标注文章的来源(墨天轮),文章链接,文章作者等基本信息,否则作者和墨天轮有权追究责任。如果您发现墨天轮中有涉嫌抄袭或者侵权的内容,欢迎发送邮件至:contact@modb.pro进行举报,并提供相关证据,一经查实,墨天轮将立刻删除相关内容。
Oracle RAC 一键安装翻车?手把手教你如何排错!
Lucifer三思而后行
571次阅读
2025-04-15 17:24:06
【纯干货】Oracle 19C RU 19.27 发布,如何快速升级和安装?
Lucifer三思而后行
515次阅读
2025-04-18 14:18:38
Oracle SQL 执行计划分析与优化指南
Digital Observer
478次阅读
2025-04-01 11:08:44
墨天轮个人数说知识点合集
JiekeXu
464次阅读
2025-04-01 15:56:03
XTTS跨版本迁移升级方案(11g to 19c RAC for Linux)
zwtian
462次阅读
2025-04-08 09:12:48
【ORACLE】记录一些ORACLE的merge into语句的BUG
DarkAthena
444次阅读
2025-04-22 00:20:37
Oracle数据库一键巡检并生成HTML结果,免费脚本速来下载!
陈举超
444次阅读
2025-04-20 10:07:02
【ORACLE】你以为的真的是你以为的么?--ORA-38104: Columns referenced in the ON Clause cannot be updated
DarkAthena
421次阅读
2025-04-22 00:13:51
Oracle 19c RAC更换IP实战,运维必看!
szrsu
406次阅读
2025-04-08 23:57:08
【活动】分享你的压箱底干货文档,三篇解锁进阶奖励!
墨天轮编辑部
391次阅读
2025-04-17 17:02:24