資料庫PSU的補丁升級 從10.2.0.5.2(10248542)升級至10.2.0.5.12(16619894)打補丁記錄

huangxuemail發表於2015-05-02
目前資料庫版本是10.2.0.5,PSU打的是10.2.0.5.2,本文將測試在10.2.0.5.2環境下打10.2.0.5.12最新的PSU補丁。

[oracle@test ~]$ /u01/app/oracle/product/10.2.0/db/OPatch/opatch lsinventory
Invoking OPatch 10.2.0.5.1

Oracle Interim Patch Installer version 10.2.0.5.1
Copyright (c) 2010, Oracle Corporation.  All rights reserved.


Oracle Home       : /u01/app/oracle/product/10.2.0/db
Central Inventory : /u01/app/oracle/oraInventory
   from           : /etc/oraInst.loc
OPatch version    : 10.2.0.5.1
OUI version       : 10.2.0.5.0
OUI location      : /u01/app/oracle/product/10.2.0/db/oui
Log file location : /u01/app/oracle/product/10.2.0/db/cfgtoollogs/opatch/opatch2015-04-21_10-46-19AM.log

Patch history file: /u01/app/oracle/product/10.2.0/db/cfgtoollogs/opatch/opatch_history.txt

Lsinventory Output file location : /u01/app/oracle/product/10.2.0/db/cfgtoollogs/opatch/lsinv/lsinventory2015-04-21_10-46-19AM.txt

--------------------------------------------------------------------------------
Installed Top-level Products (2):

Oracle Database 10g                                                  10.2.0.1.0
Oracle Database 10g Release 2 Patch Set 4                            10.2.0.5.0
There are 2 products installed in this Oracle Home.


Interim patches (1) :

Patch  10248542     : applied on Tue Apr 21 10:36:29 CST 2015
Unique Patch ID:  13292123
   Created on 25 Dec 2010, 23:11:24 hrs PST8PDT
   Bugs fixed:
     6402302, 9713537, 8350262, 9949948, 8394351, 10327179, 8546356, 9711859
     9714832, 9952230, 10248542, 8544696, 9963497, 9772888, 8664189, 10249537
     7519406, 9952270, 8277300, 9726739



--------------------------------------------------------------------------------

OPatch succeeded.

解壓10.2.0.5.12(16619894)補丁程式之後,使用opatch工具檢測補丁衝突情況,發現無法將10.2.0.5.12應用至目前的環境10.2.0.5.2,
這也證實我的想法,因為PSU的累積的,而10g的PSU還沒有那麼智慧能夠自動的分析最新的PSU中哪些是已經打過的哪些是沒打過的,
如果需要繼續升級,那麼只能是先將10.2.0.5.2這個PSU給回滾掉,再打上最新的10.2.0.5.12了。

[oracle@test ~]$ /u01/app/oracle/product/10.2.0/db/OPatch/opatch prereq CheckConflictAgainstOHWithDetail -phBaseDir ./16619894
Invoking OPatch 10.2.0.5.1

Oracle Interim Patch Installer version 10.2.0.5.1
Copyright (c) 2010, Oracle Corporation.  All rights reserved.

PREREQ session

Oracle Home       : /u01/app/oracle/product/10.2.0/db
Central Inventory : /u01/app/oracle/oraInventory
   from           : /etc/oraInst.loc
OPatch version    : 10.2.0.5.1
OUI version       : 10.2.0.5.0
OUI location      : /u01/app/oracle/product/10.2.0/db/oui
Log file location : /u01/app/oracle/product/10.2.0/db/cfgtoollogs/opatch/opatch2015-04-21_10-43-43AM.log

Patch history file: /u01/app/oracle/product/10.2.0/db/cfgtoollogs/opatch/opatch_history.txt

Invoking prereq "checkconflictagainstohwithdetail"

ZOP-47: The patch(es) has supersets with other patches installed in the Oracle Home (or) among themselves.

Prereq "checkConflictAgainstOHWithDetail" failed.

Summary of Conflict Analysis:

Patches that can be applied now without any conflicts are :
16619894

Following patches are not required, as they are subset of the patches in Oracle Home or subset of the patches in the given list :
10248542

Following patches will be rolled back from Oracle Home on application of the patches in the given list :
10248542

Conflicts/Supersets for each patch are:

Patch : 16619894

     Bug Superset of 10248542
     Super set bugs are:
     6402302,  9713537,  8350262,  9949948,  8394351,  10327179,  8546356,  9711859,  9714832,  9952230,  10248542,  8544696,  9963497,  9772888,  8664189,  10249537,  7519406,  9952270,  8277300,  9726739

OPatch succeeded.

現在開始回滾10.2.0.5.2PSU,首先需要確認回滾指令碼的存在
[oracle@test ~]$ cd $ORACLE_HOME/rdbms/admin/
[oracle@test admin]$ ls *PSU*
bundledata_PSU.xml  catbundle_PSU_ORCL_APPLY.sql  catbundle_PSU_ORCL_ROLLBACK.sql

然後是停庫
SQL> shutdown immediate
Database closed.
Database dismounted.
ORACLE instance shut down.
SQL> exit
Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
[oracle@test admin]$ lsnrctl stop

LSNRCTL for Linux: Version 10.2.0.5.0 - Production on 21-APR-2015 10:55:33

Copyright (c) 1991, 2010, Oracle.  All rights reserved.

Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=10.160.13.115)(PORT=1521)))
The command completed successfully


[oracle@test admin]$ /u01/app/oracle/product/10.2.0/db/OPatch/opatch rollback -id 10248542
Invoking OPatch 10.2.0.5.1

Oracle Interim Patch Installer version 10.2.0.5.1
Copyright (c) 2010, Oracle Corporation.  All rights reserved.


Oracle Home       : /u01/app/oracle/product/10.2.0/db
Central Inventory : /u01/app/oracle/oraInventory
   from           : /etc/oraInst.loc
OPatch version    : 10.2.0.5.1
OUI version       : 10.2.0.5.0
OUI location      : /u01/app/oracle/product/10.2.0/db/oui
Log file location : /u01/app/oracle/product/10.2.0/db/cfgtoollogs/opatch/opatch2015-04-21_10-58-50AM.log

Patch history file: /u01/app/oracle/product/10.2.0/db/cfgtoollogs/opatch/opatch_history.txt

RollbackSession rolling back interim patch '10248542' from OH '/u01/app/oracle/product/10.2.0/db'

Running prerequisite checks...

OPatch detected non-cluster Oracle Home from the inventory and will patch the local system only.


Please shutdown Oracle instances running out of this ORACLE_HOME on the local system.
(Oracle Home = '/u01/app/oracle/product/10.2.0/db')


Is the local system ready for patching? [y|n]
y
User Responded with: Y
Backing up files affected by the patch '10248542' for restore. This might take a while...
Execution of 'sh /u01/app/oracle/product/10.2.0/db/.patch_storage/10248542_Dec_25_2010_23_11_24/original_patch/custom/scripts/pre -rollback 10248542 ':


Return Code = 0

Patching component oracle.rdbms, 10.2.0.5.0...
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/kcbl.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/qecsel.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/ksfd.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/qkexr.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/xty.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/qergh.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/qergs.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/ktsx.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/kdt.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/kkpod.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/kdiss.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/qerix.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/knld.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/ktein.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libgeneric10.a"  with "lib/libgeneric10.a/qcop.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib32/libgeneric10.a"  with "lib32/libgeneric10.a/qcop.o"
Deleting file "/u01/app/oracle/product/10.2.0/db/rdbms/admin/bundledata_PSU.xml"

Patching component oracle.rdbms.rsf, 10.2.0.5.0...
Copying file to "/u01/app/oracle/product/10.2.0/db/rdbms/mesg/oraus.msb"
Copying file to "/u01/app/oracle/product/10.2.0/db/rdbms/mesg/oraus.msg"

Patching component oracle.rdbms.dbscripts, 10.2.0.5.0...
Copying file to "/u01/app/oracle/product/10.2.0/db/rdbms/admin/prvtjob.plb"

