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)
開系統還沒有dbca建立資料庫,在這裡可以直接執行安裝包來升級。
1. 執行安裝檔案,開始安裝(和CRS升級使用的是同一個升級檔案)
$ ./runInstaller
2. 這裡注意選擇ORACLE_HOME路徑db_1,CRS升級時是使用CRS_HOME路徑
3. 點選Next
4. 點選Next
5. 環境檢查,點選Next
6. 點選install,開始正式安裝
注意/u01前面的紅色圖示,這是因為/u01磁碟空間不足導致的。透過擴容後該紅色圖示就消失了。
採用下面的命令將/u01擴大到20GB
# chfs -a size=20G /u01
7. 根據要求,以root使用者執行指令碼後點選OK
節點scgl1
# /u01/app/oracle/product/10.2.0/db_1/root.sh
Running Oracle 10g root.sh script...
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 of root.sh script.
Now product-specific root actions will be performed.
節點scgl2
# /u01/app/oracle/product/10.2.0/db_1/root.sh
Running Oracle 10g root.sh script...
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 of root.sh script.
Now product-specific root actions will be performed.
8. 升級結束
到此oracle10.2.0.1 RAC 升級 oracle10.2.0.5的案例分享就結束了,後面的建立資料庫DBCA,劃分ASM部分就不在這裡展示了,貼圖實在是有些辛苦。
http://blog.itpub.net/29047826/viewspace-1263381/
DATABASE升級(10.2.0.1 - 10.2.0.5)
開系統還沒有dbca建立資料庫,在這裡可以直接執行安裝包來升級。
1. 執行安裝檔案,開始安裝(和CRS升級使用的是同一個升級檔案)
$ ./runInstaller
2. 這裡注意選擇ORACLE_HOME路徑db_1,CRS升級時是使用CRS_HOME路徑
3. 點選Next
4. 點選Next
5. 環境檢查,點選Next
6. 點選install,開始正式安裝
注意/u01前面的紅色圖示,這是因為/u01磁碟空間不足導致的。透過擴容後該紅色圖示就消失了。
採用下面的命令將/u01擴大到20GB
# chfs -a size=20G /u01
7. 根據要求,以root使用者執行指令碼後點選OK
節點scgl1
# /u01/app/oracle/product/10.2.0/db_1/root.sh
Running Oracle 10g root.sh script...
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 of root.sh script.
Now product-specific root actions will be performed.
節點scgl2
# /u01/app/oracle/product/10.2.0/db_1/root.sh
Running Oracle 10g root.sh script...
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 of root.sh script.
Now product-specific root actions will be performed.
8. 升級結束
到此oracle10.2.0.1 RAC 升級 oracle10.2.0.5的案例分享就結束了,後面的建立資料庫DBCA,劃分ASM部分就不在這裡展示了,貼圖實在是有些辛苦。
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/29047826/viewspace-1263397/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Oracle10.2.0.1RAC 升級 Oracle10.2.0.5案例分享 -CRS篇Oracle
- Oracle Database 10.2.0.5.0 升級OracleDatabase
- iview 升級指南 —— MenuItem 篇ViewUI
- Linux環境下CRS升級到10.2.0.4.2 Database升級到10.2.0.4.3LinuxDatabase
- Oracle database 升級(文件)to 10.2.0.4 from 10.2.0.1OracleDatabase
- 執行database replay進行升級測試Database
- 11.2.0.3 database異機升級至11.2.0.4Database
- 升級失敗後,資料庫降級方案(flashback database)資料庫Database
- Oracle-Database-12c-12.2.0.1升級實戰OracleDatabase
- 墨天輪高分技術文件分享——Oracle升級遷移篇(共96個)Oracle
- 同機上升級oracle10.2.0.5到11.2.0.4Oracle
- 技術分享| anyRTC服務4.3升級
- Tumblr的PHP 7升級經驗分享PHP
- 企業級知識圖譜的案例分享
- Oracle 11.2.0.1.0升級到11.2.0.4.7案例一則Oracle
- 百度分享程式碼已升級到2.0
- Spring Cloud Greenwich 新特性和F升級分享SpringCloud
- 連載四:Oracle升級文章大全(完結篇)Oracle
- macaca(四)macaca 2.0 升級篇Mac
- 聯眾升級協議分析 續篇(二) (轉)協議
- 聯眾升級協議分析 續篇(四) (轉)協議
- Nacos 爆重大 Bug!!不要升級,不要升級,不要升級
- Spring升級案例之IOC介紹和依賴注入Spring依賴注入
- Laravel 5.5 釋出,ThinkSNS+ 升級以及狀況分享。Laravel
- textfsm 案例分享
- Truffle 2.0升級3.0升級指南
- [分享] 一篇不錯的思維工具應用案例
- Oracle Database 11.1.0.7 for Windows升級到11.2.0.3.4 for Linux遇到的問題OracleDatabaseWindowsLinux
- PostgreSQLHybridDBforPG毫秒級多維資料透視案例分享SQL
- Android應用增量升級方案之實踐篇Android
- .net自定義錯誤頁面實現升級篇
- SpringBoot2.7升級到3.0的實踐分享Spring Boot
- 技術分享 | tidb 2.1升級到4.0操作文件TiDB
- 像打怪升級一樣學 Android--Skill Tree 分享Android
- rac 升級crs 升級資料庫軟體,升級資料庫資料庫
- Oracle stream案例分享Oracle
- vivo 商城前端架構升級—前後端分離篇前端架構後端
- linux 核心升級步驟,kernel升級Linux