【翻译自mos文章】Oracle 11gR2 relink 新特性

Oracle 11gR2 relink 新特性

来源于:

Oracle 11gR2 Relink New Feature (文档 ID 883299.1)

适用于:

Oracle Database - Enterprise Edition - Version 11.2.0.0 to 11.2.0.0 [Release 11.2]

Generic UNIX

解决方案:

I) Oracle 11gR2有2种方法来relink $ORACLE_HOME中的binary

1)传统的方法:relink all

该方法运行$ORACLE_HOME/bin/relink 脚本,该脚本仅仅接受all这个参数,其他参数不被接受

     % $ORACLE_HOME/bin/relink all
     % $ORACLE_HOME/bin/relink ( By default it takes the 'all' parameter ) 默认就是采用all参数。

注意:relink all提供向后兼容性(‘Relink all’ is provided for backward compatibility)

2) 使用runInstaller 来relink

该方法使用如下命令:

       -relink : For performing relink actions on the oracle home
         Usage: -relink -maketargetsxml <location of maketargetsxml> [-makedepsxml <location of makedepsxml>] [name=value]

举例如下:

Example :

     $ORACLE_HOME/oui/bin/runInstaller -relink -waitForCompletion -maketargetsxml  $ORACLE_HOME/inventory/make/makeorder.xml  -logLocation $ORACLE_HOME/install ORACLE_HOME=$ORACLE_HOME > $ORACLE_HOME/install/relink.log 2>&1

II) relink 日志的位置

案例1

若是通过OUI进行的relink操作,默认情况下,是不会生成"$ORACLE_HOME/install/relink.log"文件的。

为了发送relink output 给 $ORACLE_HOME/install/relink.log ,我们需要明确的重定向该output

 $ORACLE_HOME/oui/bin/runInstaller -relink -waitForCompletion -maketargetsxml $ORACLE_HOME/inventory/make/makeorder.xml -logDir $ORACLE_HOME/install ORACLE_HOME=$ORACLE_HOME > $ORACLE_HOME/install/relink.log 2>&1

案例2

使用relink all命令,Oracle会建立一个名为relink.log的日志文件,并且不会以append的方式来建立该log文件。

之前的log将会以时间戳来保存( Ex: relinkActions2009-09-14_09-01-10-PM.log )

时间: 2024-10-06 21:17:56

【翻译自mos文章】Oracle 11gR2 relink 新特性的相关文章

【翻译自mos文章】11gR2 OUI 在 PREREQUISITE CHECKS 时 hang住

翻译自mos文章:11gR2 OUI 在 PREREQUISITE CHECKS 时 hang住 适用于: Oracle Server - Enterprise Edition - Version 8.0.6.0 to 11.2.0.2.0 [Release 8.0.6 to 11.2] Information in this document applies to any platform. This can occur on any Unix/Linux platform 症状: 11gR2

【翻译自mos文章】11gR2中的asm后台进程

11gR2中的asm后台进程 参考原文: ASM Background Processes in 11.2 (Doc ID 1641678.1) 适用于: Oracle Database - Enterprise Edition - Version 11.2.0.2 to 11.2.0.4 [Release 11.2] Information in this document applies to any platform. 1 ASMB - ASM Background Process 与as

Oracle 11gR2 RAC 新特性说明

最近接触了一下Oracle 11g R2 的RAC,发现变化很大. 所以在自己动手做实验之前还是先研究下它的新特性比较好. 一.    官网介绍 先看一下Oracle 的官网文档里对RAC 新特性的一点说明. Oracle Database 11g Release 2 (11.2.0.2) New Features in Oracle RAC http://download.oracle.com/docs/cd/E11882_01/rac.112/e16795/whatsnew.htm#CHDJ

【翻译自mos文章】当relink Oracle 软件时,用的是哪个linker 和 compiler?

当relink Oracle 软件时,用的是哪个linker 和 compiler? 参考自: REQUIRED LINKER AND COMPILER LOCATIONS (文档 ID 1012798.6) Problem Description: ==================== Which linker and compiler should I use to relink Oracle executables?  Where are they located? Search Wo

【翻译自mos文章】在oracle db 11gR2版本中启用 Oracle NUMA 支持

在oracle db 11gR2版本中启用 Oracle NUMA 支持 参考原文: Enable Oracle NUMA support with Oracle Server Version 11gR2 (文档 ID 864633.1) 适用于: Oracle Database - Enterprise Edition - Version 11.2.0.1 and later Oracle Database - Standard Edition - Version 11.2.0.1 and l

【翻译自mos文章】在11gR2 rac环境中,文件系统使用率紧张,并且lsof显示有很多oraagent_oracle.l10 (deleted)

在11gR2 rac环境中,文件系统使用率紧张,并且lsof显示有很多oraagent_oracle.l10 (deleted) 参考原文: High Space Usage and "lsof" Output Shows Many 'oraagent_oracle.l10 (deleted)' in GI environment (Doc ID 1598252.1) 适用于: Oracle Database - Enterprise Edition - Version 11.2.0.

【翻译自mos文章】在Oracle GoldenGate中循环使用ggserr.log的方法

在OGG中循环使用ggserr.log的方法: 参考原文: OGG How Do I Recycle The "ggserr.log" File? (Doc ID 967932.1) 适用于: Oracle GoldenGate - Version 4.0.0 and later Generic Linux 问题 GoldenGate的 ggserr.log 日志文件包括有关 GoldenGate 事件的信息,比如:进程启动,关闭,error ,warning.该文件可能会变的很大.为

【翻译自mos文章】 11gR1版本 asmcmd的新命令--cp、md_backup、md_restore

11gR1版本 asmcmd的新命令--cp.md_backup.md_restore 参考原文: ASMCMD - New commands in 11gR1 (Doc ID 451900.1) 适用于: Oracle Database - Enterprise Edition - Version 11.1.0.6 to 11.1.0.7 [Release 11.1] Information in this document applies to any platform. ***Checke

【翻译自mos文章】 使用asmcmd cp命令 把datafile从文件系统移动(move)到asm磁盘组中--针对11gR2

使用asmcmd cp命令 把datafile从文件系统移动(move)到asm磁盘组中--针对11gR2 参考原文: How to Move a Datafile from Filesystem to ASM Using ASMCMD CP Command. (Doc ID 1610615.1) 适用于: Oracle Database - Enterprise Edition - Version 11.2.0.1 to 11.2.0.4 [Release 11.2] Information