10gRAC-10.2.0.4-dbca建库时配置OEM遇到BUG-p8350262


系统环境:Oracle Linux 5.5 x64位;

oracle版本:安装Cluster和OracleSoft 10.2.0.1(不创建实例),并升级Cluster和OracleSoft10.2.0.4;

然后使用dbca建库时,在88%的地方停顿,并报错,见下图:


 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

查了一下资料,这是10.2.0.4和10.2.0.5RAC配置OEM 的一个bug,需要安装补丁:p8350262

这里点OK,直接下一步,并不影响数据库实例的创建,可以创建完成后,再来修复这个问题,配置EM);

最后RAC实例配置成功;

 

 

 

 

 

 

 

 

 

然后修复bug,配置EM

0、下载补丁:p8350262_10204_Generic.zip

这里附上免费下载链接 http://download.csdn.net/detail/u011302321/6949981

(注:以下操作在oracle用户下

1、检查opatch版本是否为10.2.0.4 , 执行:/oracle/product/10.2.0/db_1/OPatch/opatch version

2、unzip p8350262_10204_Generic.zip 进入解压后的patch目录/oracle/product/10.2.0/db_1/OPatch/opatch apply

3、在解压后的patch目录下 ./killDBConsole

4、在第一节点执行:emctl secure dbconsole -reset

5、在第二节点执行:emctl secure dbconsole

6、第1节点和第2节点分别执行:emctl start dbconsole

最后启动正常,访问:https://ip:1158/em正常访问登陆,则bug修复成功,em配置完成;

 

附:PATCH解压后的README文件说明:

[oracle@dbcc1 8350262]$ cat README.txt

=========================================================================
Interim Patch for Base Bug: 8350262
=========================================================================
Date: Sep 10, 2010
-------------------------------------------------------------------------
Platform Patch for : Generic
Product Patched : 10.2.0.4.0
Product Version : Enterprise Manager Database Control

Bugs Fixed by this patch:
-------------------------
8350262:CREATE DBCONSOLE CERT WITH 10YEAR VALIDITY

Patch Preinstall Steps:
-----------------------
1. For non-recommended patches, you must have the exact symptoms
described in the service request (SR).

2. Verify the OUI Inventory.

OPatch needs access to a valid OUI inventory to apply patches.
Validate the OUI inventory with the following command:

% opatch lsinventory

If the command errors out, contact Oracle Support and work to validate
and verify the inventory setup before proceeding.

3. Please use the latest Version of OPatch.

Oracle recommends that all customers be on the latest version of OPatch.
Please review the following metalink note and follow the instructions
to update to the latest version if needed:

https://metalink.oracle.com/metalink/plsql/ml2_documents.showNOT?p_id=224346.1

4. Confirm executables appear in your system PATH.

The patching process will use the unzip and the opatch executables. After
sourcing the ORACLE_HOME environment, confirm both of these exist before
continuing:

- "which opatch"
- "which unzip"

If either of these executables do not show in the PATH, correct the problem
before proceeding.

5. Create a location for storing the unzipped patch. This location
will be referred to later in the document as <PATCH_TOP>.

6. Unzip the patch zip file into the <PATCH_TOP>.

unzip -d <PATCH_TOP> p8350262_102040_Generic.zip

7. Shut down services running from the ORACLE_HOME.

Before applying this patch, do a clean shut down of all services
running from the ORACLE_HOME.

Patch Installation Steps:
-------------------------

1. Shutdown EM DB Console using the following command.
% $ORACLE_HOME/bin/emctl stop dbconsole

2. Set your current directory to the directory where the patch
is located:
% cd <PATCH_TOP>/8350262

Ensure that the directory containing the opatch script appears in
your $PATH; then enter the following command:
% opatch apply

3. Start EM DB Console using the following command.
% $ORACLE_HOME/bin/emctl start dbconsole

NOTE:
------
There may be cases when Starting dbconsole may fail post 31-Dec-2010.
In this case, Please set ORACLE_HOME to your Database Home & ORACLE_SID
and run the following from the patch folder.
% ./killDBConsole

Patch Deinstallation Instructions:
----------------------------------
1. Shutdown EM DB Console using the following command.
% $ORACLE_HOME/bin/emctl stop dbconsole

2. Set your current directory to the directory where the patch
is located:
% cd <PATCH_TOP>/8350262

3. Ensure that the directory containing the opatch script appears in
your $PATH; then run the following command:-
% opatch rollback -id 8350262

4. Start EM DB Console using the following command.
% $ORACLE_HOME/bin/emctl start dbconsole

相关内容