当前位置:  数据库>oracle

Oracle 10g upgrade from 10.2.0.1 to 10.2.0.4

    来源: 互联网  发布时间:2017-04-03

    本文导语: 新安装了一台数据库服务器,版本是10.2.0.1的,因为现在最新的是10.2.0.4的。 版本低了,bug多。所以就对数据库做了一个升级。 服务器是windows 2003的系统,都是可视话操作。 下一步的问题。 10.2.0.4的patchset 里面也有详细的安装...

新安装了一台数据库服务器,版本是10.2.0.1的,因为现在最新的是10.2.0.4的。 版本低了,bug多。所以就对数据库做了一个升级。

服务器是windows 2003的系统,都是可视话操作。 下一步的问题。 10.2.0.4的patchset 里面也有详细的安装说明。 之做个总结,是因为这次用了DBUA工具,以前做升级,都是用脚本来的。 这次常个新鲜。基本步骤还是差不多。

升级步骤如下:

1. 从metalink上下载10.2.0.4 的patchset, 编号是:p6810189

2. 关闭数据库, 做个冷备份,防止安装失败。

3. 安装patchset 软件, 这里要注意,Oracle_HOME 要和以前的一样。

4. 执行脚本 或者用 DBUA 工具

5. 检查确认升级是否成功。

 

下面是readme上面的说明:

After you install the patch set, you must perform the following steps on every database associated with the upgraded Oracle home:

Note:

If you do not run the catupgrd.sql script as described in this section and you start up a database for normal operation, then ORA-01092: ORACLE instance terminated. Disconnection forced errors will occur and the error ORA-39700: database must be opened with UPGRADE option will be in the alert log.

Log in with administrator privileges.

 For Oracle RAC installations, start listener on each node of the cluster as follows:

C:> ORACLE_BASEORACLE_HOMEbinsrvctl start listener -n node

 If you are using Automatic Storage Management, start the Automatic Storage Management instance.

For single-instance installations, start the listener as follows:

C:> lsnrctl start

For single-instance installations, use SQL*Plus to log in to the database as the SYS user with SYSDBA privileges:

C:> sqlplus /NOLOG

SQL> CONNECT SYS AS SYSDBA

Enter password:SYS_password

For Oracle RAC installations:

Use SQL*Plus to log in to the database as the SYS user with SYSDBA privileges:

C:> sqlplus /NOLOG

SQL> CONNECT SYS AS SYSDBA

Enter password: SYS_password

SQL> STARTUP NOMOUNT

Set the CLUSTER_DATABASE initialization parameter to FALSE:

SQL> ALTER SYSTEM SET CLUSTER_DATABASE=FALSE SCOPE=spfile; 

Shut down the database:

SQL> SHUTDOWN

Enter the following SQL*Plus commands:

SQL> STARTUP UPGRADE

SQL> SPOOL patch.log

SQL> @ORACLE_BASEORACLE_HOMErdbmsadmincatupgrd.sql

SQL> SPOOL OFF

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.

If necessary, rerun the catupgrd.sql script after correcting any problems.

Restart the database:

SQL> SHUTDOWN IMMEDIATE

SQL> STARTUP

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> @ORACLE_BASEORACLE_HOMErdbmsadminutlrp.sql


Note:

When the 10.2.0.4 patch set is applied to an Oracle Database 10g Standard Edition database, there may be 54 invalid objects after the utlrp.sql script runs. These objects belong to the unsupported components and do not affect the database operation. 

Ignore any messages indicating that the database contains invalid recycle bin objects similar to the following:

BIN$4lzljWIt9gfgMFeM2hVSoA==$0

Run the following command to check the status of all the components after the upgrade:

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.

If you are using the Oracle Recovery Manager catalog, enter the following command:

C:> rman catalog username/password@alias 

RMAN> UPGRADE CATALOG; 

For Oracle RAC installations:

Set the CLUSTER_DATABASE initialization parameter to TRUE:

 SQL> ALTER SYSTEM SET CLUSTER_DATABASE=TRUE SCOPE=spfile; 

Restart the database:

SQL> SHUTDOWN IMMEDIATE

SQL> STARTUP

Start any database services that you want to use:

C:> ORACLE_BASEORACLE_HOMEbinsrvctl start service -d db_name -s service_name

To configure and secure Enterprise Manager follow these steps:

Ensure the database and Listener are operational.

In the case of a single instance, execute

emca -upgrade db

