升級到資料庫到10.2.0.5.0版本
補丁:p8202632_10205_linux_x86-64.zip
1.export DISPLAY=localhost:0.0
2.xhost +
3../runInstaller
2.xhost +
3../runInstaller
1.Start the database in the UPGRADE mode:
SQL> STARTUP UPGRADE
2.Set the system to spool results to a log file for later analysis:
2.Set the system to spool results to a log file for later analysis:
SQL> SPOOL upgrade_info.log
3.Run the Pre-Upgrade Information Tool:
3.Run the Pre-Upgrade Information Tool:
SQL> @/rdbms/admin/utlu102i.sql
4.Turn off the spooling of script. results to the log file:
4.Turn off the spooling of script. results to the log file:
SQL> SPOOL OFF
7.Enter the following SQL*Plus commands:
SQL> STARTUP UPGRADE
SQL> SPOOL patch.log
SQL> @?/rdbms/admin/catupgrd.sql
SQL> SPOOL OFF
8.Review the patch.log file for errors and inspect the list of components that is displayed at the end of catupgrd.sql script.
SQL> SPOOL patch.log
SQL> @?/rdbms/admin/catupgrd.sql
SQL> SPOOL OFF
8.Review the patch.log file for errors and inspect the list of components that is displayed at the end of catupgrd.sql script.
This list provides the version and status of each SERVER component in the database.
9.If necessary, rerun the catupgrd.sql script. after correcting any problems.
10.Restart the database:
SQL> SHUTDOWN IMMEDIATE
SQL> STARTUP
11.Run the utlrp.sql script. to recompile all invalid PL/SQL packages now instead of when the packages are accessed for the first time. This step is optional but recommended.
SQL> STARTUP
11.Run the utlrp.sql script. to recompile all invalid PL/SQL packages now instead of when the packages are accessed for the first time. This step is optional but recommended.
SQL> @?/rdbms/admin/utlrp.sql
12.Run the following command to check the status of all the components after the upgrade:
SQL>
col COMP_NAME for a35;
col VERSION for 99;
col STATUS for a10;
col VERSION for 99;
col STATUS for a10;
SQL> SELECT COMP_NAME, VERSION, STATUS FROM SYS.DBA_REGISTRY;
In the output of the preceding command, the status of all the components should be VALID for a successful upgrade.
In the output of the preceding command, the status of all the components should be VALID for a successful upgrade.
13.If you are using the Oracle Recovery Manager catalog, enter the following command:
$ rman catalog username/password@alias
RMAN> UPGRADE CATALOG
RMAN> UPGRADE CATALOG
殺死佔用檔案的程式
fuser -k /ummis/mmisprd/mmisprddb/bin/oracle
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/23757700/viewspace-756365/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- RAC資料庫升級到10.2.0.5資料庫
- oracle資料庫升級11.2.0.3升級到11.2.0.4Oracle資料庫
- oracle資料庫11.2.0.3升級到11.2.0.4Oracle資料庫
- 【操作】升級資料庫軟體到10.2.0.3資料庫
- Mac 升級 PHP 到 7.4 版本MacPHP
- Cocospod 升級到指定版本
- RAC 資料庫升級 10.2.0.1.0 到 10.2.0.2.0 之升級catalog資料庫
- Oracle舊版本透過資料遷移方式升級到新版本Oracle
- oracle 資料庫從10.2.0.4升級到11.2.0.3Oracle資料庫
- (轉)手工升級資料庫10.1到10.2資料庫
- 如何將 Ubuntu 版本升級到新版本Ubuntu
- Oracle資料庫從 9.2.0.1 到 9.2.0.8升級步驟 for winOracle資料庫
- 升級資料庫到11.2.0.2需要注意的bug資料庫
- 手工升級9i資料庫到11g資料庫
- Oracle Database 10.2.0.5.0 升級OracleDatabase
- Centos7 升級openssh到最高版本CentOS
- 探索Oracle之資料庫升級二 11.2.0.3升級到11.2.0.4完整步驟Oracle資料庫
- 10g資料庫從10.2.0.4升級到10.2.0.5資料庫
- Oracle資料庫從 9.2.0.1 到 9.2.0.8升級步驟for linuxOracle資料庫Linux
- PHP版本升級:從php7.1升級到php7.2PHP
- android資料庫如何進行版本升級?架構之資料庫框架升級Android資料庫架構框架
- 資料庫升級到mysql5.6遇到的資料表ENGINE問題資料庫MySql
- 【MSSQL】MSSQL 從Express版本升級到Enterprise版本SQLExpress
- AndroidSqlite資料庫版本升級管理初探AndroidSQLite資料庫
- Oracle10g RAC 資料庫升級為10.2.0.4 ,clusterware需要升級到10.2.0.4 ?Oracle資料庫
- 從CentOS 7.0升級到7.7版本CentOS
- MacOs 升級 Git 到最新版本MacGit
- npm node升級到最新版本NPM
- MySQL升級從5.1.71到5.7.17版本MySql
- oracle版本升級:從11.2.0.1到11.2.0.3Oracle
- rac 升級crs 升級資料庫軟體,升級資料庫資料庫
- oracle 9i升級到oracle9208資料庫Oracle資料庫
- Redhat 5.4 Orcle RAC 資料庫 從10.2.0.1升級到 10.2.0.4Redhat資料庫
- 9I 資料庫升級到10g的步驟資料庫
- Firebird從2.1版本升級到2.5版本
- 資料升級到5.1所遇到的問題
- 資料庫升級(10.2.0.1.0->10.2.0.5.0)+打補丁P12880299資料庫
- Android版本升級同時Sqlite資料庫的升級及之前資料的保留AndroidSQLite資料庫