oracle 10g rac环境升级到10.2.0.5

简介:

  升级oracle rac环境,以前是oracle 是10.2.0.1版本,现在要10.2.0.5的版本.首先必须安装oracle cluster集群软件,然后下载oracle 10.2.0.5软件包进行打补丁.


oracle cluster安装地址:http://tongcheng.blog.51cto.com/6214144/1872157

oracle database安装地址:http://tongcheng.blog.51cto.com/6214144/1872157

oracle 10.2.0.5下载地址:http://aru-llnw-dl.oracle.com/aaruna03/vol/patch26/PLATFORM/CORE/Linux-x86-64/R80102050/p8202632_10205_Linux-x86-64.zip?params=UlZPbFZSMlBFVVVyRWt1dldva3hjUTphcnU9MTI1NDA4MjQmZW1haWw9Y253eDY4QG1vdG9yb2xhLmNvbSZmaWxlX2lkPTMwMzAxODQzJnBhdGNoX2ZpbGU9cDgyMDI2MzJfMTAyMDVfTGludXgteDg2LTY0LnppcCZ1c2VyaWQ9by1jbnd4NjhAbW90b3JvbGEuY29tJnNpemU9MTI0OTg1Nzg2NiZjb250ZXh0PUFAMTArSEBhYXJ1MjAzLm9yYWNsZS5jb20rUEA%40&e=1292124852&h=3e16aa21f55a3b257d06fc462b94eeeb


1.查看当前的crs版本(两个节点都看一下)

[oracle@rac10g01 ~]$ crsctl query crs softwareversion

CRS software version on node [rac10g01] is [10.2.0.1.0]

[oracle@rac10g01 ~]$ crsctl query crs activeversion

CRS active version on the cluster is [10.2.0.1.0]

[oracle@rac10g01 ~]$


2.安装升级软件包

[oracle@rac10g01 ~]$ unzip p8202632_10205_Linux-x86-64.zip

[oracle@rac10g01 ~]$ cd Disk1/

[oracle@rac10g01 Disk1]$ ll

total 188

drwxr-xr-x   4 oracle oinstall   4096 Apr 29  2010 install

-rwxr-xr-x   1 oracle oinstall 171131 Apr 29  2010 patch_note.htm

drwxr-xr-x   2 oracle oinstall   4096 Apr 29  2010 response

-rwxr-xr-x   1 oracle oinstall   3927 Apr 29  2010 runInstaller

drwxr-xr-x  11 oracle oinstall   4096 Apr 29  2010 stage

[oracle@rac10g01 Disk1]$ ./runInstaller

wKioL1gqycLC4LdnAACI1H0rwBM202.png-wh_50

wKiom1gqycPhfEhtAACY9r-_7nY843.png-wh_50

wKioL1gqycSBDaqYAACU_v_aZtg592.png-wh_50

wKiom1gqycXiQbkMAACjBP1WAIM296.png-wh_50

wKiom1gqycWjMKUaAAB0Vs0XRds615.png-wh_50

wKioL1gqycaCB9VkAAD-7fj0_Z4894.png-wh_50

wKioL1gqyceygBytAAB6S6do8pQ201.png-wh_50

在两个节点先要关闭crs服务,再执行root102.sh脚本

rac10g01节点:

[root@rac10g01 ~]# /u01/oracle/product/10.2.0.1/crs_1/bin/crsctl stop crs

Stopping resources.

Error while stopping resources. Possible cause: CRSD is down.

Stopping CSSD.

Unable to communicate with the CSS daemon.

[root@rac10g01 ~]# sh /u01/oracle/product/10.2.0.1/crs_1/install/root102.sh

Creating pre-patch directory for saving pre-patch clusterware files

Completed patching clusterware files to /u01/oracle/product/10.2.0.1/crs_1

Relinking some shared libraries.

Relinking of patched files is complete.

WARNING: directory '/u01/oracle/product/10.2.0.1' is not owned by root

