上一页 1 ··· 111 112 113 114 115 116 117 118 119 ··· 128 下一页
摘要: 计算datafile可以resize收缩的空间. col name for a40 col resizecmd for a80 select a.file#,a.name,a.bytes/1024/1024 CurrentMB, ceil(HWM * a.block_size)/1024/1024 阅读全文
posted @ 2020-03-27 05:51 耀阳居士 阅读(786) 评论(0) 推荐(0)
摘要: Oracle数据文件占用空间释放resize 当Oracle数据库的数据占用空间较大,而其中存储的数据并未占据如此大的空间时,原因可能为用户删除了一些数据,但是数据文件大小并不会自动缩小。此时如果想要缩小数据文件的大小,可以采用如下的方式。 一、使用如下语句,查询可以释放空间的数据文件:select 阅读全文
posted @ 2020-03-27 05:35 耀阳居士 阅读(1809) 评论(0) 推荐(0)
摘要: Question My SYSTEM tablespace looks too large and I want to see if I have non system objects in by SYSTEM tablespace. What is the script to find objec 阅读全文
posted @ 2020-03-17 22:45 耀阳居士 阅读(168) 评论(0) 推荐(0)
摘要: Why is my SYSTEM Tablespace so Big? August 3, 2009 Posted by mwidlake in internals, VLDB. Tags: data dictionary, statistics, VLDBtrackback How big is 阅读全文
posted @ 2020-03-17 22:35 耀阳居士 阅读(184) 评论(0) 推荐(0)
摘要: DataPump Export (EXPDP) ORA-nnnnn Errors (Doc ID 1941688.1) To Bottom Modified: 24-Jul-2019 Type: HOWTO In this Document Goal Solution ORA-1 ORA-904 O 阅读全文
posted @ 2020-03-16 15:10 耀阳居士 阅读(2467) 评论(0) 推荐(0)
摘要: 现象: [Oracle@oracle1 ~]$ expdp xian/xian schemas=xian directory=dumpdir dumpfile=xian.dmp LOGFILE=xian.log Export: Release 10.2.0.5.0 - 64bit Productio 阅读全文
posted @ 2020-03-16 14:56 耀阳居士 阅读(502) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2020-02-17 21:51 耀阳居士 阅读(225) 评论(0) 推荐(0)
摘要: Oracle DBA 必须掌握的 查询脚本: 目录 Oracle DBA 必须掌握的 查询脚本: 0:启动与关闭 1:通过v$parameter数据字段来查询oracle标准数据块的大小 2:通过 dict 查看数据库中数据字典的信息 3 : 通过 v$fixed_view_definition 查 阅读全文
posted @ 2020-02-15 07:53 耀阳居士 阅读(688) 评论(0) 推荐(0)
摘要: oracle提高查询效率的34条方法 1、选择最有效率的表名顺序 (只在基于规则的优化器中有效): ORACLE的解析器按照从右到左的顺序处理FROM子句中的表名,FROM子句中写在最后的表(基础表 driving table)将被最先处理,在FROM子句中包含多个表的情况下,你必须选择记录条数最少 阅读全文
posted @ 2020-02-15 07:48 耀阳居士 阅读(4663) 评论(0) 推荐(0)
摘要: srvctl commands in Oracle RAC 11g SRVCTL (Server Control utility) commands in Oracle 11g RAC srvctl command target [options] commands: enable|disable| 阅读全文
posted @ 2020-02-14 09:00 耀阳居士 阅读(994) 评论(0) 推荐(0)
上一页 1 ··· 111 112 113 114 115 116 117 118 119 ··· 128 下一页