Patching component oracle.sysman.bsln, 10.2.0.5.0...
Updating jar file "/u01/app/oracle/product/10.2.0/db/sysman/jlib/emCORE.jar" with "/u01/app/oracle/product/10.2.0/db/.patch_storage/10248542_Dec_25_2010_23_11_24/files//sysman/jlib/emCORE.jar/oracle/sysman/eml/sec/util/RootCert.class"
Updating jar file "/u01/app/oracle/product/10.2.0/db/sysman/jlib/emCORE.jar" with "/u01/app/oracle/product/10.2.0/db/.patch_storage/10248542_Dec_25_2010_23_11_24/files//sysman/jlib/emCORE.jar/oracle/sysman/eml/sec/fsc/FSWalletUtil.class"
Updating jar file "/u01/app/oracle/product/10.2.0/db/sysman/jlib/emCORE.jar" with "/u01/app/oracle/product/10.2.0/db/.patch_storage/10248542_Dec_25_2010_23_11_24/files//sysman/jlib/emCORE.jar/oracle/sysman/eml/sec/rep/RepWalletUtil.class"
Updating jar file "/u01/app/oracle/product/10.2.0/db/sysman/jlib/emCORE.jar" with "/u01/app/oracle/product/10.2.0/db/.patch_storage/10248542_Dec_25_2010_23_11_24/files//sysman/jlib/emCORE.jar/oracle/sysman/eml/sec/util/SecConstants.class"
Running make for target ioracle
RollbackSession removing interim patch '10248542' from inventory

The local system has been patched and can be restarted.


OPatch succeeded.



cd $ORACLE_HOME/rdbms/admin
sqlplus /nolog
SQL> CONNECT / AS SYSDBA
SQL> STARTUP
SQL> @catbundle_PSU__ROLLBACK.sql
SQL> QUIT


回滾完成
[oracle@test admin]$ /u01/app/oracle/product/10.2.0/db/OPatch/opatch lsinventory
Invoking OPatch 10.2.0.5.1

Oracle Interim Patch Installer version 10.2.0.5.1
Copyright (c) 2010, Oracle Corporation.  All rights reserved.


Oracle Home       : /u01/app/oracle/product/10.2.0/db
Central Inventory : /u01/app/oracle/oraInventory
   from           : /etc/oraInst.loc
OPatch version    : 10.2.0.5.1
OUI version       : 10.2.0.5.0
OUI location      : /u01/app/oracle/product/10.2.0/db/oui
Log file location : /u01/app/oracle/product/10.2.0/db/cfgtoollogs/opatch/opatch2015-04-21_11-01-35AM.log

Patch history file: /u01/app/oracle/product/10.2.0/db/cfgtoollogs/opatch/opatch_history.txt

Lsinventory Output file location : /u01/app/oracle/product/10.2.0/db/cfgtoollogs/opatch/lsinv/lsinventory2015-04-21_11-01-35AM.txt

--------------------------------------------------------------------------------
Installed Top-level Products (2):

Oracle Database 10g                                                  10.2.0.1.0
Oracle Database 10g Release 2 Patch Set 4                            10.2.0.5.0
There are 2 products installed in this Oracle Home.


There are no Interim patches installed in this Oracle Home.


--------------------------------------------------------------------------------

OPatch succeeded.



這次檢測就沒有衝突的補丁了
[oracle@test ~]$ /u01/app/oracle/product/10.2.0/db/OPatch/opatch prereq CheckConflictAgainstOHWithDetail -phBaseDir ./16619894
Invoking OPatch 10.2.0.5.1

Oracle Interim Patch Installer version 10.2.0.5.1
Copyright (c) 2010, Oracle Corporation.  All rights reserved.

PREREQ session

Oracle Home       : /u01/app/oracle/product/10.2.0/db
Central Inventory : /u01/app/oracle/oraInventory
   from           : /etc/oraInst.loc
OPatch version    : 10.2.0.5.1
OUI version       : 10.2.0.5.0
OUI location      : /u01/app/oracle/product/10.2.0/db/oui
Log file location : /u01/app/oracle/product/10.2.0/db/cfgtoollogs/opatch/opatch2015-04-21_11-02-56AM.log

Patch history file: /u01/app/oracle/product/10.2.0/db/cfgtoollogs/opatch/opatch_history.txt

Invoking prereq "checkconflictagainstohwithdetail"

Prereq "checkConflictAgainstOHWithDetail" passed.

OPatch succeeded.



打PSU之前必須停庫,否則報錯
[oracle@test 16619894]$ /u01/app/oracle/product/10.2.0/db/OPatch/opatch apply
Invoking OPatch 10.2.0.5.1

Oracle Interim Patch Installer version 10.2.0.5.1
Copyright (c) 2010, Oracle Corporation.  All rights reserved.


Oracle Home       : /u01/app/oracle/product/10.2.0/db
Central Inventory : /u01/app/oracle/oraInventory
   from           : /etc/oraInst.loc
OPatch version    : 10.2.0.5.1
OUI version       : 10.2.0.5.0
OUI location      : /u01/app/oracle/product/10.2.0/db/oui
Log file location : /u01/app/oracle/product/10.2.0/db/cfgtoollogs/opatch/opatch2015-04-21_11-03-56AM.log

Patch history file: /u01/app/oracle/product/10.2.0/db/cfgtoollogs/opatch/opatch_history.txt

ApplySession applying interim patch '16619894' to OH '/u01/app/oracle/product/10.2.0/db'

Running prerequisite checks...
Prerequisite check "CheckActiveFilesAndExecutables" failed.
The details are:


Following executables are active :
/u01/app/oracle/product/10.2.0/db/bin/oracle
ApplySession failed during prerequisite checks: Prerequisite check "CheckActiveFilesAndExecutables" failed.
System intact, OPatch will not attempt to restore the system

OPatch failed with error code 74



檢測成功,開始應用最新的PSU
[oracle@test 16619894]$ /u01/app/oracle/product/10.2.0/db/OPatch/opatch apply
Invoking OPatch 10.2.0.5.1

Oracle Interim Patch Installer version 10.2.0.5.1
Copyright (c) 2010, Oracle Corporation.  All rights reserved.


Oracle Home       : /u01/app/oracle/product/10.2.0/db
Central Inventory : /u01/app/oracle/oraInventory
   from           : /etc/oraInst.loc
OPatch version    : 10.2.0.5.1
OUI version       : 10.2.0.5.0
OUI location      : /u01/app/oracle/product/10.2.0/db/oui
Log file location : /u01/app/oracle/product/10.2.0/db/cfgtoollogs/opatch/opatch2015-04-21_11-05-09AM.log

Patch history file: /u01/app/oracle/product/10.2.0/db/cfgtoollogs/opatch/opatch_history.txt

ApplySession applying interim patch '16619894' to OH '/u01/app/oracle/product/10.2.0/db'

Running prerequisite checks...
Patch 16619894: Optional component(s) missing : [ oracle.rdbms.dv, 10.2.0.5.0 ] , [ oracle.rdbms.dv.oc4j, 10.2.0.5.0 ] , [ oracle.network.cman, 10.2.0.5.0 ]
Provide your email address to be informed of security issues, install and
initiate Oracle Configuration Manager. Easier for you if you use your My
Oracle Support Email address/User Name.
Visit for details.
Email address/User Name:

You have not provided an email address for notification of security issues.
Do you wish to remain uninformed of security issues ([Y]es, [N]o) [N]:  Y

OPatch detected non-cluster Oracle Home from the inventory and will patch the local system only.


Please shutdown Oracle instances running out of this ORACLE_HOME on the local system.
(Oracle Home = '/u01/app/oracle/product/10.2.0/db')


Is the local system ready for patching? [y|n]
y
User Responded with: Y
Backing up files and inventory (not for auto-rollback) for the Oracle Home
Backing up files affected by the patch '16619894' for restore. This might take a while...
Backing up files affected by the patch '16619894' for rollback. This might take a while...
Execution of 'sh /home/oracle/16619894/custom/scripts/pre -apply 16619894 ':


Return Code = 0