WARNING: directory '/u01/oracle/product' is not owned by root

WARNING: directory '/u01/oracle' is not owned by root

WARNING: directory '/u01' is not owned by root

Preparing to recopy patched init and RC scripts.

Recopying init and RC scripts.

Startup will be queued to init within 30 seconds.

/etc/profile: line 61: ulimit: open files: cannot modify limit: Operation not permitted

Starting up the CRS daemons.

Waiting for the patched CRS daemons to start.

  This may take a while on some systems.

.

10205 patch successfully applied.

clscfg: EXISTING configuration version 3 detected.

clscfg: version 3 is 10G Release 2.

Successfully deleted 1 values from OCR.

Successfully deleted 1 keys from OCR.

Successfully accumulated necessary OCR keys.

Using ports: CSS=49895 CRS=49896 EVMC=49898 and EVMR=49897.

node <nodenumber>: <nodename> <private interconnect name> <hostname>

node 1: rac10g01 rac10g01-priv rac10g01

Creating OCR keys for user 'root', privgrp 'root'..

Operation successful.

clscfg -upgrade completed successfully

Creating '/u01/oracle/product/10.2.0.1/crs_1/install/paramfile.crs' with data used for CRS conf iguration

Setting CRS configuration values in /u01/oracle/product/10.2.0.1/crs_1/install/paramfile.crs

[root@rac10g01 ~]#


rac10g02节点:

[root@rac10g02 ~]# /u01/oracle/product/10.2.0.1/crs_1/bin/crsctl stop crs

Stopping resources.

Error while stopping resources. Possible cause: CRSD is down.

Stopping CSSD.

Unable to communicate with the CSS daemon.

[root@rac10g02 ~]# sh /u01/oracle/product/10.2.0.1/crs_1/install/root102.sh

Creating pre-patch directory for saving pre-patch clusterware files

Completed patching clusterware files to /u01/oracle/product/10.2.0.1/crs_1

Relinking some shared libraries.

Relinking of patched files is complete.

WARNING: directory '/u01/oracle/product/10.2.0.1' is not owned by root

WARNING: directory '/u01/oracle/product' is not owned by root

WARNING: directory '/u01/oracle' is not owned by root

WARNING: directory '/u01' is not owned by root

Preparing to recopy patched init and RC scripts.

Recopying init and RC scripts.

Startup will be queued to init within 30 seconds.

/etc/profile: line 61: ulimit: open files: cannot modify limit: Operation not permitted

Starting up the CRS daemons.

Waiting for the patched CRS daemons to start.

  This may take a while on some systems.

.

10205 patch successfully applied.

clscfg: EXISTING configuration version 3 detected.

clscfg: version 3 is 10G Release 2.

Successfully deleted 1 values from OCR.

Successfully deleted 1 keys from OCR.

Successfully accumulated necessary OCR keys.

Using ports: CSS=49895 CRS=49896 EVMC=49898 and EVMR=49897.

node <nodenumber>: <nodename> <private interconnect name> <hostname>

node 2: rac10g02 rac10g02-priv rac10g02

Creating OCR keys for user 'root', privgrp 'root'..

Operation successful.

clscfg -upgrade completed successfully

Creating '/u01/oracle/product/10.2.0.1/crs_1/install/paramfile.crs' with data used for CRS configuration

Setting CRS configuration values in /u01/oracle/product/10.2.0.1/crs_1/install/paramfile.crs

[root@rac10g02 ~]#

脚本执行完了后点退出

wKioL1gqzXziUa4pAABu1oZzoNQ287.png-wh_50


3.验证crs的版本

[oracle@rac10g01 ~]$ crsctl query crs softwareversion

CRS software version on node [rac10g01] is [10.2.0.5.0]

[oracle@rac10g01 ~]$ crsctl query crs activeversion

CRS active version on the cluster is [10.2.0.5.0]

[oracle@rac10g01 ~]$


4.验证crs各个服务的状态

[oracle@rac10g01 ~]$ crs_stat -t

