探索Oracle之数据库升级九
12.1.0.1
Update 12.1.0.2
一、检查当前数据库版本及系统信息
二、删除EM
三、备份数据库
五、创建用户安装12.1.0.2的软件目录
六、开始安装:
6.1 进入解压后的安装包执行./runInstall开始新版本的数据库安装
6.2 点击Next进入下一步
6.3 选择Upgrade an existing database 升级选项,点击Next进入下一步
6.4 选中所有语言,点击Next进入下一步
6.5 点击Next进入下一步
6.6 指定新创建的Oracle 12.1.0.2安装目录,环境配置没有问题的花,会自动选择,点击Next进入下一步
6.7 制定Oracle用户组,点击Next进入下一步
6.8 检查所有组件,我们看到是没有问题的,点击Next进入下一步
6.9 summary,看下没有问题就点击Install开始安装了
6.10 正在安装软件的过程
6.11 提示执行root.sh脚本
七、软件安装完成之后执行root.sh脚本
[root@db01 ~]# /DBSoft/Product/12.1.0.2/db_1/root.sh
Performing root user operation.
The following environment variables are set as:
ORACLE_OWNER= oracle
ORACLE_HOME= /DBSoft/Product/12.1.0.2/db_1
Enter the full pathname of the local bin directory: [/usr/local/bin]:
The contents of "dbhome" have not changed. No need to overwrite.
The file "oraenv" already exists in /usr/local/bin. Overwrite it? (y/n)
[n]: y
Copying oraenv to /usr/local/bin ...
The contents of "coraenv" have not changed. No need to overwrite.
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 script.
Now product-specific root actions will be performed.
[root@db01 ~]#
九、完成之后检查数据库版本:
十、检查各组件版本:
十一、open 所有PDBs,并查看PDBs状态
探索Oracle之数据库升级九 12.1.0.1 Update 12.1.0.2
原文:http://blog.itpub.net/20674423/viewspace-1379944/