Patching component oracle.rdbms, 10.2.0.5.0...
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/kcbl.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/qecsel.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/ksfd.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/qkexr.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/xty.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/qergh.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/qergs.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/ktsx.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/kdt.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/kkpod.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/kdiss.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/qerix.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/knld.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/ktein.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/kkzu.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/tbsdrv.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/ktec.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/kteop.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/ktsp.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/qerbo.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/kkxl.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/kkm.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/kxtt.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/qks3t.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/kql.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/kdi.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/upsexe.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/kffm.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/ktb.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/ktr.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/kds.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/qertb.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/ksu.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/kokt.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/kzvdve.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/kpolon.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/delexe.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/updexe.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/qerdl.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/qerup.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/kla.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/kzu.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/kzvutil.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/dmsvma.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/qxim.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/kkxm.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/qeroc.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/qeroi.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/qmix.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/qmxtk.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/kdx.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/qksht.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/kkxs.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/psdpgi.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/kjr.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/kokl.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/koklv.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/kkfd.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/kcrr.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/kdb.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/kcrf.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/kct.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/krsc.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/krsf.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/krsl.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/krsm.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/kqlm.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/kdic.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/krbo.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/ktt.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/kzld.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/kks1.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/kksl.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/kewt.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/ksf.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/krci.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/krcp.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/kjzh.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/kqr.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/kcf.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/dbsdrv.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/koks3.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/qec.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/qkxr.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/prsc.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/qxuag.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/kjcs.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/kjcts.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/kjm.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/kspt.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/kkzg.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/ksk.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/ksucln.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/krvx.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/kks.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/ksxp.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/kdl.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/kdo.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/krvt.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/kfdp.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/ainp.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/ain.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/ctc.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/kkpo.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/aud.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/msqimb.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/kjbm.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/kjbl.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/kokc.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/k2.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/k2r.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/k2s.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/kpoal8.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/ncodef.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/npi.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/kpostr.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/opial7.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/opiexe.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/psdicd.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/kcm.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/kcs.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/knl.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/qerrm.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/ksms.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/kcl.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/kjdr.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/kcb.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/kcbz.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/ktsa.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/qsmqcsm.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/kjfc.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/kzft.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/kfd.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/kkn.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/kzia.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/sd.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/ssgfnm.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/kkbn.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/evar2v.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/kkxpp.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/purdrv.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/kky.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/qxidp.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/qxidm.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/sldbg.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/kpodp.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/kpods.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/opiamr.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/opicui.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/opiior.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/opiosq.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/opipar.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/krf.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/krvi.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/kza.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/kzctx.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/kzp.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/kzs.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/kzsr.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/kzvfac.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/zlke.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/kebm.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/kelt.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/kew.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/ksdx.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/ksm.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/ksp.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/kst.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/qmevf.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/qmkm.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/kjxgnd.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/skdx.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/sz.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/ksdxt.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/kstst.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/kststqad.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/ksmp.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libserver10.a"  with "lib/libserver10.a/ksmu.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/rdbms/lib/libknlopt.a"  with "rdbms/lib/libknlopt.a/kkxwtp.o"
Copying file to "/u01/app/oracle/product/10.2.0/db/rdbms/admin/bundledata_PSU.xml"
Copying file to "/u01/app/oracle/product/10.2.0/db/rdbms/lib/kkxwtp.o"
Copying file to "/u01/app/oracle/product/10.2.0/db/rdbms/lib/ksms.o"
Copying file to "/u01/app/oracle/product/10.2.0/db/rdbms/lib/jox.o"
Copying file to "/u01/app/oracle/product/10.2.0/db/rdbms/mesg/oraus.msg"
Copying file to "/u01/app/oracle/product/10.2.0/db/rdbms/mesg/oraus.msb"
Copying file to "/u01/app/oracle/product/10.2.0/db/psu/10.2.0.5.12/catpsu.sql"
Copying file to "/u01/app/oracle/product/10.2.0/db/psu/10.2.0.5.12/catpsu_rollback.sql"

Patching component oracle.rdbms.rsf, 10.2.0.5.0...
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libgeneric10.a"  with "lib/libgeneric10.a/qcop.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libgeneric10.a"  with "lib/libgeneric10.a/kgh.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libgeneric10.a"  with "lib/libgeneric10.a/kgl.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libgeneric10.a"  with "lib/libgeneric10.a/kgl2.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libgeneric10.a"  with "lib/libgeneric10.a/qcs2.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libgeneric10.a"  with "lib/libgeneric10.a/kgx.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libgeneric10.a"  with "lib/libgeneric10.a/kgkp.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libgeneric10.a"  with "lib/libgeneric10.a/kgsk.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libgeneric10.a"  with "lib/libgeneric10.a/kgski.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libgeneric10.a"  with "lib/libgeneric10.a/kgls.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libclient10.a"  with "lib/libclient10.a/kpuzln.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libcommon10.a"  with "lib/libcommon10.a/ttcx2y.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libcommon10.a"  with "lib/libcommon10.a/kpccap.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libcommon10.a"  with "lib/libcommon10.a/kzsrcr.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libpls10.a"  with "lib/libpls10.a/pef.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libpls10.a"  with "lib/libpls10.a/pei.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libpls10.a"  with "lib/libpls10.a/pgmc.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libpls10.a"  with "lib/libpls10.a/pdx2.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib32/libgeneric10.a"  with "lib32/libgeneric10.a/qcop.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib32/libgeneric10.a"  with "lib32/libgeneric10.a/kgh.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib32/libgeneric10.a"  with "lib32/libgeneric10.a/kgl.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib32/libgeneric10.a"  with "lib32/libgeneric10.a/kgl2.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib32/libgeneric10.a"  with "lib32/libgeneric10.a/qcs2.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib32/libgeneric10.a"  with "lib32/libgeneric10.a/kgx.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib32/libgeneric10.a"  with "lib32/libgeneric10.a/kgkp.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib32/libgeneric10.a"  with "lib32/libgeneric10.a/kgsk.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib32/libgeneric10.a"  with "lib32/libgeneric10.a/kgski.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib32/libgeneric10.a"  with "lib32/libgeneric10.a/kgls.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib32/libclient10.a"  with "lib32/libclient10.a/kpuzln.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib32/libcommon10.a"  with "lib32/libcommon10.a/ttcx2y.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib32/libcommon10.a"  with "lib32/libcommon10.a/kpccap.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib32/libcommon10.a"  with "lib32/libcommon10.a/kzsrcr.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib32/libpls10.a"  with "lib32/libpls10.a/pef.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib32/libpls10.a"  with "lib32/libpls10.a/pei.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib32/libpls10.a"  with "lib32/libpls10.a/pgmc.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib32/libpls10.a"  with "lib32/libpls10.a/pdx2.o"
Copying file to "/u01/app/oracle/product/10.2.0/db/rdbms/mesg/oraus.msb"
Copying file to "/u01/app/oracle/product/10.2.0/db/rdbms/mesg/oraus.msg"

Patching component oracle.rdbms.dbscripts, 10.2.0.5.0...
Copying file to "/u01/app/oracle/product/10.2.0/db/rdbms/admin/prvtjob.plb"
Copying file to "/u01/app/oracle/product/10.2.0/db/cpu/scripts/bug11057369.sql"
Copying file to "/u01/app/oracle/product/10.2.0/db/cpu/scripts/bug9687193.sql"
Copying file to "/u01/app/oracle/product/10.2.0/db/cpu/scripts/emdb_recomp_invalids.sql"
Copying file to "/u01/app/oracle/product/10.2.0/db/cpu/scripts/bug12904308.sql"
Copying file to "/u01/app/oracle/product/10.2.0/db/cpu/scripts/admin_backport_14459552.sql"

