Oracle 11g 新特性之 Oracle Restart Database 的安装与配置完全详解.pdf
文本预览下载声明
DDBBAA nneevveerr sslleeeepp--DDBBAA,,永永不不眠眠
FFooccuuss oonn OOrraaccllee DDaattaabbaassee,, GGooddeennGGaattee aanndd UUnniixx
[[ 顶顶]] OOrraaccllee 1111gg 新新特特性性之之 OOrraaccllee RReessttaarrtt DDaattaabbaassee 的的安安装装与与配配 完完全全详详解解
分类: Oracle 11g High Availability 2013-02-10 09:32 947人阅读 评论 (2) 收藏 举报
Oracle 11g 新特性Oracle Restartrestart高可用性
Oracle Restart improves the availability of your single-instance Oracle database. Oracle Restart
automatically restarts the database instance, the Automatic Storage Management (ASM) instance, the
listener, and other components after a hardware or software failure or whenever your database host
computer restarts. Server Control (SRVCTL) is the command line interface to manage Oracle processes
that are managed by Oracle Restart on a standalone server.
This feature provides improved reliability and automated management of a single-instance Oracle
database and the management of any process or application running on the database server.
Oracle Restart 是 Oracle 11g 引入的新特性,是利用 Clusterware 为单实例提供高可用性保护。
在 Oracle 11g R2 中,restart database 依赖于 grid infrastructure 架构,在安装数据库软件之前,需要先安
装 grid infrastructure软件。
Oracle Restart database 可以利用 clusterware 提供的 srvctl crsctl 等工具管理数据库,在服务器或进程异
常终止时,grid infrastructure 会
自动进行重启,提供高可用性保护。
本文将以安装配 实验的形式详细介绍 Oracle 11g r2 restart database 步骤:
OS:Oracle Enterprise Linux 5.6
Grid Infrastructure .0
Oracle Database .0
grid 112030_LINUX_3of7.zip
oracle 112030_LINUX_1of7.zip
oracle 112030_LINUX_2of7.zip
1、检查物理内存是否满足安装要求
[root@asm Server]# grep MemTotal /proc/meminfo
MemTotal: 2229472 kB
2、检查swap空间是否满足安装要求
[root@asm Server]# grep SwapTotal /proc/meminfo
SwapTotal: 4292600 kB
[root@asm Server]# free
total used free shared buffers cached
Mem : 2229472 229844 1999628 0 18628 159852
-/+ buffers/cache: 51364 2178108
Swap:
显示全部