看到刘兄的一篇文章转载下
Category: 11g
Create a database link with the new host:port/service syntax
Create a database link with the new host:port/service syntax
Submitted by tanelpoder on Mon, 2012-03-05 15:57
Share
I just noticed that (finall[……]
11g new feature Index Invisible
11g为我们提供了Index Invisible特性,使用这个特性可以轻松的将index置为不可用状态,对比之前的将索引置为unusable
最大的改进是,当index设置为unusable时,索引将不再随着表数据的更新而更新,导致如果重新使用index 需要rebuild等操作
这对大型的OL[……]
11g nested loop faster than 10g
在pythian看到了一个测试,是否证明了oracle 11g is x% faster than 10g?(oracle官方的说法)
First, you have to create and fill a table to run your query :
create table[……]
11g partition new features
总结了11g partition new feature
11G Introduced partition extensions:
-Interval partitioning
-REF partitioning
-More Composite Partitioning
-Virtual[……]
11g Oradebug Infrastructure (Internal only)
11g Oracle 加强了oradebug 可以使用oradebug doc命令查看internal trace command,下面简述各种命令的输出,由于是undocumented,所以很多东西有待研究
Contents
ORADEBUG DOC
ORADEBUG DOC E[……]
How to create very big index
how to create very big index
我们总会碰到各种case 需要建立索引 有些索引大至1T,这些索引的创建是个非常棘手的问题,oracle 11g 在建立partition index时,给出了不错的解决方案
Let’s now re-create th[……]
快速升级Oracle 11.2.0.2 RAC到11.2.0.3 on Windows 2008
基于windows 2008平台升级rac 11.2.0.2.0->11.2.0.3.0
OS环境windows 2008 x64 数据库环境oracle 11g rac ,version 11.2.0.2.0 64bit
SQL> conn / as sysdba
已连接。
S[……]
[转] 11g Release 2 RMAN Backup Compression
11g Release 2 RMAN Backup Compression
Oracle 11g Release 2 introduced compression algorithm levels which can be used for compressing table data, Data[……]
11G新特性 IO Calibration 评测
11G新特性 IO Calibration可以帮我们估算出存储的读写性能,在使用这个特性之前 我们需要满足一些条件:
.在linux系统中默认是不开启异步IO的
SQL> show parameter filesystemio_options
NAME TYPE V[……]