Name           Type           Target    State     Host

------------------------------------------------------------

ora....g01.gsd application    ONLINE    ONLINE    rac10g01

ora....g01.ons application    ONLINE    ONLINE    rac10g01

ora....g01.vip application    ONLINE    ONLINE    rac10g01

ora....g02.gsd application    ONLINE    ONLINE    rac10g02

ora....g02.ons application    ONLINE    ONLINE    rac10g02

ora....g02.vip application    ONLINE    ONLINE    rac10g02

[oracle@rac10g01 ~]$


5.检查oracle database的版本信息

[oracle@rac10g02 ~]$ sqlplus / as sysdba

SQL*Plus: Release 10.2.0.1.0 - Production on Tue Nov 15 17:42:35 2016

Copyright (c) 1982, 2005, Oracle.  All rights reserved.

Connected to an idle instance.

SQL> exit

Disconnected

[oracle@rac10g02 ~]$


6.升级oracle数据库软件

      目前的oracle database是10.2.0.1的版本,下载10.2.0.5的补丁包进行升级.前提是先安装好10.2.0.1的版本.

[oracle@rac10g01 ~]$ cd Disk1/

[oracle@rac10g01 Disk1]$ ./runInstaller

wKiom1gq2bzQoih6AACJqBbPdVU615.png-wh_50

wKioL1gq2b2j_D4vAACaiJWtrcQ701.png-wh_50

wKiom1gq2b6BfPJpAACJ4-67R9M757.png-wh_50

wKioL1gq2b-jI6wAAACUcIuAvCA261.png-wh_50

wKiom1gq2cCjCLdkAACf8nadwTY776.png-wh_50

wKiom1gq2cGzyyAzAAB1BrNWolk714.png-wh_50

wKiom1gq21STDc52AAECR8wQUmw997.png-wh_50

wKiom1gq3fjRL6XrAAAvuJhS_1c934.png-wh_50

rac10g01节点:

[root@rac10g01 ~]# sh /u01/oracle/product/10.2.0.1/db_1/root.sh

Running Oracle 10g root.sh script...


The following environment variables are set as:

    ORACLE_OWNER= oracle

    ORACLE_HOME=  /u01/oracle/product/10.2.0.1/db_1


Enter the full pathname of the local bin directory: [/usr/local/bin]:

The file "dbhome" already exists in /usr/local/bin.  Overwrite it? (y/n)

[n]: y

   Copying dbhome to /usr/local/bin ...

The file "oraenv" already exists in /usr/local/bin.  Overwrite it? (y/n)

[n]: y

   Copying oraenv to /usr/local/bin ...

The file "coraenv" already exists in /usr/local/bin.  Overwrite it? (y/n)

[n]: y

   Copying coraenv to /usr/local/bin ...


Entries will be added to the /etc/oratab file as needed by

Database Configuration Assistant when a database is created

Finished running generic part of root.sh script.

Now product-specific root actions will be performed.

[root@rac10g01 ~]#


rac10g02节点:

[root@rac10g02 ~]# sh /u01/oracle/product/10.2.0.1/db_1/root.sh

Running Oracle 10g root.sh script...


The following environment variables are set as:

    ORACLE_OWNER= oracle

    ORACLE_HOME=  /u01/oracle/product/10.2.0.1/db_1


Enter the full pathname of the local bin directory: [/usr/local/bin]:

The file "dbhome" already exists in /usr/local/bin.  Overwrite it? (y/n)

[n]: y

   Copying dbhome to /usr/local/bin ...

The file "oraenv" already exists in /usr/local/bin.  Overwrite it? (y/n)

[n]: y

   Copying oraenv to /usr/local/bin ...

The file "coraenv" already exists in /usr/local/bin.  Overwrite it? (y/n)

[n]: y

   Copying coraenv to /usr/local/bin ...


Entries will be added to the /etc/oratab file as needed by

Database Configuration Assistant when a database is created

Finished running generic part of root.sh script.