Patching component oracle.network.rsf, 10.2.0.5.0...
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libnnz10.a"  with "lib/libnnz10.a/nzu.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libnnz10.a"  with "lib/libnnz10.a/nzos.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libnnz10.a"  with "lib/libnnz10.a/ssl_hshk_priv_dooptionsallowrenegotoation.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libnnz10.a"  with "lib/libnnz10.a/ssl_setupconnectioncontext.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libnnz10.a"  with "lib/libnnz10.a/ssl_decoderecord.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libnnz10.a"  with "lib/libnnz10.a/ssl_destroyconnectioncontext.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libnnz10.a"  with "lib/libnnz10.a/ssl_createconnectioncontext.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libnnz10.a"  with "lib/libnnz10.a/ssl_createglobalcontext.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libnnz10.a"  with "lib/libnnz10.a/ssl_getversion.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libnnz10.a"  with "lib/libnnz10.a/ssl_modifyciphersuites.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libnnz10.a"  with "lib/libnnz10.a/ssl_getrenegotiationoptions.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libnnz10.a"  with "lib/libnnz10.a/ssl_enableclientauthentication.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libnnz10.a"  with "lib/libnnz10.a/ssl_write.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libnnz10.a"  with "lib/libnnz10.a/ssl_modifyrenegotiationoptions.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libnnz10.a"  with "lib/libnnz10.a/ssl_setrenegotiationoptions.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libnnz10.a"  with "lib/libnnz10.a/ssl_modifyclientauthmodes.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libnnz10.a"  with "lib/libnnz10.a/ssl_disableclientauthentication.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libnnz10.a"  with "lib/libnnz10.a/ssl_getconnectionrenegotiationoptions.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libnnz10.a"  with "lib/libnnz10.a/ssl_read.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libnnz10.a"  with "lib/libnnz10.a/ssl_hshk_priv_writeclienthello.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libnnz10.a"  with "lib/libnnz10.a/ssl_hshk_priv_write_certificate_request_handler.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libnnz10.a"  with "lib/libnnz10.a/ssl_hshk_priv_tls1_writefinished_handler.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libnnz10.a"  with "lib/libnnz10.a/ssl_hshk_priv_ssl2_processclienthelloshared.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libnnz10.a"  with "lib/libnnz10.a/ssl_hshk_priv_calc_enabled_cipher_suites.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libnnz10.a"  with "lib/libnnz10.a/ssl_hshk_priv_is_client_cert_requested.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libnnz10.a"  with "lib/libnnz10.a/ssl_hshk_priv_onerror.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libnnz10.a"  with "lib/libnnz10.a/ssl_hshk_priv_processcertificaterequest_handler.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libnnz10.a"  with "lib/libnnz10.a/ssl_hshk_priv_ssl3_process_finished.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libnnz10.a"  with "lib/libnnz10.a/ssl_hshk_priv_ssl3_tls1_writeserverhello_handler.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libnnz10.a"  with "lib/libnnz10.a/ssl_hshk_getnextevent.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libnnz10.a"  with "lib/libnnz10.a/ssl_hshk_priv_processserverhello.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libnnz10.a"  with "lib/libnnz10.a/ssl_hshk_priv_tls1_process_finished.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libnnz10.a"  with "lib/libnnz10.a/ssl_hshk_refuserenegotiation.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libnnz10.a"  with "lib/libnnz10.a/ssl_hshk_priv_process_client_hello.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libnnz10.a"  with "lib/libnnz10.a/ssl_hshk_priv_ssl3_writefinished_handler.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libnnz10.a"  with "lib/libnnz10.a/ssl_hshk_handshakeproceed.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libnnz10.a"  with "lib/libnnz10.a/ssl_hshk_read.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libnnz10.a"  with "lib/libnnz10.a/ssl_hshk_priv_process_client_hello_shared.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libnnz10.a"  with "lib/libnnz10.a/ssl_hshk_priv_process_hello_shared.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libnnz10.a"  with "lib/libnnz10.a/ssl_hshk_requestrenegotiation.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libnnz10.a"  with "lib/libnnz10.a/ssl_hshk_priv_setclientcertrequested_handler.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libnnz10.a"  with "lib/libnnz10.a/ssl_hshk_priv_ssl2_write_client_certificate_handler.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libn10.a"  with "lib/libn10.a/nzdacval.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libn10.a"  with "lib/libn10.a/nae.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libn10.a"  with "lib/libn10.a/ztvo.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libn10.a"  with "lib/libn10.a/nsev.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libnro10.a"  with "lib/libnro10.a/ncrfidr.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/network/lib/libnlsnr10.a"  with "network/lib/libnlsnr10.a/nsglsn.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib32/libnnz10.a"  with "lib32/libnnz10.a/nzu.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib32/libnnz10.a"  with "lib32/libnnz10.a/nzos.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib32/libnnz10.a"  with "lib32/libnnz10.a/ssl_hshk_priv_dooptionsallowrenegotoation.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib32/libnnz10.a"  with "lib32/libnnz10.a/ssl_setupconnectioncontext.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib32/libnnz10.a"  with "lib32/libnnz10.a/ssl_decoderecord.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib32/libnnz10.a"  with "lib32/libnnz10.a/ssl_destroyconnectioncontext.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib32/libnnz10.a"  with "lib32/libnnz10.a/ssl_createconnectioncontext.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib32/libnnz10.a"  with "lib32/libnnz10.a/ssl_createglobalcontext.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib32/libnnz10.a"  with "lib32/libnnz10.a/ssl_getversion.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib32/libnnz10.a"  with "lib32/libnnz10.a/ssl_modifyciphersuites.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib32/libnnz10.a"  with "lib32/libnnz10.a/ssl_getrenegotiationoptions.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib32/libnnz10.a"  with "lib32/libnnz10.a/ssl_enableclientauthentication.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib32/libnnz10.a"  with "lib32/libnnz10.a/ssl_write.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib32/libnnz10.a"  with "lib32/libnnz10.a/ssl_modifyrenegotiationoptions.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib32/libnnz10.a"  with "lib32/libnnz10.a/ssl_setrenegotiationoptions.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib32/libnnz10.a"  with "lib32/libnnz10.a/ssl_modifyclientauthmodes.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib32/libnnz10.a"  with "lib32/libnnz10.a/ssl_disableclientauthentication.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib32/libnnz10.a"  with "lib32/libnnz10.a/ssl_getconnectionrenegotiationoptions.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib32/libnnz10.a"  with "lib32/libnnz10.a/ssl_read.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib32/libnnz10.a"  with "lib32/libnnz10.a/ssl_hshk_priv_writeclienthello.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib32/libnnz10.a"  with "lib32/libnnz10.a/ssl_hshk_priv_write_certificate_request_handler.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib32/libnnz10.a"  with "lib32/libnnz10.a/ssl_hshk_priv_tls1_writefinished_handler.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib32/libnnz10.a"  with "lib32/libnnz10.a/ssl_hshk_priv_ssl2_processclienthelloshared.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib32/libnnz10.a"  with "lib32/libnnz10.a/ssl_hshk_priv_calc_enabled_cipher_suites.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib32/libnnz10.a"  with "lib32/libnnz10.a/ssl_hshk_priv_is_client_cert_requested.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib32/libnnz10.a"  with "lib32/libnnz10.a/ssl_hshk_priv_onerror.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib32/libnnz10.a"  with "lib32/libnnz10.a/ssl_hshk_priv_processcertificaterequest_handler.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib32/libnnz10.a"  with "lib32/libnnz10.a/ssl_hshk_priv_ssl3_process_finished.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib32/libnnz10.a"  with "lib32/libnnz10.a/ssl_hshk_priv_ssl3_tls1_writeserverhello_handler.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib32/libnnz10.a"  with "lib32/libnnz10.a/ssl_hshk_getnextevent.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib32/libnnz10.a"  with "lib32/libnnz10.a/ssl_hshk_priv_processserverhello.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib32/libnnz10.a"  with "lib32/libnnz10.a/ssl_hshk_priv_tls1_process_finished.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib32/libnnz10.a"  with "lib32/libnnz10.a/ssl_hshk_refuserenegotiation.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib32/libnnz10.a"  with "lib32/libnnz10.a/ssl_hshk_priv_process_client_hello.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib32/libnnz10.a"  with "lib32/libnnz10.a/ssl_hshk_priv_ssl3_writefinished_handler.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib32/libnnz10.a"  with "lib32/libnnz10.a/ssl_hshk_handshakeproceed.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib32/libnnz10.a"  with "lib32/libnnz10.a/ssl_hshk_read.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib32/libnnz10.a"  with "lib32/libnnz10.a/ssl_hshk_priv_process_client_hello_shared.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib32/libnnz10.a"  with "lib32/libnnz10.a/ssl_hshk_priv_process_hello_shared.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib32/libnnz10.a"  with "lib32/libnnz10.a/ssl_hshk_requestrenegotiation.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib32/libnnz10.a"  with "lib32/libnnz10.a/ssl_hshk_priv_setclientcertrequested_handler.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib32/libnnz10.a"  with "lib32/libnnz10.a/ssl_hshk_priv_ssl2_write_client_certificate_handler.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib32/libn10.a"  with "lib32/libn10.a/nzdacval.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib32/libn10.a"  with "lib32/libn10.a/nae.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib32/libn10.a"  with "lib32/libn10.a/ztvo.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib32/libn10.a"  with "lib32/libn10.a/nsev.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib32/libnro10.a"  with "lib32/libnro10.a/ncrfidr.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/network/lib32/libnlsnr10.a"  with "network/lib32/libnlsnr10.a/nsglsn.o"
Copying file to "/u01/app/oracle/product/10.2.0/db/lib/libnnz10.so"
Copying file to "/u01/app/oracle/product/10.2.0/db/bin/gennttab"
Copying file to "/u01/app/oracle/product/10.2.0/db/lib32/libnnz10.so"

