2012年8月29日
摘要:
参考资料:Oracle Database Performance Tuning Guide, 10g Release 2 (10.2).pdf:265页参考网址:http://www.dbaroad.me/?p=4862 http://www.dbaroad.me/archives/2009/06/index_full_scan.html(常见索引扫描浅析(三):INDEX FULL SCAN) http://wenku.baidu.com/view/4bce2240be1e650e52ea99c9.html(Oracle优化-英文官方文档) http://blo...
阅读全文
posted @ 2012-08-29 05:40
Coldest Winter
阅读(318)
推荐(0)
2012年8月27日
摘要:
本文翻译来自于:Oracle Database Performance Tuning Guide, 10g Release 2 (10.2).pdf 官方下载地址:10g:http://www.oracle.com/pls/db102/homepage 11g:http://www.oracle.com/pls/db111/homepage To execute a SQL statement, Oracle might need to perform many steps. Each of thesesteps either retrieves rows...
阅读全文
posted @ 2012-08-27 07:17
Coldest Winter
阅读(210)
推荐(0)
2012年8月23日
摘要:
Oracle执行SQL语句的步骤如下:1. 用户传送要执行的SQL语句给SQL引擎2. SQL引擎要求查询优化器提供执行计划3. 查询优化取得系统统计信息、SQL语句引用对象的对象统计信息、SQL概要和构成执行环境的初始化参数4. 查询优化器分析SQL语句并产生执行计划5. 将执行计划传递给SQL引擎6. SQL引擎执行SQL语句参考:Oracle Database Performance Tuning Guide, 10g Release 2 (10.2)下载地址:http://www.oracle.com/pls/db102/homepage(一)、Developing Efficient
阅读全文
posted @ 2012-08-23 06:03
Coldest Winter
阅读(240)
推荐(0)
2012年8月9日
摘要:
http://www.itpub.net/thread-1586113-1-1.html
阅读全文
posted @ 2012-08-09 06:22
Coldest Winter
阅读(138)
推荐(0)
2012年8月2日
摘要:
--Ora-01578 Ora-00376 Ora-01110
阅读全文
posted @ 2012-08-02 06:55
Coldest Winter
阅读(155)
推荐(0)
2012年7月31日
摘要:
网址:http://www.databasedesign-resource.com/oracle-log-files.html
阅读全文
posted @ 2012-07-31 07:28
Coldest Winter
阅读(195)
推荐(0)
2012年7月30日
摘要:
网址:http://cuddletech.com/articles/oracle/node58.html http://cuddletech.com/articles/index.shtml参考网址:http://blog.csdn.net/tianlesoftware/article/details/4693470 http://blog.csdn.net/tianlesoftware/article/details/5674309 启用归档日至模式Enabling ARCHIVELOG Mode Most of the High Availability features...
阅读全文
posted @ 2012-07-30 19:10
Coldest Winter
阅读(462)
推荐(0)
2012年7月26日
摘要:
http://www.2cto.com/database/201205/133559.htmlhttp://blog.csdn.net/xyz846/article/details/6347661
阅读全文
posted @ 2012-07-26 06:36
Coldest Winter
阅读(196)
推荐(0)
2012年7月25日
摘要:
参考网址:http://docs.oracle.com/cd/B19306_01/server.102/b14200/statements_1004.htm 用操作系统命令执行的备份称为用户管理的备份。使用RMAN执行的备份称为服务器管理的备份,执行服务器管理备份前,可以做三种决策,即备份是: 1、关闭状态还是打开状态 2、全部备份还是局部备份 3、完整备份还是增量备份一:关闭状态的备份在数据库关闭期间执行,也称为冷备份,一致备份和脱机备份。打开状态备份在数据库在使用期间执行,也称为热备份,非一致性备份和联机备份。打开状态的备份只能在数据库处于归档模式下进行二:全部备份指的是备份所有的数...
阅读全文
posted @ 2012-07-25 06:07
Coldest Winter
阅读(942)
推荐(0)
摘要:
checkpoint A data structure that defines an SCN in the redo thread of a database. Checkpoints arerecorded in the control file and each datafile header, and are a crucial element ofrecovery.(检查点记录在控制文件和每个数据文件的头部,对于恢复他是至关重要的)(参考:Oracle® Database Concepts 11g Release 1 (11.1).pdf Oracle Database B
阅读全文
posted @ 2012-07-25 05:47
Coldest Winter
阅读(349)
推荐(0)