- 1、本文档共84页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
* Dropping Tablespaces You can remove a tablespace from the database when the tablespace and its contents are no longer required with the following DROP TABLESPACE SQL command: DROP TABLESPACE tablespace [INCLUDING CONTENTS [AND DATAFILES] [CASCADE CONSTRAINTS]] where: tablespace: Specifies the name of the tablespace to be dropped INCLUDING CONTENTS: Drops all the segments in the tablespace AND DATAFILES: Deletes the associated operating system files CASCADE CONSTRAINTS: Drops referential integrity constraints from tables outside the tablespace that refer to primary and unique keys in the tables in the dropped tablespace * Dropping Tablespaces (continued) Using Oracle Enterprise Manager to Drop a Tablespace From the OEM Console: Navigate to Storage Tablespaces. Select the tablespace. Select Remove from the right-mouse menu. Select the “Delete associated datafiles from the OS” check box if you want to delete the data files. Note: This option only appears with Oracle9i Database Release 2. Click Yes to confirm drop. * Managing Tablespaces with OMF Creating OMF Tablespaces Creating tablespaces with OMF does not require a DATAFILE clause. Tablespaces omitting the DATAFILE clause take the defaults of a 100 MB data file set to AUTOEXTEND with an unlimited MAXSIZE. Optionally a file size can be specified. CREATE TABLESPACE tablespace [ DATAFILE [ filename ] [ SIZE integer [K|M] ] ]; Adding Data Files to OMF Tablespaces A data file can be added to an existing tablespace. The ADD DATAFILE command no longer requires file specification. Dynamically Changing Default File Locations DB_CREATE_ONLINE_LOG_DEST_n should be set to prevent log files and control files from being placed with data files. The destination can be changed dynamically using the ALTER SYSTEM SET command. Dropping OMF Tablespaces Data files from OMF created tablespaces are deleted at th
您可能关注的文档
- 第四册教案讲述.doc
- 第四章 酸碱滴定法讲述.ppt
- 第四章(6课时)大学物理讲述.ppt
- 第四章(第1节)两自由度系统的振动讲述.ppt
- 第四章-教育评价的程序讲述.ppt
- 第四单元对客服务工作讲述.ppt
- 第四章-多组分系统热力学讲述.ppt
- 第四章-类与对象讲述.ppt
- 第四章-聚合物在加工过程中的降解讲述.ppt
- 第四章1-铅绪论讲述.ppt
- 中国行业标准 DB/T 100-2024区域性地震安全性评价.pdf
- 《GM/T 0138-2024C-V2X车联网证书策略与认证业务声明框架》.pdf
- GM/T 0138-2024C-V2X车联网证书策略与认证业务声明框架.pdf
- DB/T 100-2024区域性地震安全性评价.pdf
- 中国行业标准 GM/T 0138-2024C-V2X车联网证书策略与认证业务声明框架.pdf
- 校园周边书店阅读氛围对初中生阅读素养提升的影响研究教学研究课题报告.docx
- 初中校园餐饮卫生监管与食品安全教育创新模式研究教学研究课题报告.docx
- 《文化遗产保护与旅游开发平衡机制的法律法规完善研究》教学研究课题报告.docx
- 《农作物病虫害生物防治技术的经济效益与社会影响分析》教学研究课题报告.docx
- 1 剖宫产术后子宫瘢痕憩室治疗中的并发症预防与护理措施教学研究课题报告.docx
文档评论(0)