收藏 分享(赏)

创建索引的应用实例.doc

上传人:ysd1539 文档编号:6194572 上传时间:2019-04-01 格式:DOC 页数:3 大小:72KB
下载 相关 举报
创建索引的应用实例.doc_第1页
第1页 / 共3页
创建索引的应用实例.doc_第2页
第2页 / 共3页
创建索引的应用实例.doc_第3页
第3页 / 共3页
亲,该文档总共3页,全部预览完了,如果喜欢就下载吧!
资源描述

1、创建索引的应用实例例 11-37创建正常索引 event_sal_idxSQLcreate index scott.emp_sal_idxOn scott.event(sal)Pctfree 25Storage(initial 500k)Tablespace system;例 11-38创建位图索引 event_evttype_idxSQL create bitmap index scott.emp_job_idxon scott.emp(job)pctfree 25storage(initial 300k)tablespace system;例 11-39查询以上所创建的俩个索引以及它们所基

2、于的表,所在的表空间,索引的类型和状态信息。SQLselect index_name,table_name,tablespace_name,index_type,uniqueness,statusFrom dba_indexesWhere owner=SCOTTAnd tablespace_name likeSY%;例 11-40查询俩个索引所基于的例,索引的主人和所基于的表的主人的信息。SQLselect index_name,table_name,column_name,index_ownerFrom dba_ind_columnsWhere table_owner=SCOTTAnd index_name like %_IDX;例 11-41查询这俩个索引的存储参数是不是按命令设置的。SQLselect index_name,pct_free,pct_increase,initial_extent,next_extentFrom dba_indexesWhere owner=SCOTTAnd tablespace_name like SY%;

展开阅读全文
相关资源
猜你喜欢
相关搜索

当前位置:首页 > 学术论文 > 大学论文

本站链接:文库   一言   我酷   合作


客服QQ:2549714901微博号:道客多多官方知乎号:道客多多

经营许可证编号: 粤ICP备2021046453号世界地图

道客多多©版权所有2020-2025营业执照举报