Patching component oracle.sysman.bsln, 10.2.0.5.0...
Updating jar file "/u01/app/oracle/product/10.2.0/db/sysman/jlib/emCORE.jar" with "/sysman/jlib/emCORE.jar/oracle/sysman/eml/sec/util/RootCert.class"
Updating jar file "/u01/app/oracle/product/10.2.0/db/sysman/jlib/emCORE.jar" with "/sysman/jlib/emCORE.jar/oracle/sysman/eml/sec/fsc/FSWalletUtil.class"
Updating jar file "/u01/app/oracle/product/10.2.0/db/sysman/jlib/emCORE.jar" with "/sysman/jlib/emCORE.jar/oracle/sysman/eml/sec/rep/RepWalletUtil.class"
Updating jar file "/u01/app/oracle/product/10.2.0/db/sysman/jlib/emCORE.jar" with "/sysman/jlib/emCORE.jar/oracle/sysman/eml/sec/util/SecConstants.class"
Updating jar file "/u01/app/oracle/product/10.2.0/db/sysman/jlib/emCORE.jar" with "/sysman/jlib/emCORE.jar/oracle/sysman/eml/admin/rep/UserData.class"
Updating jar file "/u01/app/oracle/product/10.2.0/db/sysman/jlib/emCORE.jar" with "/sysman/jlib/emCORE.jar/oracle/sysman/eml/admin/rep/AdminResourceBundle.class"
Updating jar file "/u01/app/oracle/product/10.2.0/db/sysman/jlib/emCORE.jar" with "/sysman/jlib/emCORE.jar/oracle/sysman/eml/admin/rep/AdminResourceBundleID.class"
Updating jar file "/u01/app/oracle/product/10.2.0/db/sysman/jlib/emCORE.jar" with "/sysman/jlib/emCORE.jar/oracle/sysman/eml/mntr/metrics/MetricDetailDataObject.class"
Updating jar file "/u01/app/oracle/product/10.2.0/db/sysman/jlib/emCORE.jar" with "/sysman/jlib/emCORE.jar/oracle/sysman/eml/mntr/metrics/MetricDetailUtil.class"
Updating jar file "/u01/app/oracle/product/10.2.0/db/sysman/jlib/emCORE.jar" with "/sysman/jlib/emCORE.jar/oracle/sysman/eml/mntr/vltn/AlertDetailsDataObject.class"
Updating jar file "/u01/app/oracle/product/10.2.0/db/sysman/jlib/emCORE.jar" with "/sysman/jlib/emCORE.jar/oracle/sysman/eml/ecm/policy/PolicySQLList.class"
Updating jar file "/u01/app/oracle/product/10.2.0/db/sysman/jlib/emCORE.jar" with "/sysman/jlib/emCORE.jar/oracle/sysman/emSDK/sec/auth/EMLoginServlet.class"
Updating jar file "/u01/app/oracle/product/10.2.0/db/sysman/jlib/emCORE.jar" with "/sysman/jlib/emCORE.jar/oracle/sysman/emSDK/sec/auth/OSSOLogin.class"

Patching component oracle.sysman.repository.core, 10.2.0.5.0a...
Updating jar file "/u01/app/oracle/product/10.2.0/db/sysman/jlib/emDB.jar" with "/sysman/jlib/emDB.jar/oracle/sysman/db/adm/schm/PLSqlObjectController.class"
Updating jar file "/u01/app/oracle/product/10.2.0/db/sysman/jlib/emDB.jar" with "/sysman/jlib/emDB.jar/oracle/sysman/db/adm/schm/SchemaObjectController.class"
Updating jar file "/u01/app/oracle/product/10.2.0/db/sysman/jlib/emDB.jar" with "/sysman/jlib/emDB.jar/oracle/sysman/db/adm/schm/TriggerController.class"
Updating jar file "/u01/app/oracle/product/10.2.0/db/sysman/jlib/emDB.jar" with "/sysman/jlib/emDB.jar/oracle/sysman/db/rsc/schm/SchemaMsg.class"
Updating jar file "/u01/app/oracle/product/10.2.0/db/sysman/jlib/emDB.jar" with "/sysman/jlib/emDB.jar/oracle/sysman/db/rsc/schm/SchemaMsgID.class"
Updating jar file "/u01/app/oracle/product/10.2.0/db/sysman/jlib/emDB.jar" with "/sysman/jlib/emDB.jar/oracle/sysman/emo/adm/schema/srctype/plsqlobject/PLSqlObject.class"
Updating jar file "/u01/app/oracle/product/10.2.0/db/sysman/jlib/emDB.jar" with "/sysman/jlib/emDB.jar/oracle/sysman/emo/adm/schema/srctype/plsqlobject/PLSqlObjectAttributes.class"
Updating jar file "/u01/app/oracle/product/10.2.0/db/sysman/jlib/emDB.jar" with "/sysman/jlib/emDB.jar/oracle/sysman/emo/adm/schema/srctype/trigger/Trigger.class"
Updating jar file "/u01/app/oracle/product/10.2.0/db/sysman/jlib/emDB.jar" with "/sysman/jlib/emDB.jar/oracle/sysman/emo/adm/schema/srctype/trigger/TriggerAttributes.class"
Updating jar file "/u01/app/oracle/product/10.2.0/db/sysman/jlib/emDB.jar" with "/sysman/jlib/emDB.jar/oracle/sysman/db/adm/DBController.class"
Updating jar file "/u01/app/oracle/product/10.2.0/db/sysman/jlib/emDB.jar" with "/sysman/jlib/emDB.jar/oracle/sysman/db/adm/DatabaseObjectsSearchController.class"
Updating jar file "/u01/app/oracle/product/10.2.0/db/sysman/jlib/emDB.jar" with "/sysman/jlib/emDB.jar/oracle/sysman/db/adm/DatabaseObjectsSearchController$DBObjectSearchCriteria.class"
Updating jar file "/u01/app/oracle/product/10.2.0/db/sysman/jlib/emDB.jar" with "/sysman/jlib/emDB.jar/oracle/sysman/db/adm/sec/DirObjectController.class"
Updating jar file "/u01/app/oracle/product/10.2.0/db/sysman/jlib/emDB.jar" with "/sysman/jlib/emDB.jar/oracle/sysman/db/adm/sec/UserController.class"
Updating jar file "/u01/app/oracle/product/10.2.0/db/sysman/jlib/emDB.jar" with "/sysman/jlib/emDB.jar/oracle/sysman/db/adm/stg/RbsegmentController.class"
Updating jar file "/u01/app/oracle/product/10.2.0/db/sysman/jlib/emDB.jar" with "/sysman/jlib/emDB.jar/oracle/sysman/db/adm/stg/TablespaceController.class"
Updating jar file "/u01/app/oracle/product/10.2.0/db/sysman/jlib/emDB.jar" with "/sysman/jlib/emDB.jar/oracle/sysman/db/rsc/DBObjectMsg.class"
Updating jar file "/u01/app/oracle/product/10.2.0/db/sysman/jlib/emDB.jar" with "/sysman/jlib/emDB.jar/oracle/sysman/db/rsc/DBObjectMsgID.class"
Updating jar file "/u01/app/oracle/product/10.2.0/db/sysman/jlib/emDB.jar" with "/sysman/jlib/emDB.jar/oracle/sysman/emo/adm/DBObject.class"
Updating jar file "/u01/app/oracle/product/10.2.0/db/sysman/jlib/emDB.jar" with "/sysman/jlib/emDB.jar/oracle/sysman/emo/adm/DBObjectsDataSource.class"
Updating jar file "/u01/app/oracle/product/10.2.0/db/sysman/jlib/emDB.jar" with "/sysman/jlib/emDB.jar/oracle/sysman/emo/adm/usage/UsageSQLGenerator.class"
Updating jar file "/u01/app/oracle/product/10.2.0/db/sysman/jlib/emDB.jar" with "/sysman/jlib/emDB.jar/oracle/sysman/db/adm/schm/GrantObjPrivsController.class"
Updating jar file "/u01/app/oracle/product/10.2.0/db/sysman/jlib/emDB.jar" with "/sysman/jlib/emDB.jar/oracle/sysman/emo/perf/bean/hdm/HDMFindingDetailsInitializer.class"
Updating jar file "/u01/app/oracle/product/10.2.0/db/sysman/jlib/emDB.jar" with "/sysman/jlib/emDB.jar/oracle/sysman/db/util/shrinkAdv/ShrinkAdvController.class"
Updating jar file "/u01/app/oracle/product/10.2.0/db/sysman/jlib/emDB.jar" with "/sysman/jlib/emDB.jar/oracle/sysman/emo/dist/streams/Queue.class"
Updating jar file "/u01/app/oracle/product/10.2.0/db/sysman/jlib/emDB.jar" with "/sysman/jlib/emDB.jar/oracle/sysman/emo/dist/streams/QueueSQLGenerator.class"
Updating jar file "/u01/app/oracle/product/10.2.0/db/sysman/jlib/emDB.jar" with "/sysman/jlib/emDB.jar/oracle/sysman/emo/dist/streams/QueueSQLList.class"
Updating jar file "/u01/app/oracle/product/10.2.0/db/sysman/jlib/emDB.jar" with "/sysman/jlib/emDB.jar/oracle/sysman/db/adm/dist/streams/QueueController.class"
Updating jar file "/u01/app/oracle/product/10.2.0/db/sysman/jlib/emDB.jar" with "/sysman/jlib/emDB.jar/oracle/sysman/db/util/dbclone/DBCloneBean.class"
Updating jar file "/u01/app/oracle/product/10.2.0/db/sysman/jlib/emDB.jar" with "/sysman/jlib/emDB.jar/oracle/sysman/db/util/dbclone/DBCloneController.class"
Updating jar file "/u01/app/oracle/product/10.2.0/db/sysman/jlib/emDB.jar" with "/sysman/jlib/emDB.jar/oracle/sysman/db/util/dbclone/DBCloneDataSource.class"
Updating jar file "/u01/app/oracle/product/10.2.0/db/sysman/jlib/emDB.jar" with "/sysman/jlib/emDB.jar/oracle/sysman/db/util/dbclone/DBCloneSqlList.class"
Updating jar file "/u01/app/oracle/product/10.2.0/db/sysman/jlib/emDB.jar" with "/sysman/jlib/emDB.jar/oracle/sysman/db/adm/inst/rsrcmgr/RsrcmgrPlnController.class"
Updating jar file "/u01/app/oracle/product/10.2.0/db/sysman/jlib/emDB.jar" with "/sysman/jlib/emDB.jar/oracle/sysman/emo/xdb/XDBUtil.class"
Updating jar file "/u01/app/oracle/product/10.2.0/db/sysman/jlib/emDB.jar" with "/sysman/jlib/emDB.jar/oracle/sysman/emo/adm/instance/rsrcpln/RsrcplnBean.class"
Updating jar file "/u01/app/oracle/product/10.2.0/db/sysman/jlib/emDB.jar" with "/sysman/jlib/emDB.jar/oracle/sysman/emo/adm/instance/rsrcpln/RsrcplnSQLList.class"
Updating jar file "/u01/app/oracle/product/10.2.0/db/sysman/jlib/emDB.jar" with "/sysman/jlib/emDB.jar/oracle/sysman/emo/adm/schema/mview/MView.class"
Updating jar file "/u01/app/oracle/product/10.2.0/db/sysman/jlib/emDB.jar" with "/sysman/jlib/emDB.jar/oracle/sysman/emo/adm/showdep/DependQuery.class"
Updating jar file "/u01/app/oracle/product/10.2.0/db/sysman/jlib/emDB.jar" with "/sysman/jlib/emDB.jar/oracle/sysman/emo/adm/showdep/TableDependQuery.class"
Copying file to "/u01/app/oracle/product/10.2.0/db/sysman/admin/emdrep/sql/core/latest/ecm/ecm_util_pkgbody.sql"
Copying file to "/u01/app/oracle/product/10.2.0/db/sysman/admin/emdrep/sql/core/latest/ecm/ecm_util_pkgdef.sql"
Copying file to "/u01/app/oracle/product/10.2.0/db/sysman/admin/emdrep/sql/core/latest/ecm/ecm_views.sql"
Copying file to "/u01/app/oracle/product/10.2.0/db/sysman/admin/emdrep/sql/core/latest/sdk/sdk_views.sql"
Copying file to "/u01/app/oracle/product/10.2.0/db/sysman/admin/emdrep/sql/core/latest/admin/admin_create_repos_user.sql"