Now product-specific root actions will be performed.

[root@rac10g02 ~]#

wKiom1gq3nbyl8tjAABrRSWBC8Q077.png-wh_50

wKioL1gq3nbQmabDAABspJgCiGo227.png-wh_50


7.验证oracle database的版本

[oracle@rac10g01 Disk1]$ sqlplus / as sysdba

SQL*Plus: Release 10.2.0.5.0 - Production on Tue Nov 15 18:09:09 2016

Copyright (c) 1982, 2010, Oracle.  All Rights Reserved.

Connected to an idle instance.

SQL>


8.创建数据库

[root@rac10g01 ~]# xhost +

access control disabled, clients can connect from any host

[root@rac10g01 ~]# su - oracle

[oracle@rac10g01 ~]$ dbca

wKioL1gq4wmzYrOoAADflT7yuS0970.png-wh_50

wKiom1gq4wqxPvbvAADgtGGE-1o148.png-wh_50

wKiom1gq4wuwCJWBAACqt9KUjds265.png-wh_50

wKioL1gq4wzR9P0mAAC-6Tr7koI247.png-wh_50

wKiom1gq4w2walZXAADFOaVlPbY024.png-wh_50

wKioL1gq4w7SC54VAADUUdufUa8084.png-wh_50

wKiom1gq4w6gPjkoAADB29vy1YM471.png-wh_50

wKioL1gq4w-T9b7JAADTiOOnOVs173.png-wh_50

wKiom1gq4xCAuq-kAADX_ms0VB4273.png-wh_50

wKioL1gq4xWTRpD_AADaY65AdIE139.png-wh_50

wKiom1gq4xnTzlVsAADGCrm7E5U675.png-wh_50

wKiom1gq4xrx4JjCAAA03DiDMIc944.png-wh_50

wKioL1gq4xrgfvQbAABKslY1EcQ641.png-wh_50

wKioL1gq5B2j52fUAADUOHxbAJE472.png-wh_50

wKiom1gq5B7DydNYAADNNFSC_i0981.png-wh_50

wKioL1gq5B6SMQxFAADS3fSCU6A892.png-wh_50

wKiom1gq5B-Dey6fAACoapMuhTw773.png-wh_50

wKiom1gq5CCimDP1AABHa5OxPj8207.png-wh_50

wKioL1gq5CCigrRQAABAp2Oo3jI999.png-wh_50

wKiom1gq5CGS1MHmAADx7s8l-a4681.png-wh_50

wKioL1gq5CHz6dbuAABVaputsSU437.png-wh_50

wKioL1gq5CLw6JZpAADXgpX0HOc614.png-wh_50

wKiom1gq5CKyyb4xAAA_HQv7g6Q826.png-wh_50

wKiom1grEyejjYocAAA2uGNg2s4678.png-wh_50

wKioL1grEyfQcXYFAAA38ItvnOs754.png-wh_50


8.验证安装是否成功

rac10g01节点:

[oracle@rac10g01 ~]$ crs_stat -t

Name           Type           Target    State     Host

------------------------------------------------------------

ora.rac10g.db  application    ONLINE    ONLINE    rac10g01

ora....ac10.cs application    ONLINE    ONLINE    rac10g02

ora....0g1.srv application    ONLINE    ONLINE    rac10g01

ora....0g2.srv application    ONLINE    ONLINE    rac10g02

ora....g1.inst application    ONLINE    ONLINE    rac10g01

ora....g2.inst application    ONLINE    ONLINE    rac10g02

ora....SM1.asm application    ONLINE    ONLINE    rac10g01

ora....01.lsnr application    ONLINE    ONLINE    rac10g01

ora....g01.gsd application    ONLINE    ONLINE    rac10g01

ora....g01.ons application    ONLINE    ONLINE    rac10g01

ora....g01.vip application    ONLINE    ONLINE    rac10g01

ora....SM2.asm application    ONLINE    ONLINE    rac10g02

