- 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 move使用总结及应用举例(Oracle移动使用总结及应用举例)
oracle move使用总结及应用举例(Oracle移动使用总结及应用举例) Time reversal Move equipment Ordinary table equipment The difference between ordinary table equipment and equipment according to the partition table owner from HWM move to its default temporary tablespace tablespace central. Select ds.tablespace_name,alter table||ds.owner||.||ds.segment_name||move tablespace||du.default_tablespace||; From dba_segments DS, dba_users Du Where ds.owner = du.username And ds.owner in (CTL,DW,RPT,OD,ODS,TODS,FBI,DP22,DP23,TCLKING) And ds.tablespace_name =HWM And ds.segment_type =TABLE; SQL alter table TODS.CR_PARTY_RELATIONSHIP move tablespace TODSD; Table altered SQL alter table TODS.CR_PARTY_RELATIONSHIP_TYPE move tablespace TODSD; Table altered Partition table equipment Select CNAME (from Select rownum RM,alter table||ds.owner||.||ds.segment_name||move partition||ds.partition_name|| tablespace||du.default_tablespace||CNAME; From dba_segments DS, dba_users Du Where ds.owner = du.username And ds.owner in (CTL,DW,RPT,OD,ODS,TODS,FBI,DP22,DP23,TCLKING) And ds.tablespace_name =HWM And ds.segment_type =TABLE PARTITION C) Where RM between 1 and 500; The implementation of the process repeated until no record, you can choose. SQL alter table ODS.CR_PS_INVENTORY_ITEM move partition CR_PS_INVENTORY_ITEM_P080513 tablespace ODSD; Table altered SQL alter table ODS.CR_PS_INVENTORY_ITEM move partition CR_PS_INVENTORY_ITEM_P080514 tablespace ODSD; Table altered Index of equipment The index of tablespace storage equipment ordered standard for username+ I, if there is no space in the form of a similar, we will index data stored by the user to default tablespace. So we can apply the following statement to index rebuild to the corresponding table space. Selectalter INDEX||ds.owner||.||ds.segment_name||rebuild tablespace||nvl (dt.tablespace_name, du.default_tablespace) ||; From dba_segments DS, dba_users Du, dba_tablespaces DT Where ds.owner = du.username And dt.tablespace_name (+) = du.username||I And ds.owner in (
您可能关注的文档
- linux-fsck过程(Linux-fsck process).doc
- loadrunner性能测试一个实例(An example of LoadRunner performance testing).doc
- linux文件编辑器命令详解(Linux file editor commands detailed).doc
- loadrunner性能测试经验总结(LoadRunner性能测试经验总结).doc
- log4j配置相对路径实现日志记录(Log4j configure the relative path to achieve logging).doc
- logo标志设计要素(Logo logo design elements).doc
- logo设计26字母的设计(Logo design, 26 letter design).doc
- lol介绍(lol介绍).doc
- lol全英出装(Lol all in English).doc
- lol技巧提升(Lol skills upgrading).doc
- oracle与sql server在数据备份与恢复上的差异(Differences between Oracle and SQL Server in data backup and recovery).doc
- oracle中自动存储管理技术原理及应用(Principle and application of automatic storage management technology in Oracle).doc
- oracle多表关联更新(Oracle multi table Association update).doc
- oracle字符集(Oracle character set).doc
- oracle实现身份证校验功能(Oracle to achieve authentication card function).doc
- oracle回收站recyclebin对象删除机制(Oracle recycle bin recyclebin object deletion mechanism).doc
- oracle 10g rexpdp导出命令使用总结(Oracle 10g rexpdp export command use summary).doc
- op权限插件指令(OP permission plug-in instructions).doc
- oracle数据加密(Oracle data encryption).doc
- oracle数据库同步交换的方法-我收集的常见(Oracle database synchronous exchange method - I collect common).doc
最近下载
- 如何将自己的手机号设置成空号.docx VIP
- 云南省交通规划设计研究院有限公司招聘笔试题库2025.pdf
- 《电气工程基础》(熊信银_张步涵_华中科技大学)习题答案全解 (2).doc VIP
- 急性冠状动脉综合征患者规范化诊疗中国专家共识(冠心病).pptx
- 北师大级硕士研究生“自然辩证法概论”复习题(带答案) .pdf VIP
- 企业劳动用工法律风险调查表.pdf VIP
- 《电气工程基础》(熊信银张步涵华中科技大学)习题答案全解.docx VIP
- 阳痿护理查房课件.pptx VIP
- 护士科室火灾应急预案演练脚本精选(两篇).docx
- 2025年及未来5年中国智慧机场行业市场评估分析及发展前景调研战略研究报告.docx
有哪些信誉好的足球投注网站
文档评论(0)