Patching component oracle.sysman.console.db, 10.2.0.5.0...
Updating jar file "/u01/app/oracle/product/10.2.0/db/sysman/jlib/emjsp.jar" with "/sysman/jlib/emjsp.jar/_database/_schema/_plsqlobject/_createPLSqlObjectPage$__jsp_StaticText.class"
Updating jar file "/u01/app/oracle/product/10.2.0/db/sysman/jlib/emjsp.jar" with "/sysman/jlib/emjsp.jar/_database/_schema/_plsqlobject/_createPLSqlObjectPage.class"
Updating jar file "/u01/app/oracle/product/10.2.0/db/sysman/jlib/emjsp.jar" with "/sysman/jlib/emjsp.jar/_database/_schema/_plsqlobject/_editPLSqlObjectPage$__jsp_StaticText.class"
Updating jar file "/u01/app/oracle/product/10.2.0/db/sysman/jlib/emjsp.jar" with "/sysman/jlib/emjsp.jar/_database/_schema/_plsqlobject/_editPLSqlObjectPage.class"
Updating jar file "/u01/app/oracle/product/10.2.0/db/sysman/jlib/emjsp.jar" with "/sysman/jlib/emjsp.jar/_database/_schema/_trigger/_triggerAdvancedPage$__jsp_StaticText.class"
Updating jar file "/u01/app/oracle/product/10.2.0/db/sysman/jlib/emjsp.jar" with "/sysman/jlib/emjsp.jar/_database/_schema/_trigger/_triggerAdvancedPage.class"
Updating jar file "/u01/app/oracle/product/10.2.0/db/sysman/jlib/emjsp.jar" with "/sysman/jlib/emjsp.jar/_database/_schema/_trigger/_triggerEventPage$__jsp_StaticText.class"
Updating jar file "/u01/app/oracle/product/10.2.0/db/sysman/jlib/emjsp.jar" with "/sysman/jlib/emjsp.jar/_database/_schema/_trigger/_triggerEventPage.class"
Updating jar file "/u01/app/oracle/product/10.2.0/db/sysman/jlib/emjsp.jar" with "/sysman/jlib/emjsp.jar/_database/_schema/_trigger/_triggerGeneralPage$__jsp_StaticText.class"
Updating jar file "/u01/app/oracle/product/10.2.0/db/sysman/jlib/emjsp.jar" with "/sysman/jlib/emjsp.jar/_database/_schema/_trigger/_triggerGeneralPage.class"
Updating jar file "/u01/app/oracle/product/10.2.0/db/sysman/jlib/emjsp.jar" with "/sysman/jlib/emjsp.jar/_database/_confirmationDelete$__jsp_StaticText.class"
Updating jar file "/u01/app/oracle/product/10.2.0/db/sysman/jlib/emjsp.jar" with "/sysman/jlib/emjsp.jar/_database/_confirmationDelete.class"
Updating jar file "/u01/app/oracle/product/10.2.0/db/sysman/jlib/emjsp.jar" with "/sysman/jlib/emjsp.jar/_database/_confirmationWithOptions$__jsp_StaticText.class"
Updating jar file "/u01/app/oracle/product/10.2.0/db/sysman/jlib/emjsp.jar" with "/sysman/jlib/emjsp.jar/_database/_confirmationWithOptions.class"
Updating jar file "/u01/app/oracle/product/10.2.0/db/sysman/jlib/emjsp.jar" with "/sysman/jlib/emjsp.jar/_database/_dbObjectsList$__jsp_StaticText.class"
Updating jar file "/u01/app/oracle/product/10.2.0/db/sysman/jlib/emjsp.jar" with "/sysman/jlib/emjsp.jar/_database/_dbObjectsList.class"
Updating jar file "/u01/app/oracle/product/10.2.0/db/sysman/jlib/emjsp.jar" with "/sysman/jlib/emjsp.jar/_dasFrameRedirect$__jsp_StaticText.class"
Updating jar file "/u01/app/oracle/product/10.2.0/db/sysman/jlib/emjsp.jar" with "/sysman/jlib/emjsp.jar/_dasFrameRedirect.class"
Updating jar file "/u01/app/oracle/product/10.2.0/db/sysman/jlib/emjsp.jar" with "/sysman/jlib/emjsp.jar/_database/_instance/_rsrcpln/_rsrcplnGeneral.class"
Updating jar file "/u01/app/oracle/product/10.2.0/db/sysman/jlib/emjsp.jar" with "/sysman/jlib/emjsp.jar/_database/_instance/_rsrcpln/_rsrcplnGeneral$__jsp_StaticText.class"
Updating jar file "/u01/app/oracle/product/10.2.0/db/sysman/jlib/emjsp.jar" with "/sysman/jlib/emjsp.jar/_database/_dbclone/_dbClone__AdvDestOptions.class"
Updating jar file "/u01/app/oracle/product/10.2.0/db/sysman/jlib/emjsp.jar" with "/sysman/jlib/emjsp.jar/_database/_dbclone/_dbClone__AdvDestOptions$__jsp_StaticText.class"
Updating jar file "/u01/app/oracle/product/10.2.0/db/sysman/jlib/emjsp.jar" with "/sysman/jlib/emjsp.jar/_database/_dbclone/_dbClone__AdvDestOptionsAsm.class"
Updating jar file "/u01/app/oracle/product/10.2.0/db/sysman/jlib/emjsp.jar" with "/sysman/jlib/emjsp.jar/_database/_dbclone/_dbClone__AdvDestOptionsAsm$__jsp_StaticText.class"
Updating jar file "/u01/app/oracle/product/10.2.0/db/sysman/jlib/emjsp.jar" with "/sysman/jlib/emjsp.jar/_database/_dbclone/_dbClone__ArchivingMode.class"
Updating jar file "/u01/app/oracle/product/10.2.0/db/sysman/jlib/emjsp.jar" with "/sysman/jlib/emjsp.jar/_database/_dbclone/_dbClone__ArchivingMode$__jsp_StaticText.class"
Updating jar file "/u01/app/oracle/product/10.2.0/db/sysman/jlib/emjsp.jar" with "/sysman/jlib/emjsp.jar/_database/_dbclone/_dbClone__AsmInstance.class"
Updating jar file "/u01/app/oracle/product/10.2.0/db/sysman/jlib/emjsp.jar" with "/sysman/jlib/emjsp.jar/_database/_dbclone/_dbClone__AsmInstanceLogin.class"
Updating jar file "/u01/app/oracle/product/10.2.0/db/sysman/jlib/emjsp.jar" with "/sysman/jlib/emjsp.jar/_database/_dbclone/_dbClone__Confirm.class"
Updating jar file "/u01/app/oracle/product/10.2.0/db/sysman/jlib/emjsp.jar" with "/sysman/jlib/emjsp.jar/_database/_dbclone/_dbClone__DestOptions.class"
Updating jar file "/u01/app/oracle/product/10.2.0/db/sysman/jlib/emjsp.jar" with "/sysman/jlib/emjsp.jar/_database/_dbclone/_dbClone__DestOptionsDiffHost.class"
Updating jar file "/u01/app/oracle/product/10.2.0/db/sysman/jlib/emjsp.jar" with "/sysman/jlib/emjsp.jar/_database/_dbclone/_dbClone__MultiplexLocations.class"
Updating jar file "/u01/app/oracle/product/10.2.0/db/sysman/jlib/emjsp.jar" with "/sysman/jlib/emjsp.jar/_database/_dbclone/_dbClone__MultiplexLocationsOmf.class"
Updating jar file "/u01/app/oracle/product/10.2.0/db/sysman/jlib/emjsp.jar" with "/sysman/jlib/emjsp.jar/_database/_dbclone/_dbClone__RedologsControlfiles.class"
Updating jar file "/u01/app/oracle/product/10.2.0/db/sysman/jlib/emjsp.jar" with "/sysman/jlib/emjsp.jar/_database/_dbclone/_dbClone__RedologsControlfilesOmf.class"
Updating jar file "/u01/app/oracle/product/10.2.0/db/sysman/jlib/emjsp.jar" with "/sysman/jlib/emjsp.jar/_database/_dbclone/_dbClone__Review.class"
Updating jar file "/u01/app/oracle/product/10.2.0/db/sysman/jlib/emjsp.jar" with "/sysman/jlib/emjsp.jar/_database/_dbclone/_dbClone__Schedule.class"
Updating jar file "/u01/app/oracle/product/10.2.0/db/sysman/jlib/emjsp.jar" with "/sysman/jlib/emjsp.jar/_database/_dbclone/_dbClone__SelectDest.class"
Updating jar file "/u01/app/oracle/product/10.2.0/db/sysman/jlib/emjsp.jar" with "/sysman/jlib/emjsp.jar/_database/_dbclone/_dbClone__SourceOptions.class"
Updating jar file "/u01/app/oracle/product/10.2.0/db/sysman/jlib/emjsp.jar" with "/sysman/jlib/emjsp.jar/_database/_dbclone/_dbClone__StartingPage.class"
Updating jar file "/u01/app/oracle/product/10.2.0/db/sysman/jlib/emjsp.jar" with "/sysman/jlib/emjsp.jar/_database/_dbclone/_dbClone__ViewSourceDatabaseFiles.class"
Updating jar file "/u01/app/oracle/product/10.2.0/db/sysman/jlib/emjsp.jar" with "/sysman/jlib/emjsp.jar/_database/_dbclone/_dbClone__Warning.class"
Updating jar file "/u01/app/oracle/product/10.2.0/db/sysman/jlib/emjsp.jar" with "/sysman/jlib/emjsp.jar/_database/_dbclone/_dbClone__AsmInstance$__jsp_StaticText.class"
Updating jar file "/u01/app/oracle/product/10.2.0/db/sysman/jlib/emjsp.jar" with "/sysman/jlib/emjsp.jar/_database/_dbclone/_dbClone__AsmInstanceLogin$__jsp_StaticText.class"
Updating jar file "/u01/app/oracle/product/10.2.0/db/sysman/jlib/emjsp.jar" with "/sysman/jlib/emjsp.jar/_database/_dbclone/_dbClone__Confirm$__jsp_StaticText.class"
Updating jar file "/u01/app/oracle/product/10.2.0/db/sysman/jlib/emjsp.jar" with "/sysman/jlib/emjsp.jar/_database/_dbclone/_dbClone__DestOptions$__jsp_StaticText.class"
Updating jar file "/u01/app/oracle/product/10.2.0/db/sysman/jlib/emjsp.jar" with "/sysman/jlib/emjsp.jar/_database/_dbclone/_dbClone__DestOptionsDiffHost$__jsp_StaticText.class"
Updating jar file "/u01/app/oracle/product/10.2.0/db/sysman/jlib/emjsp.jar" with "/sysman/jlib/emjsp.jar/_database/_dbclone/_dbClone__MultiplexLocations$__jsp_StaticText.class"
Updating jar file "/u01/app/oracle/product/10.2.0/db/sysman/jlib/emjsp.jar" with "/sysman/jlib/emjsp.jar/_database/_dbclone/_dbClone__MultiplexLocationsOmf$__jsp_StaticText.class"
Updating jar file "/u01/app/oracle/product/10.2.0/db/sysman/jlib/emjsp.jar" with "/sysman/jlib/emjsp.jar/_database/_dbclone/_dbClone__RedologsControlfiles$__jsp_StaticText.class"
Updating jar file "/u01/app/oracle/product/10.2.0/db/sysman/jlib/emjsp.jar" with "/sysman/jlib/emjsp.jar/_database/_dbclone/_dbClone__RedologsControlfilesOmf$__jsp_StaticText.class"
Updating jar file "/u01/app/oracle/product/10.2.0/db/sysman/jlib/emjsp.jar" with "/sysman/jlib/emjsp.jar/_database/_dbclone/_dbClone__Review$__jsp_StaticText.class"
Updating jar file "/u01/app/oracle/product/10.2.0/db/sysman/jlib/emjsp.jar" with "/sysman/jlib/emjsp.jar/_database/_dbclone/_dbClone__Schedule$__jsp_StaticText.class"
Updating jar file "/u01/app/oracle/product/10.2.0/db/sysman/jlib/emjsp.jar" with "/sysman/jlib/emjsp.jar/_database/_dbclone/_dbClone__SelectDest$__jsp_StaticText.class"
Updating jar file "/u01/app/oracle/product/10.2.0/db/sysman/jlib/emjsp.jar" with "/sysman/jlib/emjsp.jar/_database/_dbclone/_dbClone__SourceOptions$__jsp_StaticText.class"
Updating jar file "/u01/app/oracle/product/10.2.0/db/sysman/jlib/emjsp.jar" with "/sysman/jlib/emjsp.jar/_database/_dbclone/_dbClone__StartingPage$__jsp_StaticText.class"
Updating jar file "/u01/app/oracle/product/10.2.0/db/sysman/jlib/emjsp.jar" with "/sysman/jlib/emjsp.jar/_database/_dbclone/_dbClone__ViewSourceDatabaseFiles$__jsp_StaticText.class"
Updating jar file "/u01/app/oracle/product/10.2.0/db/sysman/jlib/emjsp.jar" with "/sysman/jlib/emjsp.jar/_database/_dbclone/_dbClone__Warning$__jsp_StaticText.class"
Updating jar file "/u01/app/oracle/product/10.2.0/db/sysman/jlib/emjsp.jar" with "/sysman/jlib/emjsp.jar/_database/_dist/_streams/_queue/_editQueue.class"
Updating jar file "/u01/app/oracle/product/10.2.0/db/sysman/jlib/emjsp.jar" with "/sysman/jlib/emjsp.jar/_database/_dist/_streams/_queue/_editQueue$__jsp_StaticText.class"
Copying file to "/u01/app/oracle/product/10.2.0/db/oc4j/j2ee/oc4j_applications/applications/em/em/admin/rep/editUserSummary.uix"
Copying file to "/u01/app/oracle/product/10.2.0/db/oc4j/j2ee/oc4j_applications/applications/em/em/WEB-INF/web.xml"