In the case of Oracle Real Application Clusters (RAC), execute

emca -upgrade db -cluster

 

SQL>SELECT COMP_NAME, VERSION, STATUS FROM SYS.DBA_REGISTRY;

COMP_NAME                          VERSION    STATUS

Oracle Database Catalog Views      10.2.0.4.0 VALID

Oracle Database Packages and Types 10.2.0.4.0 VALID

Oracle Workspace Manager           10.2.0.4.3 VALID

JServer JAVA Virtual Machine       10.2.0.4.0 VALID

Oracle XDK                         10.2.0.4.0 VALID

Oracle Database Java Packages      10.2.0.4.0 VALID

Oracle Expression Filter           10.2.0.4.0 VALID

Oracle Data Mining                 10.2.0.4.0 VALID

Oracle Text                        10.2.0.4.0 VALID

Oracle XML Database                10.2.0.4.0 VALID

Oracle Rule Manager                10.2.0.4.0 VALID

Oracle interMedia                  10.2.0.4.0 VALID

OLAP Analytic Workspace            10.2.0.4.0 VALID

Oracle OLAP API                    10.2.0.4.0 VALID

OLAP Catalog                       10.2.0.4.0 VALID

Spatial                            10.2.0.4.0 VALID

Oracle Enterprise Manager          10.2.0.4.0 VALID


    
 
 

您可能感兴趣的文章:

  • Oracle 10g和Oracle 11g网格技术介绍
  • 虚拟机装Oracle R12与Oracle10g
  • 求助前辈们:solaris 10 x86 安装oracle 10g 错误
  • Oracle RAC 10.2.0.1升级到10.2.0.4
  • 在CentOS5.3下运行oracle10g(10.2.0.4)速度慢,硬盘读写慢
  • Oracle 10g在Solaris 10下的自动运行脚本
  • Oracle 10g中导出到Oracle 9的问题小结
  • 将Oracle 8i数据成功移植Oracle 10g的方法
  • SOLARIS 下如何卸载ORACLE10G
  • 安装Oracle 10g忘记sys密码
  • [官方最新消息]Oracle 10G 认证考试新变化
  • Linux系统下利用java连接Oracle 10G
  • Oracle 10G进程体系学习笔记
  • solaris10装oracle10
  • fedora10安装oracle11g提示物理内存不足怎么办?
  • ubuntu10下的oracle连接访问
  • oracle10g 数据备份与导入
  • Linux下完全卸载ORACLE 10G的方法
  • Linux AS 4上升级Oracle 10.2.0.1.0到10.2.0.4.0的过程
  • ORACLE10g在AS5下安装问题(新手)
  • 为何用dbstart启动oracle10g不好用
  •  
    本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
    本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • Oracle 12c发布简单介绍及官方下载地址
  • 在linux下安装oracle,如何设置让oracle自动启动!也就是让oracle那个服务自动启动,不是手动的
  • oracle 11g最新版官方下载地址
  • 请问su oracle 和su - oracle有什么不同?
  • Oracle 数据库(oracle Database)Select 多表关联查询方式
  • Oracle 数据库开发工具 Oracle SQL Developer
  • Oracle数据库(Oracle Database)体系结构及基本组成介绍
  • HTML教程 iis7站长之家
  • 如何设置让Oracle SQL Developer显示的时间包含时分秒
  • SCO unix下安装oracle,但没有光盘,请大家推荐一个oracle下载站点(unix版本的)。谢谢!!!!
  • oracle中如何把表中具有相同值列的多行数据合并成一行
  • 请问大家用oracle数据库, 用import oracle.*;下的东西么? 还是用标准库?
  • Oracle 数据库(oracle Database)性能调优技术详解
  • Linux /$ORACLE_HOME $ORACLE_HOME
  • ORACLE日期相关操作
  • Linux系统下Oracle的启动与Oracle监听的启动
  • ORACLE数据库常用字段数据类型介绍
  • 请问在solaris下安装ORACLE,用root用户和用oracle用户安装有什么区别么?
  • Oracle 12c的九大最新技术特性介绍
  • 网间Oracle的连接,远程连接Oracle服务器??
  • ORACLE中DBMS_RANDOM随机数生成包
  • 请教:.profile中:if [ -d /opt/oracle/db01/app/oracle/product/9.2.0 ]是什么意思?


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,,E-mail:www_#163.com(请将#改为@)

    浙ICP备11055608号-3