- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
表空间大小(Tablespace size)
表空间大小(Tablespace size)
In Oracle, the size of the query table and the size of the table space have two meanings for the table size. One is the amount of physical space allocated to a table, regardless of whether the space is used. You can query to get the number of bytes:
Select, segment_name, bytes
From user_segments
Where segment_type =TABLE;
perhaps
Select, Segment_Name, Sum (bytes), /1024/1024, From, User_Extents, Group, By, Segment_Name
Another table shows the actual use of space. Query like this:
Analyze, table, EMP, compute, statistics;
Select num_rows * avg_row_len
From user_tables
Where table_name =EMP;
See the size of each table space
Select, Tablespace_Name, Sum (bytes), /1024/1024, From, Dba_Segments, Group, By, Tablespace_Name
1. check the remaining tablespace sizes
SELECT, tablespace_name, tablespace, sum (blocks*8192/1000000), residual space, M, FROM, dba_free_space, GROUP, BY, tablespace_name;
2. check the overall space of all table spaces in the system
Select, b.name, sum (a.bytes/1000000), total space, from, v$datafile, a, v$tablespace, B, where, a.ts#=b.ts#,, group, by, b.name;
1, check the Oracle database table space information tools:
The use of Oracle Enterprise Manager Console, this is Oracle client tools, when installing the Oracle server or client will automatically install this tool, the completion of the Oracle installation on the windows operating system, through the following methods: the log tool start menu - program - Oracle-OraHome92 - Enterprise Manager Console - Oracle Enterprise Manager (click) console login choose checkbox independent startup determined - the Oracle Enterprise Manager Console, independent - choose to sign the instance name pop up database connection information - enter the username / password (general sys users), connection identity. Select SYSDBA - OK , then have successfully logged in the tool, select storage - table space Youll see the following interface, which displays the tablespace name, the tablespace type
您可能关注的文档
- 地震前兆(earthquake precursor).doc
- 美丽女人的华彩霓裳(Colorful neon beautiful woman).doc
- 地震征兆(Earthquake omen).doc
- 美剧常见词(Common words in American drama).doc
- 美发话术(Hairdressing talk).doc
- 美国ni仪器公司产品ni labview 2014 v14.0.1(美国镍仪器公司产品NI LabVIEW 2014 v14.0.1).doc
- 美国人的赚钱高招(American money making ideas).doc
- 美国人造鸡蛋(American made eggs).doc
- 美国俚语(american slang).doc
- 美国特享腺体元素资料(Information on gland elements in the United States).doc
- 表面工程学知识(Knowledge of surface engineering).doc
- 表观遗传甲基化(Epigenetic methylation).doc
- 装修主材清单(Decoration materials list).doc
- 装修二十九油漆涂料施工也重要!!(Decoration twenty-nine paint, paint construction is also important!!).doc
- 装修前先看装修中的遗憾故事(Look at the decoration before the renovation of regret stories).doc
- 装修业务员谈判技巧.txt(Decoration salesman negotiation skills.Txt).doc
- 装修基本概念(Basic concepts of decoration).doc
- 装修如何省钱(How to save money on decorating).doc
- 装修常识大全(二)(Encyclopedia of decoration (two)).doc
- 装修必知(Decoration must know).doc
最近下载
- 【MOOC】《中国马克思主义与当代》(北京科技大学)中国大学MOOC慕课答案.docx VIP
- 国际象棋的课程教案.docx VIP
- 器械科制度汇编.pdf
- 2025年新人教版7年级英语上册全册教学课件.pptx
- 第七章 集装箱码头船舶配积载业务.ppt VIP
- 风中奇缘-中英文台词打印版.doc VIP
- 《机电概念设计基础》课件——运动副.pptx VIP
- 股市主力操盘盘 口摩斯密码(原创内容,侵权必究).pptx
- 孙子兵法中的思维智慧 智慧树网课章节测试答案 .docx VIP
- 二 《“友邦惊诧”论》(教学设计)-【中职专用】高二语文同步精品课堂(高教版2024·拓展模块上册).docx VIP
文档评论(0)