- 1、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
高水位线问题(High water mark problem) When Truncate Table is used, either drop, storage, or reuse storage resets HWM to the first Previous / next 2009-06-26 14:24:56 / personal category: oracle-- space management View (309) / comment (0) / score (0 / 0) My diary Log order: A, B is two Table The data for A and B is placed in the erp_data table space The indexes of A and B are placed in erp_indx table space respectively Then, we use the following two statements to delete the data in the two table Truncate, table, A, drop, storage; Truncate, table, B, reuse, storage; The result will be..: Truncate, table, A, drop, storage; --data: the extent space in the data section will be released (released to minextents extent), and the vacated space can be used by other segment. --index: the index part of the B table will be deleted, and the extent part will be freed, leaving the first extent --hwm: the HWM will be reset to the location of the first Block (HWM will change) Truncate, table, B, reuse, storage; --data: the extent space in the data section will not be recycled (just the data will be deleted), and the freespace space after the data deletion will only be available for use in this table and not for other segment. --index: the index part of the B table deletes data, but retains the extent section --hwm: the HWM will be reset to the location of the first Block (HWM will change) 1, the test starts, build two tables, A, B, and the corresponding index inx_A, idx_B SQL show user USER is QIUYB SQL, create, table, A (col, number); Table created. SQL, insert, into, A, values (1); 1 row created. SQL, insert, into, A, select * from, A; 1 row created. SQL / 2 rows created. SQL / 4 rows created. SQL / 8 rows created. SQL / 16 rows created. SQL / 32 rows created. SQL / 64 rows created. SQL / 128 rows created. SQL / 256 rows created. SQL / 512 rows created. SQL / 1024 rows created. SQL / 2048 rows created. SQL / 4096 rows created. SQL / 8192 rows created. SQL / 16384 rows created. SQL / 327
您可能关注的文档
- 抑制房地产泡沫问题(Curb the real estate bubble).doc
- 抑制泡沫、暂不加息炒房者在刀口舔血(Curb bubbles, not interest rates real people in the edge of licking blood).doc
- 影评————《飞行者》黄金色的阴影(Film review - the aviator Golden shades).doc
- 岩土工程师实用手册目录(Geotechnical engineers practical manual directory).doc
- 影视节目片头动画的创意与制作(Creative and production of animation for film and television programs).doc
- 应用PKPM结构设计软件应重视的问题(The problems that should be paid attention to when applying PKPM structure design software).doc
- 拥有自信-迈向成功的第一步(Confidence - the first step toward success).doc
- 幼儿教育笔记(Infant education notes).doc
- 幼儿园管理(Kindergarten management).doc
- 影响豆油价格变动的因素,很重要的(The factors that affect the price of soybean oil are very important).doc
- 高速公路公司2005上半年工作总结(Summary of the first half of expressway company work in 2005).doc
- 高速公路公司创建文明单位工作计划(Highway company creates civilized unit work plan).doc
- 高速公路内与行人有关的交通事故分析(Pedestrian related traffic accidents in Freeway).doc
- 高压抗燃油液压控制系统运行 [ 日期2005-03-13 ] [ 来自网友...(Operation of high pressure anti fuel hydraulic control system [date 2005-03-13] [from net friend]...).doc
- 高速公路收费站站长个人工作总结(Summary of personal work of toll station of expressway toll station).doc
- 高温下的不锈钢性能(Properties of stainless steel at elevated temperatures).doc
- 高压条(High tension bar).doc
- 高压正常,低压偏高,空调效果不好的原因分析(High pressure normal, low pressure high air conditioning result is not good reason analysis).doc
- 高一物理必修一公式(High physics required one formula).doc
- 高一历史-战时共产主义(High one history - wartime communism).doc
文档评论(0)