Patching component oracle.xdk.rsf, 10.2.0.5.0...
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libxml10.a"  with "lib/libxml10.a/lpxpar.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib32/libxml10.a"  with "lib32/libxml10.a/lpxpar.o"

Patching component oracle.precomp.common, 10.2.0.5.0...

Patching component oracle.rdbms.rman, 10.2.0.5.0...
Copying file to "/u01/app/oracle/product/10.2.0/db/rdbms/admin/recover.bsq"

Patching component oracle.sdo.locator, 10.2.0.5.0...
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libordsdo10.a"  with "lib/libordsdo10.a/mdidx.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libordsdo10.a"  with "lib/libordsdo10.a/mdrcr.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libordsdo10.a"  with "lib/libordsdo10.a/mdrt.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libordsdo10.a"  with "lib/libordsdo10.a/mdopp.o"
Updating archive file "/u01/app/oracle/product/10.2.0/db/lib/libordsdo10.a"  with "lib/libordsdo10.a/mdgr.o"
Copying file to "/u01/app/oracle/product/10.2.0/db/md/admin/mdprivs.sql"

Patching component oracle.network.listener, 10.2.0.5.0...

Patching component oracle.network.client, 10.2.0.5.0...
Copying file to "/u01/app/oracle/product/10.2.0/db/bin/adapters"