ora....02.lsnr application    ONLINE    ONLINE    rac10g02

ora....g02.gsd application    ONLINE    ONLINE    rac10g02

ora....g02.ons application    ONLINE    ONLINE    rac10g02

ora....g02.vip application    ONLINE    ONLINE    rac10g02

[oracle@rac10g01 ~]$ sqlplus / as sysdba

SQL*Plus: Release 10.2.0.5.0 - Production on Tue Nov 15 21:53:40 2016

Copyright (c) 1982, 2010, Oracle.  All Rights Reserved.


Connected to:

Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 - 64bit Production

With the Partitioning, Real Application Clusters, OLAP, Data Mining

and Real Application Testing options

SQL> create table t (a number);

Table created.

SQL> insert into t values(1);

1 row created.

SQL> commit;

Commit complete.

SQL> select * from t;

  A

----------

  1

SQL>


rac10g02节点:

[oracle@rac10g02 ~]$ sqlplus / as sysdba

SQL*Plus: Release 10.2.0.5.0 - Production on Tue Nov 15 21:56:06 2016

Copyright (c) 1982, 2010, Oracle.  All Rights Reserved.


Connected to:

Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 - 64bit Production

With the Partitioning, Real Application Clusters, OLAP, Data Mining

and Real Application Testing options


SQL> select * from t;

  A

----------

  1

SQL>










本文转自 z597011036 51CTO博客,原文链接:http://blog.51cto.com/tongcheng/1873127,如需转载请自行联系原作者
目录
相关文章
|
8月前
|
Oracle 关系型数据库 流计算
flink cdc 同步oracle idea启动可以全量同步,服务器环境不同步。standalone模式
flink cdc 同步oracle idea启动可以全量同步,服务器环境不同步。standalone模式
|
4月前
|
SQL Oracle 关系型数据库
Linux环境下oracle切换用户并查询数据库命令
Linux环境下oracle切换用户并查询数据库命令
|
4月前
|
Oracle 关系型数据库
【Oracle报错】[INS-13001] 环境不满足最低要求。
【Oracle报错】[INS-13001] 环境不满足最低要求。
|
6月前
Win10系统安装Oracle11g时遇到INS-13001环境不满足最低要求
Win10系统安装Oracle11g时遇到INS-13001环境不满足最低要求
|
9月前
|
Oracle Java 关系型数据库
RAC 环境中 gc block lost 和私网通信性能问题的诊断
对于每个节点,以及集群汇总统计信息中的global cache数据块丢失的统计信息("gc cr block lost" 和/或 "gc current block lost") 代表了私网通信的包处理效率低或者包的处理存在异常。
203 0
|
11月前
|
Oracle 关系型数据库 数据库
查询listener的日志排除不能登录的错误使用Oracle官方提供的ova文件建立Oracle 19c学习环境
Oracle官方提供了安装好的Oracle 19c虚拟机,打包成ova文件。可以使用这个文件建立一个oracle 19c的学习环境。
121 0
|
11月前
|
Oracle 关系型数据库 数据库
【无标题】使用Oracle官方提供的ova文件建立Oracle 19c学习环境
Oracle官方提供了安装好的Oracle 19c虚拟机,打包成ova文件。可以使用这个文件建立一个oracle 19c的学习环境。
179 0
|
12月前
|
SQL Oracle 安全
Virtualbox安装Oracle 19c 升级到19.8(Oracle Restart和数据库)完整步骤
这个文档是来自鼎甲科技的姚远工作中整理的,在Virtualbox上安装Oracle 19.3 再升级到19.8(Oracle Restart和数据库)完整步骤,包括:配置系统环境,安装grid,oracle,建库,补丁下载升级等全过程。
583 0
|
12月前
|
SQL Oracle 关系型数据库
Oracle 19c 补丁升级引发的单表恢复失败谜案
问题表现 某客户在恢复 Oracle 数据库的单表时,提示类似下面的信息
100 0
|
12月前
|
SQL Oracle 关系型数据库