- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
oracle回收站Recyclebin对象删除机制(国外英语资料)
oracle回收站Recyclebin对象删除机制(国外英语资料)
The Recyclebin object deletion mechanism, space release
1. What is the Recycle Bin
In fact, the term Recycle Bin is simply a data dictionary table that holds the object of the drop. Therefore, you can query the information in the recycle bin via the following statement:
Select * from recyclebin
Unless you have a sysdba authority, each user can only see his or her own object. So, for users, its like everyone has their own recycle bin. Even if users have permission to delete other schema objects, they can only see their own objects in the recyclebin.
The following drops do not put the relevant objects in the RecycleBin:
Drop tablespace: it will remove all objects belonging to the tablespace in the RecycleBin
Drop user: will remove all objects belonging to the user in the RecycleBin
Drop cluster: all the member objects belonging to the cluster are removed from the RecycleBin
Drop type: all the objects that depend on that type are removed from the RecycleBin
The object in the RecycleBin will be renamed by the system automatically, in order to prevent a naming conflict.
The name format: BIN $unique_id $version
The unique_id is the only identifier for the object of 26 characters, and version is the version number of the object in the database.
How to enable/disable the use of the RecycleBin
By setting the initialization parameter, the recycle clebin, you can control whether the recycle stop function is enabled by default.
The SQL alter system set recyclebin = off
The system has changed.
SQL alter system set recyclebin = on;
The system has changed.
SQL alter session set
The session has changed.
SQL alter session set recyclebin = on;
The session has changed.
How do you check the information in RecycleBin
As mentioned earlier, the user can query the user for the drop to view the object belonging to the drop.
SQL select object_name, object_type from dba_objects where object_name = RECYCLEBIN;
OBJECT_NAME OBJECT_TYPE
-- -- -- -- -- -- --
您可能关注的文档
- Element TD 1.5 cc2006说明文档(国外英语资料).doc
- EIB系统在智能住宅中的应用(国外英语资料).doc
- ELF图文教程(国外英语资料).doc
- em4095(国外英语资料).doc
- EN60335-1最新安规测试讲解(国外英语资料).doc
- EnterNet300的常见错误讯息及解决方法(国外英语资料).doc
- encrypt(国外英语资料).doc
- EPON系统中上行接入技术及实现方法(国外英语资料).doc
- Dtree+Jquery动态生成树节点例子《新手可参考》(国外英语资料).doc
- EPROM,E2PROM,NAND FLASH,NOR FLASH(国外英语资料).doc
- Oracle安装日志(国外英语资料).doc
- oracle crs起停步骤及srvctl crsctl 命令用法(国外英语资料).doc
- ORACLE常用数值函数、转换函数、字符串函数介绍(国外英语资料).doc
- oracle建表空间语句(国外英语资料).doc
- Oracle开发知识积累(国外英语资料).doc
- Oracle数据库备份技术(国外英语资料).doc
- oracle数据库软件补丁下载地址大全(国外英语资料).doc
- Oracle权限与角色管理、备份与恢复(国外英语资料).doc
- oscamconf(中文配置说明,本人直译6573版)(国外英语资料).doc
- OS Lab3-进程通信(国外英语资料).doc
最近下载
- T∕CACM 1066.2-2018 中医治未病标准化工作指南 第2部分:标准体系.docx VIP
- 技术服务措施及保障措施方案.docx VIP
- 新媒体环境下的微博营销【文献综述】.doc VIP
- 2021钻床工考试-初级钻床工考试(精选试题).doc VIP
- 化工企业双重预防机制.pdf VIP
- (铁总计统〔2017〕177号 )中国铁路总公司关于进一步加强铁路建设项目征地拆迁工作和费用管理的指导意见.pdf VIP
- 深圳新桥街道万丰社区大朗山片区城市更新项目.pdf
- 中小学劳动教育课程如何创新与实施.docx VIP
- 大航海时代OL陆战技巧学习指南.docx
- 集中式山地光伏电站方阵区直流电缆敷设技术要求.pdf VIP
文档评论(0)