oracle 10.2.0.1 升级 10.2.0.5,Oracle10.2.0.1RAC 升级 Oracle10.2.0.5案例分享 -DATABASE篇
接上一篇?Oracle10.2.0.1RAC 升級 Oracle10.2.0.5案例分享 -CRS篇
http://blog.itpub.net/29047826/viewspace-1263381/
DATABASE升級(10.2.0.1 - 10.2.0.5)
開系統(tǒng)還沒有dbca創(chuàng)建數(shù)據(jù)庫,在這里可以直接執(zhí)行安裝包來升級。
1. 運(yùn)行安裝文件,開始安裝(和CRS升級使用的是同一個升級文件)
$ ./runInstaller
2. 這里注意選擇ORACLE_HOME路徑db_1,CRS升級時是使用CRS_HOME路徑
3. 點(diǎn)擊Next
4. 點(diǎn)擊Next
5. 環(huán)境檢查,點(diǎn)擊Next
6. 點(diǎn)擊install,開始正式安裝
注意/u01前面的紅色圖標(biāo),這是因?yàn)?u01磁盤空間不足導(dǎo)致的。通過擴(kuò)容后該紅色圖標(biāo)就消失了。
采用下面的命令將/u01擴(kuò)大到20GB
# chfs -a size=20G /u01
7. 根據(jù)要求,以root用戶執(zhí)行腳本后點(diǎn)擊OK
節(jié)點(diǎn)scgl1
# /u01/app/oracle/product/10.2.0/db_1/root.sh
Running Oracle 10groot.shscript...
The following environment variables are set as:
ORACLE_OWNER= oracle
ORACLE_HOME=? /u01/app/oracle/product/10.2.0/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 ofroot.shscript.
Now product-specific root actions will be performed.
節(jié)點(diǎn)scgl2
# /u01/app/oracle/product/10.2.0/db_1/root.sh
Running Oracle 10groot.shscript...
The following environment variables are set as:
ORACLE_OWNER= oracle
ORACLE_HOME=? /u01/app/oracle/product/10.2.0/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 ofroot.shscript.
Now product-specific root actions will be performed.
8. 升級結(jié)束
到此oracle10.2.0.1 RAC 升級 oracle10.2.0.5的案例分享就結(jié)束了,后面的創(chuàng)建數(shù)據(jù)庫DBCA,劃分ASM部分就不在這里展示了,貼圖實(shí)在是有些辛苦。
總結(jié)
以上是生活随笔為你收集整理的oracle 10.2.0.1 升级 10.2.0.5,Oracle10.2.0.1RAC 升级 Oracle10.2.0.5案例分享 -DATABASE篇的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: extern c用法解析
- 下一篇: Linux下c和cuda混合编译,并生成