[20130320]升級oracle 11.2.0.1到11.2.0.3.txt

lfree發表於2013-03-22
[20130320]升級oracle 11.2.0.1到11.2.0.3.txt

一直想升級自己的測試環境從oracle 11.2.0.1到11.2.0.3。我的使用版本是
SQL> select * from v$version where rownum<=1;
BANNER
--------------------------------------------------------------------------------
Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production

今天抽空做一個升級:
unzip p10404530_112030_Linux-x86-64_1of7.zip
unzip p10404530_112030_Linux-x86-64_2of7.zip
unzip p10404530_112030_Linux-x86-64_3of7.zip 
--最後一個grid的盤,我沒有使用它,不用解壓。

關閉資料庫以及監聽。參考了。
http://blog.csdn.net/tianlesoftware/article/details/6833591

Cause  - no additional information available.  
Action - Reefers logs or contact Oracle Support Services  
Summary -[INS-07009] Unable to load bean store 
        -oracle.xml.parser.v2.XMLParseException: Invalid char in text. 
        -Invalid char in text.  

出現如上提示,繼續。
選擇skip software update,因為我們的patchset已經下載過了.

我的測試機器非常古老,使用的是 Red Hat Enterprise Linux AS release 4 (Nahant Update 3).
提示有兩個rpm報太舊,必須升級,google很難找到。




# rpm -qip glibc-common-2.3.4-2.41.x86_64.rpm
warning: glibc-common-2.3.4-2.41.x86_64.rpm: V3 DSA signature: NOKEY, key ID 1d1e034b
Name        : glibc-common                 Relocations: (not relocatable)
Version     : 2.3.4                             Vendor: Scientific Linux CERN, 
Release     : 2.41                          Build Date: Tue 29 Jul 2008 08:40:35 PM CST
Install Date: (not installed)               Build Host: lxcert-amd64.cern.ch
Group       : System Environment/Base       Source RPM: glibc-2.3.4-2.41.src.rpm
Size        : 59479787                         License: LGPL
Signature   : DSA/SHA1, Wed 30 Jul 2008 03:58:48 PM CST, Key ID 5e03fde51d1e034b
Packager    : CERN Linux Support 
Summary     : Common binaries and locale data for glibc.
Description :
The glibc-common package includes common binaries for the GNU libc
libraries, as well as national language (locale) support and timezone
databases.

--也許我選擇不是rh自帶的升級都是報錯,我強制安裝了。
rpm -Uvh --force glibc-2.3.4-2.41.x86_64.rpm glibc-common-2.3.4-2.41.x86_64.rpm

接著選擇:
upgrade an existing database。
language: english
database edition:Enterprise Edition

另外,我安裝選擇了新的ORACLE_HOME=/u01/app/oracle11g/product/11.2.0/db_2,不覆蓋原來的
/u01/app/oracle11g/product/11.2.0/db_2。跳過dbua升級,配置監聽。

最後執行
 /u01/app/oracle11g/product/11.2.0/db_2/root.sh

修改/etc/oratab檔案:
test:/u01/app/oracle11g/product/11.2.0/db_1:N
test:/u01/app/oracle11g/product/11.2.0/db_2:N

修改oracle使用者的.bash_profile檔案的db_1改為db_2.

複製原來dbs目錄下的orapwtesthe和spfiletest.ora檔案。

最後升級資料庫,簡單記錄命令如下:

STARTUP UPGRADE
SPOOL patch.log
@?/rdbms/admin/catupgrd.sql
SPOOL OFF
 
SHUTDOWN
STARTUP

編譯包,這步是可選!
SQL> @?/rdbms/admin/utlrp.sql

 

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/267265/viewspace-756795/,如需轉載,請註明出處,否則將追究法律責任。

相關文章