Patching component oracle.ovm, 10.2.0.5.0...
Copying file to "/u01/app/oracle/product/10.2.0/db/rdbms/admin/owmr1116.plb"
Copying file to "/u01/app/oracle/product/10.2.0/db/rdbms/admin/owmv1116.plb"

Patching component oracle.oem.oemlt, 10.2.0.5.0...
Copying file to "/u01/app/oracle/product/10.2.0/db/rdbms/admin/execocm.sql"

Patching component oracle.javavm.server, 10.2.0.5.0...
Copying file to "/u01/app/oracle/product/10.2.0/db/lib/libjox10.so"
Copying file to "/u01/app/oracle/product/10.2.0/db/lib32/libjox10.so"
Running make for target client_sharedlib
Running make for target ioracle
Running make for target iwrap
Running make for target client_sharedlib
Running make for target proc
Running make for target irman
Running make for target itnslsnr
ApplySession adding interim patch '16619894' to inventory

Verifying the update...
Inventory check OK: Patch ID 16619894 is registered in Oracle Home inventory with proper meta-data.
Files check OK: Files from Patch ID 16619894 are present in Oracle Home.

The local system has been patched and can be restarted.


OPatch succeeded.


最後的步驟,跑指令碼:
cd $ORACLE_HOME/rdbms/admin
sqlplus /nolog
SQL> CONNECT / AS SYSDBA
SQL> STARTUP
SQL> @catbundle.sql psu apply
SQL> -- Execute the next statement only if this is the first PSU applied for 10.2.0.5 or this is the first PSU applied since 10.2.0.5.3.
SQL> @utlrp.sql
SQL> QUIT


最終驗證:
[oracle@test 10248542]$ /u01/app/oracle/product/10.2.0/db/OPatch/opatch lsinventory details
Invoking OPatch 10.2.0.5.1

Oracle Interim Patch Installer version 10.2.0.5.1
Copyright (c) 2010, Oracle Corporation.  All rights reserved.


Oracle Home       : /u01/app/oracle/product/10.2.0/db
Central Inventory : /u01/app/oracle/oraInventory
   from           : /etc/oraInst.loc
OPatch version    : 10.2.0.5.1
OUI version       : 10.2.0.5.0
OUI location      : /u01/app/oracle/product/10.2.0/db/oui
Log file location : /u01/app/oracle/product/10.2.0/db/cfgtoollogs/opatch/opatch2015-04-21_11-17-27AM.log

Patch history file: /u01/app/oracle/product/10.2.0/db/cfgtoollogs/opatch/opatch_history.txt

Lsinventory Output file location : /u01/app/oracle/product/10.2.0/db/cfgtoollogs/opatch/lsinv/lsinventory2015-04-21_11-17-27AM.txt

--------------------------------------------------------------------------------
Installed Top-level Products (2):

Oracle Database 10g                                                  10.2.0.1.0
Oracle Database 10g Release 2 Patch Set 4                            10.2.0.5.0
There are 2 products installed in this Oracle Home.


Interim patches (1) :

Patch  16619894     : applied on Tue Apr 21 11:06:42 CST 2015
Unique Patch ID:  16519126
   Created on 28 Jun 2013, 01:27:47 hrs PST8PDT
   Bugs fixed:
     13596521, 8865718, 11790175, 13489660, 9020537, 9772888, 8650138
     8664189, 10091698, 14275629, 14469008, 10092858, 12551710, 7519406
     9821321, 13349665, 8771916, 7509714, 16619894, 8822531, 10139235
     10159846, 13257247, 8350262, 11792865, 7119382, 13632738, 11724962
     16309604, 16309605, 16309606, 8966823, 9320130, 16961614, 16961615
     13775862, 16961616, 11674645, 16961617, 16961618, 15877957, 7026523
     16961619, 15877958, 15877959, 9399589, 14841459, 9672816, 13503598
     9499302, 9150282, 9448311, 9659614, 13632743, 14220725, 9949948, 8882576
     10327179, 7612454, 7111619, 9711859, 9714832, 9735237, 9952230, 15877960
     12780098, 13561951, 15877961, 15877962, 14665116, 15877963, 8660422
     11066597, 16703112, 16279401, 14546673, 14105702, 14459552, 9713537
     14105703, 14105704, 13483152, 13737773, 13737775, 14269955, 12925532
     12748240, 9694101, 14390396, 12862186, 12862187, 10249537, 14727319
     9586877, 8211733, 6694396, 9548269, 7115910, 7710224, 9337325, 8354642
     7602341, 14076510, 10157402, 11856395, 12565867, 6402302, 10327190
     10269717, 13015379, 11693109, 14023636, 10017048, 8546356, 8394351
     9024850, 13561750, 8224558, 9770451, 9360157, 8488233, 9109487, 10132870
     14841558, 9171933, 16817117, 10173237, 9532911, 10068982, 7361418
     10306945, 8666117, 11725006, 6157713, 10214450, 9184754, 14205448
     8544696, 9767674, 16306019, 9323583, 8277300, 13343467, 16279211
     9726739, 16382448, 13791364, 8412426, 10326338, 10165083, 10208905
     12419392, 6651220, 9145204, 13554409, 11076894, 7450366, 11893577
     8970313, 14492313, 6690853, 6011045, 14492314, 11814891, 10162036
     14492315, 10248542, 14492316, 16742123, 9469117, 13359623, 9952270
     9842573, 13343471, 12710774, 10324526, 14546638, 12419258, 9322219
     8636407, 16056270, 10010310, 12828105, 9689310, 9390484, 13736501
     13736502, 9824435, 13736503, 13736504, 13736505, 13736506, 9963497
     9032322, 13736507, 12551700, 12551701, 14035825, 12551702, 11858315
     12551703, 12551704, 10076669, 16270946, 12551705, 12551706, 14040433
     12551707, 6076890, 14258925, 12551708, 9308296, 13916709, 12827745
     12880299, 14038805, 13923855, 9072105, 8528171, 11737047



--------------------------------------------------------------------------------

OPatch succeeded.

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/26753337/viewspace-1618235/,如需轉載,請註明出處,否則將追究法律責任。

相關文章