Text box

Please note that the problems that i face may not be the same that exist on your environment so please test before applying the same steps i followed to solve the problem .

Wednesday 29 August 2012

Applying patch set update 11.2.0.3.3 to 11.2.0.3.0 on linux86-64 with no grid infrastructure

The steps to do the patching is listed below:
1-The patch needs opatch utility version 11.2.0.3.0 or later to apply this patch. Oracle recommends that you use the latest released OPatch 11.2, which is available for download from My Oracle Support patch 6880880 by selecting the 11.2.0.0.0 release.
For information about OPatch documentation, including any known issues, see My Oracle Support Note 293369.1 OPatch documentation list.

After downloading the Opatch expand it using unzip utility and move the Opatch directory inside the database home to Opatch.original.now copy the folder you expanded to the oracle home drectory.

The steps:
[oracle@caisvoim02 ~]$ unzip p6880880_112000_Linux-x86-64.zip
Archive:  p6880880_112000_Linux-x86-64.zip
   creating: OPatch/
   creating: OPatch/oplan/
  inflating: OPatch/oplan/README.html
  inflating: OPatch/oplan/README.txt
............................................................
   creating: OPatch/oplan/jlib/
  inflating: OPatch/crs/patch112.pl
  inflating: OPatch/crs/s_crsconfig_defs
  inflating: OPatch/crs/s_crsconfig_lib.pm
[oracle@caisvoim02 ~]$ ls
13923374                                p10404530_112030_Linux-x86-64_2of7.zip
OPatch                                  p13923374_112030_Linux-x86-64.zip
oradiag_oracle                          p6880880_112000_Linux-x86-64.zip
p10404530_112030_Linux-x86-64_1of7.zip
[oracle@caisvoim02 ~]$ mv $ORACLE_HOME/Opatch Opatch.original
[oracle@caisvoim02 ~]$ cp -rfp OPatch $ORACLE_HOME/
The patch 13923374 is for stand alone database only.
download the patch from metalink and unzip the patch using unzip utility. it should create a folder named 13923374 as shown below:

[oracle@caisvoim02 ~]$ unzip p13923374_112030_Linux-x86-64.zip
Archive:  p13923374_112030_Linux-x86-64.zip
   creating: 13923374/
  inflating: 13923374/patchmd.xml
   creating: 13923374/13923374/
   creating: 13923374/13923374/files/
   .........................................
   creating: 13923374/13343438/etc/xml/
  inflating: 13923374/13343438/etc/xml/ShiphomeDirectoryStructure.xml
  inflating: 13923374/13343438/etc/xml/GenericActions.xml
  inflating: 13923374/README.html
[oracle@caisvoim02 ~]$ ls
13923374                                p10404530_112030_Linux-x86-64_2of7.zip
OPatch                                  p13923374_112030_Linux-x86-64.zip
oradiag_oracle                          p6880880_112000_Linux-x86-64.zip
p10404530_112030_Linux-x86-64_1of7.zip
To apply the patch to stand alone database with no grid infrastructure make sure to shutdown the lisener and the database and follow below steps to apply PSU to the database:

[oracle@caisvoim02 dbhome_1]$ sqlplus / as sysdba
SQL*Plus: Release 11.2.0.3.0 Production on Wed Aug 29 13:12:50 2012
Copyright (c) 1982, 2011, Oracle.  All rights reserved.
Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
SQL> show parameter name
NAME                                 TYPE        VALUE
------------------------------------ ----------- ------------------------------
db_file_name_convert                 string
db_name                              string      OIMDB
db_unique_name                       string      OIMDB
global_names                         boolean     FALSE
instance_name                        string      OIMDB
lock_name_space                      string
log_file_name_convert                string
processor_group_name                 string
service_names                        string      OIMDB
SQL> shutdown immediate
Database closed.
Database dismounted.
ORACLE instance shut down.
SQL>
also we have to shutdown the listener:
[oracle@caisvoim02 dbhome_1]$ lsnrctl
LSNRCTL for Linux: Version 11.2.0.3.0 - Production on 29-AUG-2012 13:14:06
Copyright (c) 1991, 2011, Oracle.  All rights reserved.
Welcome to LSNRCTL, type "help" for information.
LSNRCTL> status
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=caisvoim02)(PORT=1521)))
STATUS of the LISTENER
------------------------
Alias                     LISTENER
Version                   TNSLSNR for Linux: Version 11.2.0.3.0 - Production
Start Date                29-AUG-2012 13:13:57
Uptime                    0 days 0 hr. 0 min. 10 sec
Trace Level               off
Security                  ON: Local OS Authentication
SNMP                      OFF
Listener Parameter File   /app/oracle/product/11.2.0/dbhome_1/network/admin/listener.ora
Listener Log File         /app/oracle/diag/tnslsnr/caisvoim02/listener/alert/log.xml
Listening Endpoints Summary...
  (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=caisvoim02)(PORT=1521)))
  (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1521)))
The listener supports no services
The command completed successfully
LSNRCTL>
To apply the patch:
[oracle@caisvoim02 ~]$ cd 13923374 [oracle@caisvoim02 13923374]$ /app/oracle/product/11.2.0/dbhome_1/OPatch/opatch apply Oracle Interim Patch Installer version 11.2.0.3.0 Copyright (c) 2012, Oracle Corporation. All rights reserved. Oracle Home : /app/oracle/product/11.2.0/dbhome_1 Central Inventory : /app/oraInventory from : /app/oracle/product/11.2.0/dbhome_1/oraInst.loc OPatch version : 11.2.0.3.0 OUI version : 11.2.0.3.0 Log file location : /app/oracle/product/11.2.0/dbhome_1/cfgtoollogs/opatch/opatch2012-08-29_12-24-15PM_1.log Verifying environment and performing prerequisite checks... Prerequisite check "CheckActiveFilesAndExecutables" failed. The details are: Following executables are active : /app/oracle/product/11.2.0/dbhome_1/bin/tnslsnr UtilSession failed: Prerequisite check "CheckActiveFilesAndExecutables" failed. Log file location: /app/oracle/product/11.2.0/dbhome_1/cfgtoollogs/opatch/opatch2012-08-29_12-24-15PM_1.log OPatch failed with error code 73 [oracle@caisvoim02 13923374]$ lsnrctl LSNRCTL for Linux: Version 11.2.0.3.0 - Production on 29-AUG-2012 11:24:45 Copyright (c) 1991, 2011, Oracle. All rights reserved. Welcome to LSNRCTL, type "help" for information. LSNRCTL> status Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=caisvoim02)(PORT=1521))) STATUS of the LISTENER ------------------------ Alias LISTENER Version TNSLSNR for Linux: Version 11.2.0.3.0 - Production Start Date 27-AUG-2012 15:29:38 Uptime 1 days 19 hr. 55 min. 9 sec Trace Level off Security ON: Local OS Authentication SNMP OFF Listener Parameter File /app/oracle/product/11.2.0/dbhome_1/network/admin/listener.ora Listener Log File /app/oracle/diag/tnslsnr/caisvoim02/listener/alert/log.xml Listening Endpoints Summary... (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=caisvoim02)(PORT=1521))) (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1521))) The listener supports no services The command completed successfully LSNRCTL> stop Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=caisvoim02)(PORT=1521))) The command completed successfully LSNRCTL> LSNRCTL> LSNRCTL> LSNRCTL> LSNRCTL> LSNRCTL> exit [oracle@caisvoim02 13923374]$ /app/oracle/product/11.2.0/dbhome_1/OPatch/opatch apply Oracle Interim Patch Installer version 11.2.0.3.0 Copyright (c) 2012, Oracle Corporation. All rights reserved. Password (optional): Unable to establish connection to Oracle Configuration Manager server. Hostname (https://ccr.oracle.com) is unknown. Unable to establish a network connection to Oracle. Specify the URL for an Oracle Support Hub in this format: http[s]://<OracleSupportHubHost>:<OracleSupportHubPort> If you do not wish to configure OCM through an Oracle Support Hub, enter NONE Oracle Support Hub URL: NONE Unable to establish a network connection to Oracle. If your systems require a proxy server for outbound Internet connections, enter the proxy server details in this format: [<proxy-user>@]<proxy-host>[:<proxy-port>] If you want to remain uninformed of critical security issues in your configuration, enter NONE Proxy specification: NONE Please shutdown Oracle instances running out of this ORACLE_HOME on the local system. (Oracle Home = '/app/oracle/product/11.2.0/dbhome_1') Is the local system ready for patching? [y|n] y User Responded with: Y Backing up files... Applying sub-patch '13343438' to OH '/app/oracle/product/11.2.0/dbhome_1' Patching component oracle.rdbms.rsf, 11.2.0.3.0... Patching component oracle.rdbms, 11.2.0.3.0... Patching component oracle.rdbms.dbscripts, 11.2.0.3.0... Verifying the update... Applying sub-patch '13696216' to OH '/app/oracle/product/11.2.0/dbhome_1' Patching component oracle.rdbms.rsf, 11.2.0.3.0... Patching component oracle.rdbms, 11.2.0.3.0... Patching component oracle.sdo.locator, 11.2.0.3.0... Patching component oracle.sysman.console.db, 11.2.0.3.0... Patching component oracle.sysman.oms.core, 10.2.0.4.4... Verifying the update... Applying sub-patch '13923374' to OH '/app/oracle/product/11.2.0/dbhome_1' ApplySession: Optional component(s) [ oracle.network.cman, 11.2.0.3.0 ] not present in the Oracle Home or a higher version is found. Patching component oracle.rdbms.rsf, 11.2.0.3.0... Patching component oracle.rdbms, 11.2.0.3.0... Patching component oracle.rdbms.dbscripts, 11.2.0.3.0... Patching component oracle.network.rsf, 11.2.0.3.0... Patching component oracle.network.listener, 11.2.0.3.0... Patching component oracle.sysman.console.db, 11.2.0.3.0... Verifying the update... Composite patch 13923374 successfully applied. Log file location: /app/oracle/product/11.2.0/dbhome_1/cfgtoollogs/opatch/opatch2012-08-29_12-24-59PM_1.log OPatch succeeded.

After applying the patch we have to load modified SQL files into the database:

SQL> startup ORACLE instance started. Total System Global Area 534462464 bytes Fixed Size 2230072 bytes Variable Size 239077576 bytes Database Buffers 285212672 bytes Redo Buffers 7942144 bytes Database mounted. Database opened. SQL> !ls $ORACLE_HOME/rdbms/admin/catbundle.sql /app/oracle/product/11.2.0/dbhome_1/rdbms/admin/catbundle.sql SQL> @$ORACLE_HOME/rdbms/admin/catbundle.sql psu apply PL/SQL procedure successfully completed. PL/SQL procedure successfully completed. PL/SQL procedure successfully completed. Generating apply and rollback scripts... Check the following file for errors: /app/oracle/product/11.2.0/dbhome_1/cfgtoollogs/catbundle/catbundle_PSU_OIMDB_GENERATE_2012Aug29_11_31_10.log Apply script: /app/oracle/product/11.2.0/dbhome_1/rdbms/admin/catbundle_PSU_OIMDB_APPLY.sql Rollback script: /app/oracle/product/11.2.0/dbhome_1/rdbms/admin/catbundle_PSU_OIMDB_ROLLBACK.sql PL/SQL procedure successfully completed. Executing script file... SQL> COLUMN spool_file NEW_VALUE spool_file NOPRINT SQL> SELECT '/app/oracle/product/11.2.0/dbhome_1/cfgtoollogs/catbundle/' || 'catbundle_PSU_' || name || '_APPLY_' || TO_CHAR(SYSDATE, 'YYYYMonDD_hh24_mi_ss', 'NLS_DATE_LANGUAGE=''AMERICAN''') || '.log' AS spool_file FROM v$database; SQL> SPOOL &spool_file SQL> exec dbms_registry.set_session_namespace('SERVER') PL/SQL procedure successfully completed. SQL> PROMPT Processing Oracle Database Packages and Types... Processing Oracle Database Packages and Types... SQL> ALTER SESSION SET current_schema = sys; Session altered. SQL> @?/psu/scripts/bug9858539.sql SQL> Rem SQL> Rem $Header: rdbms/admin/bug9858539.sql /st_rdbms_11.2.0.3.0dbpsu/1 2012/04/19 06:42:27 mjangir Exp $ SQL> Rem SQL> Rem bug9858539.sql SQL> Rem SQL> Rem Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved. SQL> Rem SQL> Rem NAME SQL> Rem bug9858539.sql - <one-line expansion of the name> SQL> Rem SQL> Rem DESCRIPTION SQL> Rem <short description of component this file declares/defines> SQL> Rem SQL> Rem NOTES SQL> Rem <other useful comments, qualifications, etc.> SQL> Rem SQL> Rem MODIFIED (MM/DD/YY) SQL> Rem mjangir 04/18/12 - Created SQL> Rem SQL> SQL> SET ECHO ON SQL> SET FEEDBACK 1 SQL> SET NUMWIDTH 10 SQL> SET LINESIZE 80 SQL> SET TRIMSPOOL ON SQL> SET TAB OFF SQL> SET PAGESIZE 100 SQL> SQL> -- load XSL stylesheets connect / as sysdba SQL> SQL> execute sys.dbms_metadata_util.load_stylesheets; PL/SQL procedure successfully completed. SQL> @?/rdbms/admin/prvsawr.plb SQL> /* ------------------------------------------------------------------------- > * DBMS_SWRF_REPORT_INTERNAL PACKAGE SQL> * SQL> * This package will handle the reporting for AWR. The report main SQL> * routine will be called by the dbms_workload_repository.awr_report SQL> * function. SQL> * ------------------------------------------------------------------------- */ SQL> /* SQL> * ------------------------------------------------------------------------- SQL> * DBMS_SWRF_REPORT_INTERNAL error code summary SQL> * SQL> * -20001 : error in the report main, at the top of the error stack SQL> * -20002: internal error in ith_displayable_child routine when passed SQL> * invalid arg tree_idx SQL> * -20003: internal error in ith_displayable child routine when passed SQL> * invalid arg child_idx SQL> * -20004: invalid argument passed to dflt_align_for_type, internally SQL> * -20005: error initializing the report due to missing snapshot data SQL> * -20006: missing start value for dba_hist_librarycache SQL> * -20007: missing end value for dba_hist_librarycache SQL> * -20008: missing init.ora param SQL> * -20009: missing system stat SQL> * -20010: missing start value for dba_hist_waitstat SQL> * -20011: missing end value for dba_hist_waitstat SQL> * -20012: missing start time wait value for dba_hist_system_event SQL> * -20013: missing end time wait value for dba_hist_system_event SQL> * -20014: missing start value for DBA_HIST_LATCH gets and misses SQL> * -20015: missing end value for DBA_HIST_LATCH gets and misses SQL> * -20016: missing value for SGASTAT SQL> * -20017: Missing start value for DLM statistic SQL> * -20018: Missing end value for DLM statistic SQL> * -20019: invalid begin_snap/end_snap pair specified by user SQL> * -20020: invalid dbid/inst_num pair specified by user SQL> * -20021: missing start value for time model stat SQL> * -20022: missing end value for time model stat SQL> * -20023: missing start and end values for time model stat SQL> * -20024: failed to reset time zone SQL> * SQL> * -20100: invalid flush level specified to create_snapshot SQL> * -20101: no valid snapshots in range (bid, eid) for database id dbid SQL> * -20102: user name 'schname' is invalid SQL> * -20103: directory name 'dmpdir' is invalid SQL> * -20104: not allowed to specify the 'SYS' user SQL> * -20105: unable to move AWR data from schema to SYS SQL> * -20106: cannot move data from newer AWR schema SQL> * -20107: not allowed to move AWR data for local dbid SQL> * -20108: cannot move data from newer AWR schema SQL> * -20109: error encountered during move_to_awr SQL> * -20110: invalid Top N SQL value. not allowed to specify 0 or 1. SQL> * -20111: invalid Top N SQL string: topnsql SQL> * SQL> * -20500: Invalid input to generate ASH report SQL> * -20501: Invalid input to helper function to create report SQL> * SQL> * -20600: Invalid (dbid, version) for DB Feature Usage SQL> * -20601: Invalid (dbid, version) for High Water Mark SQL> */ SQL> create or replace package dbms_swrf_report_internal wrapped 2 a000000 15 abcd 16 abcd 17 abcd 18 abcd 19 9 20 9738 206d 21 evIH7Hvw061aB+cWkM5JC6OuMFkwg1VMHscFYaeacjrVV7y3DcdJ3qL8THiQa1paBuxmiKyb 22 jA9XGGLG7MWn6vETn7ADqvjhj5mPHXsaiVXaHinNLqTk/61XlnZ2qRqw/eqSNj4oD7zNFVX+ 135 136 / Package created. SQL> SHOW ERRORS; No errors. SQL> @?/rdbms/admin/prvtawr.plb SQL> /* ------------------------------------------------------------------------- > * DBMS_SWRF_REPORT_INTERNAL PACKAGE BODY SQL> * SQL> * This package will handle the reporting for AWR. It will have the SQL> * following interfaces: SQL> * ------------------------------------------------------------------------- */ SQL> create or replace package body dbms_swrf_report_internal wrapped 2 a000000 3 1 12 abcd 13 abcd 14 abcd 15 abcd 16 abcd 17 abcd 18 abcd 19 b 20 8a8a7 1752c 21 kJdswIBy2atlN05e2rPpIOORqLYwg4pz9hL9eMIWXz/BZN3/owOhG6BW+qHJ4JWtrrd+oXpI 22 wilIJcIXZHOba2yDPIiT0sjDZYfau/nNWwK6hhl9GzItgEFfYvdna2lcTcWOngJSdxKIkNtN 23 EzOaUW2/TzwDgSwK/gM9Bk7ADVhMhyBvCh46lKtd8DnmpSw61mn1p9fCMG7JtzFwIXV0UZGl .....................................................
...................................................... 1329 ka1oEYTwlxs7hcqGoJE+iYdHcoIUQG0UE5W3H7WGtR0rVWgD 1330 1331 / Package body created. SQL> show errors; No errors. SQL> /* -------------------------------------------- > * DBMS_WORKLOAD_REPOSITORY package body SQL> * -------------------------------------------- */ SQL> CREATE OR REPLACE PACKAGE BODY dbms_workload_repository wrapped 2 a000000 3 1 4 abcd 5 abcd ...............................
............................... 121 kDQP 122 123 / Package body created. SQL> SHOW ERRORS; No errors. SQL> @?/rdbms/admin/prvtawrs.plb SQL> CREATE OR REPLACE PACKAGE BODY dbms_awr_report_layout wrapped 2 a000000 3 1 4 abcd 5 abcd 6 abcd ..............................................
.............................................. 3114 ECNCCHK1wbVbMHoTLw== 3115 3116 / Package body created. SQL> SHOW ERRORS; No errors. SQL> ALTER SESSION SET current_schema = SYS; Session altered. SQL> PROMPT Updating registry... Updating registry... SQL> INSERT INTO registry$history 2 (action_time, action, 3 namespace, version, id, 4 bundle_series, comments) 5 VALUES 6 (SYSTIMESTAMP, 'APPLY', 7 SYS_CONTEXT('REGISTRY$CTX','NAMESPACE'), 8 '11.2.0.3', 9 3, 10 'PSU', 11 'PSU 11.2.0.3.3'); 1 row created. SQL> COMMIT; Commit complete. SQL> SPOOL off SQL> SET echo off Check the following log file for errors: /app/oracle/product/11.2.0/dbhome_1/cfgtoollogs/catbundle/catbundle_PSU_OIMDB_APPLY_2012Aug29_11_31_11.log SQL> exit Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production With the Partitioning, OLAP, Data Mining and Real Application Testing options

To check the oracle logs for the loading the modified sql into the database :

[oracle@caisvoim02 13923374]$ cd $ORACLE_HOME/cfgtoollogs/catbundle [oracle@caisvoim02 catbundle]$ ls catbundle_PSU_OIMDB_APPLY_2012Aug29_11_31_11.log catbundle_PSU_OIMDB_GENERATE_2012Aug29_11_31_10.log
 

References:

End of the steps.


Wednesday 8 August 2012

Force termination of a concurrent request


To force a concurrent request to terminate do the below:
SQL> update fnd_concurrent_requests
set status_code='X', phase_code='C'
where request_id=xxxxxx;

SQL> commit;

Then run CMCLEAN.sql script and restart the concurrent manager.


Install oracle grid control agent on Linux X86-64 bit


I will run the installer after modifying the response file as follows:


[oracle@SVCRMDEV01 agent]$ ./runInstaller -silent -responseFile /Oracle/product/stage/agsfw/linux_x64/response/additional_agent.rsp -invPtrLoc /Oracle/product/oraclehomes/oraInst.loc
Starting Oracle Universal Installer...

Checking Temp space: must be greater than 150 MB.   Actual 30524 MB    Passed
Checking swap space: must be greater than 150 MB.   Actual 3867 MB    Passed
Preparing to launch Oracle Universal Installer from /Oracle/product/stage/temp/OraInstall2012-08-07_11-04-39AM. Please wait ...[oracle@SVCRMDEV01 agent]$ *** Check for updates ***
*** Select Installation Type ***
*** Check Prerequisites ***
*** Specify Oracle Management Service Location ***
The specified Management Service on host csemp1.bss.etisalat.eg at port 1159 is unreachable. Check the connection details for the Management Service to ensure that you entered the value for the host name correctly






ERROR: Silent Install has failed. Please check the log files for more details.

[oracle@SVCRMDEV01 agent]$ cat /etc/hosts
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1               localhost.localdomain localhost
::1             localhost6.localdomain6 localhost6
10.195.90.11    SVCRMDEV01
[oracle@SVCRMDEV01 agent]$ cat /etc/hosts
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1               localhost.localdomain localhost
::1             localhost6.localdomain6 localhost6
10.195.90.11    SVCRMDEV01
[oracle@SVCRMDEV01 agent]$ cat /etc/hosts
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1               localhost.localdomain localhost
::1             localhost6.localdomain6 localhost6
10.195.90.11    SVCRMDEV01
[oracle@SVCRMDEV01 agent]$ cat /etc/hosts
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1               localhost.localdomain localhost
::1             localhost6.localdomain6 localhost6
10.195.90.11    SVCRMDEV01
10.195.2.239  csemp.bss.etisalat.eg    csemp
10.195.2.72    csemp1.bss.etisalat.eg  csemp1
[oracle@SVCRMDEV01 agent]$ ./runInstaller -silent -responseFile /Oracle/product/stage/agsfw/linux_x64/response/additional_agent.rsp -invPtrLoc /Oracle/product/oraclehomes/oraInst.loc
Starting Oracle Universal Installer...

Checking Temp space: must be greater than 150 MB.   Actual 30318 MB    Passed
Checking swap space: must be greater than 150 MB.   Actual 5008 MB    Passed
Preparing to launch Oracle Universal Installer from /Oracle/product/stage/temp/OraInstall2012-08-08_01-26-03PM. Please wait ...[oracle@SVCRMDEV01 agent]$ *** Check for updates ***
*** Select Installation Type ***
*** Check Prerequisites ***
*** Specify Oracle Management Service Location ***
*** Customize Ports ***
*** Review ***

-----------------------------------------------------------------------------
Summary
Global Settings
    Source: /Oracle/product/stage/agsfw/linux_x64/agent//stage/../stage/products.xml
    Oracle Home: /Oracle/product/agent11g (agent11g1)
    Installation Type: Complete
Product Languages
   English
Space Requirements
   /Oracle/ Required 1.07GB (includes 34MB temporary) : Available 29.40GB
New Installations (58 products)
   Oracle Management Agent 11.1.0.1.0
   Agent Virtualization 11.1.0.1.0
   Enterprise Manager Agent 11.1.0.1.0
   Enterprise Manager Agent Core Files 11.1.0.1.0
   Secure Socket Layer 11.1.0.7.0
   Oracle Recovery Manager 11.1.0.7.0
   Enterprise Manager Common Files 11.1.0.1.0
   Enterprise Manager Common Core Files 11.1.0.1.0
   Required Support Files 11.1.0.7.0
   Oracle RAC Required Support Files-HAS 11.1.0.7.0
   Oracle JDBC/THIN Interfaces 11.1.0.7.0
   Oracle JDBC/OCI Instant Client 11.1.0.7.0
   Oracle Globalization Support 11.1.0.7.0
   Oracle Net Required Support Files 11.1.0.7.0
   SSL Required Support Files for InstantClient 11.1.0.7.0
   LDAP Required Support Files 11.1.0.7.0
   Oracle Globalization Support 11.1.0.7.0
   Perl Interpreter 5.10.0.0.1
   Perl Modules 5.10.0.0.1
   Expat libraries 2.0.1.0.1
   XML Parser for Java 11.1.0.7.0
   Precompiler Required Support Files 11.1.0.7.0
   RDBMS Required Support Files 11.1.0.7.0
   RDBMS Required Support Files for Instant Client 11.1.0.7.0
   Parser Generator Required Support Files 11.1.0.7.0
   Platform Required Support Files 11.1.0.7.0a
   Patch for Oracle Process Management Notification 10.1.3.4.0
   Oracle Process Management Notification 10.1.3.0.0
   Agent Required Support Files 10.2.0.4.1
   XDK Required Support Files 11.1.0.7.0
   SQL*Plus Required Support Files 11.1.0.7.0
   Secure Socket Layer 11.1.0.7.0
   Oracle Core Required Support Files 11.1.0.7.0
   Enterprise Manager Agent for Grid Control 11.1.0.1.0
   Installation Common Files 11.1.0.7.0
   Oracle Configuration Manager 10.3.2.1.0
   Oracle Bali Share 11.1.1.2.0
   Enterprise Manager Application Server Integrator Plugin -- Agent Support 11.1.0.2.0
   Oracle Dynamic Monitoring Service Patch 10.1.2.3.0
   Oracle Dynamic Monitoring Service 10.1.2.1.0
   Enterprise Manager Application Server Plugin -- Agent Support 11.1.0.1.0
   Enterprise Manager Application Server Plugin -- Common Support 11.1.0.1.0
   Enterprise Manager Database Plugin -- Agent Support 11.1.0.1.0
   Enterprise Manager Siebel Plugin -- Agent Support 11.1.0.1.0
   Provisioning Advisor Framework Common Files For Agent and OMS 11.1.0.1.0
   Common component for  Virtualization 11.1.0.1.0
   Oracle Notification Service (eONS) 11.2.0.1.0
   Enterprise Manager Collaboration Suite Plugin -- Agent Support 11.1.0.1.0
   Oracle Notification Service 10.1.3.0.0
   Oracle Required Support Files 32 bit 11.1.0.7.0
   OracleAS HTTP Client 11.1.1.2.0
   OracleAS J2EE BULKOPS 11.0.0.0.0
   Oracle Wallet Manager 11.1.0.7.0
   Oracle Security Developer Tools 11.1.0.7.0
   Oracle Universal Installer 11.1.0.8.0
   Oracle One-Off Patch Installer 11.1.0.8.0
   Installer SDK Component 11.1.0.8.0
   Sun JDK 1.6.0.14.0
-----------------------------------------------------------------------------
Installation in progress
.................................................................Installation in progress
..................
Install successful
Linking in progress

Link successful
Setup in progress
.......
Setup successful

Warning: The following configuration scripts needs to be executed as the "root" user
  /Oracle/product/agent11g/root.sh
To execute the configuration scripts:
 1. Open a new  terminal window
 2. Login in as "root"
 3. Run the scripts

Running Configuration assistant "Agent Oneoff Patch Application"

The ORACLE HOME is /Oracle/product/agent11gThe install isLocal is trueThe command is opatch apply -invPtrLoc /Oracle/product/agent11g/oraInst.loc -silent   -local
 Unjarring the oneoff 5336126.zip ...
 /Oracle/product/agent11g/jdk/bin/jar xvf /Oracle/product/agent11g/install/oneoffs/111010/5336126.zip
  created: 5336126/
  created: 5336126/files/
  created: 5336126/files/lib/
  created: 5336126/files/lib/dms.jar/
  created: 5336126/files/lib/dms.jar/oracle/
  created: 5336126/files/lib/dms.jar/oracle/core/
  created: 5336126/files/lib/dms.jar/oracle/core/ojdl/
 inflated: 5336126/files/lib/dms.jar/oracle/core/ojdl/LogMessage$InstanceId.class
 inflated: 5336126/files/lib/dms.jar/oracle/core/ojdl/LogMessage$MessageArgument.class
 inflated: 5336126/files/lib/dms.jar/oracle/core/ojdl/LogMessage.class
 inflated: 5336126/files/lib/dms.jar/oracle/core/ojdl/MessageType.class
  created: 5336126/files/diagnostics/
  created: 5336126/files/diagnostics/lib/
  created: 5336126/files/diagnostics/lib/ojdl.jar/
  created: 5336126/files/diagnostics/lib/ojdl.jar/oracle/
  created: 5336126/files/diagnostics/lib/ojdl.jar/oracle/core/
  created: 5336126/files/diagnostics/lib/ojdl.jar/oracle/core/ojdl/
 inflated: 5336126/files/diagnostics/lib/ojdl.jar/oracle/core/ojdl/LogMessage$InstanceId.class
 inflated: 5336126/files/diagnostics/lib/ojdl.jar/oracle/core/ojdl/LogMessage$MessageArgument.class
 inflated: 5336126/files/diagnostics/lib/ojdl.jar/oracle/core/ojdl/LogMessage.class
 inflated: 5336126/files/diagnostics/lib/ojdl.jar/oracle/core/ojdl/MessageType.class
 inflated: 5336126/files/diagnostics/lib/ojdl.jar/oracle/core/ojdl/ODL11Formatter.class
  created: 5336126/files/diagnostics/lib/ojdl.jar/oracle/core/ojdl/reader/
 inflated: 5336126/files/diagnostics/lib/ojdl.jar/oracle/core/ojdl/reader/AccessLogReader.class
 inflated: 5336126/files/diagnostics/lib/ojdl.jar/oracle/core/ojdl/reader/BaseTextLogReader.class
 inflated: 5336126/files/diagnostics/lib/ojdl.jar/oracle/core/ojdl/reader/BufferedLogFileReader.class
 inflated: 5336126/files/diagnostics/lib/ojdl.jar/oracle/core/ojdl/reader/BusStopLogReader.class
 inflated: 5336126/files/diagnostics/lib/ojdl.jar/oracle/core/ojdl/reader/EOFParseException.class
 inflated: 5336126/files/diagnostics/lib/ojdl.jar/oracle/core/ojdl/reader/FileSet.class
 inflated: 5336126/files/diagnostics/lib/ojdl.jar/oracle/core/ojdl/reader/FileSetLogReader.class
 inflated: 5336126/files/diagnostics/lib/ojdl.jar/oracle/core/ojdl/reader/LogContentHandler.class
 inflated: 5336126/files/diagnostics/lib/ojdl.jar/oracle/core/ojdl/reader/LogFileReader.class
 inflated: 5336126/files/diagnostics/lib/ojdl.jar/oracle/core/ojdl/reader/LogParser.class
 inflated: 5336126/files/diagnostics/lib/ojdl.jar/oracle/core/ojdl/reader/LogReaderConstants.class
 inflated: 5336126/files/diagnostics/lib/ojdl.jar/oracle/core/ojdl/reader/LogRecordImpl.class
 inflated: 5336126/files/diagnostics/lib/ojdl.jar/oracle/core/ojdl/reader/MessageFormatFileSet.class
 inflated: 5336126/files/diagnostics/lib/ojdl.jar/oracle/core/ojdl/reader/ODLTextLogReader.class
 inflated: 5336126/files/diagnostics/lib/ojdl.jar/oracle/core/ojdl/reader/ODLTextLogReaderFactory.class
 inflated: 5336126/files/diagnostics/lib/ojdl.jar/oracle/core/ojdl/reader/SAXParserDriver.class
 inflated: 5336126/files/diagnostics/lib/ojdl.jar/oracle/core/ojdl/reader/SimpleTextLogReader.class
 inflated: 5336126/files/diagnostics/lib/ojdl.jar/oracle/core/ojdl/reader/TextLogReader.class
 inflated: 5336126/files/diagnostics/lib/ojdl.jar/oracle/core/ojdl/reader/UnformattedTextLogReader.class
 inflated: 5336126/files/diagnostics/lib/ojdl.jar/oracle/core/ojdl/reader/WebCacheLogReader.class
 inflated: 5336126/files/diagnostics/lib/ojdl.jar/oracle/core/ojdl/reader/XMLParser$CharBuf.class
 inflated: 5336126/files/diagnostics/lib/ojdl.jar/oracle/core/ojdl/reader/XMLParser.class
 inflated: 5336126/files/diagnostics/lib/ojdl.jar/oracle/core/ojdl/reader/oraclelog.dtd
  created: 5336126/etc/
  created: 5336126/etc/config/
 inflated: 5336126/etc/config/inventory
 inflated: 5336126/etc/config/actions
  created: 5336126/etc/xml/
 inflated: 5336126/etc/xml/GenericActions.xml
 inflated: 5336126/etc/xml/ShiphomeDirectoryStructure.xml
 inflated: 5336126/README.txt

 Applying opatch for the oneoff 5336126 ...
 /Oracle/product/agent11g/OPatch/opatch apply -invPtrLoc /Oracle/product/agent11g/oraInst.loc -silent   -local  -oh /Oracle/product/agent11g /Oracle/product/agent11g/install/oneoffs/111010/5336126

Invoking OPatch 11.1.0.8.0

Oracle Interim Patch Installer version 11.1.0.8.0
Copyright (c) 2009, Oracle Corporation.  All rights reserved.



Oracle Home       : /Oracle/product/agent11g
Central Inventory : /Oracle/product/oraclehomes/oraInventory
   from           : /Oracle/product/agent11g/oraInst.loc
OPatch version    : 11.1.0.8.0
OUI version       : 11.1.0.8.0
OUI location      : /Oracle/product/agent11g/oui
Log file location : /Oracle/product/agent11g/cfgtoollogs/opatch/opatch2012-08-08_13-27-00PM.log

Patch history file: /Oracle/product/agent11g/cfgtoollogs/opatch/opatch_history.txt


ApplySession applying interim patch '5336126' to OH '/Oracle/product/agent11g'


Running prerequisite checks...

You selected -local option, hence OPatch will patch the local system only.

Backing up files and inventory (not for auto-rollback) for the Oracle Home
Backing up files affected by the patch '5336126' for restore. This might take a while...
Backing up files affected by the patch '5336126' for rollback. This might take a while...


Patching component oracle.dms, 10.1.2.3.0...
Updating jar file "/Oracle/product/agent11g/lib/dms.jar" with "/lib/dms.jar/oracle/core/ojdl/LogMessage$InstanceId.class"

Updating jar file "/Oracle/product/agent11g/lib/dms.jar" with "/lib/dms.jar/oracle/core/ojdl/LogMessage$MessageArgument.class"
Updating jar file "/Oracle/product/agent11g/lib/dms.jar" with "/lib/dms.jar/oracle/core/ojdl/LogMessage.class"
Updating jar file "/Oracle/product/agent11g/lib/dms.jar" with "/lib/dms.jar/oracle/core/ojdl/MessageType.class"
Updating jar file "/Oracle/product/agent11g/diagnostics/lib/ojdl.jar" with "/diagnostics/lib/ojdl.jar/oracle/core/ojdl/LogMessage$InstanceId.class"

Updating jar file "/Oracle/product/agent11g/diagnostics/lib/ojdl.jar" with "/diagnostics/lib/ojdl.jar/oracle/core/ojdl/LogMessage$MessageArgument.class"
Updating jar file "/Oracle/product/agent11g/diagnostics/lib/ojdl.jar" with "/diagnostics/lib/ojdl.jar/oracle/core/ojdl/LogMessage.class"
Updating jar file "/Oracle/product/agent11g/diagnostics/lib/ojdl.jar" with "/diagnostics/lib/ojdl.jar/oracle/core/ojdl/MessageType.class"
Updating jar file "/Oracle/product/agent11g/diagnostics/lib/ojdl.jar" with "/diagnostics/lib/ojdl.jar/oracle/core/ojdl/ODL11Formatter.class"
Updating jar file "/Oracle/product/agent11g/diagnostics/lib/ojdl.jar" with "/diagnostics/lib/ojdl.jar/oracle/core/ojdl/reader/AccessLogReader.class"
Updating jar file "/Oracle/product/agent11g/diagnostics/lib/ojdl.jar" with "/diagnostics/lib/ojdl.jar/oracle/core/ojdl/reader/BaseTextLogReader.class"
Updating jar file "/Oracle/product/agent11g/diagnostics/lib/ojdl.jar" with "/diagnostics/lib/ojdl.jar/oracle/core/ojdl/reader/BufferedLogFileReader.class"
Updating jar file "/Oracle/product/agent11g/diagnostics/lib/ojdl.jar" with "/diagnostics/lib/ojdl.jar/oracle/core/ojdl/reader/BusStopLogReader.class"
Updating jar file "/Oracle/product/agent11g/diagnostics/lib/ojdl.jar" with "/diagnostics/lib/ojdl.jar/oracle/core/ojdl/reader/EOFParseException.class"
Updating jar file "/Oracle/product/agent11g/diagnostics/lib/ojdl.jar" with "/diagnostics/lib/ojdl.jar/oracle/core/ojdl/reader/FileSet.class"
Updating jar file "/Oracle/product/agent11g/diagnostics/lib/ojdl.jar" with "/diagnostics/lib/ojdl.jar/oracle/core/ojdl/reader/FileSetLogReader.class"
Updating jar file "/Oracle/product/agent11g/diagnostics/lib/ojdl.jar" with "/diagnostics/lib/ojdl.jar/oracle/core/ojdl/reader/LogContentHandler.class"
Updating jar file "/Oracle/product/agent11g/diagnostics/lib/ojdl.jar" with "/diagnostics/lib/ojdl.jar/oracle/core/ojdl/reader/LogFileReader.class"
Updating jar file "/Oracle/product/agent11g/diagnostics/lib/ojdl.jar" with "/diagnostics/lib/ojdl.jar/oracle/core/ojdl/reader/LogParser.class"
Updating jar file "/Oracle/product/agent11g/diagnostics/lib/ojdl.jar" with "/diagnostics/lib/ojdl.jar/oracle/core/ojdl/reader/LogReaderConstants.class"
Updating jar file "/Oracle/product/agent11g/diagnostics/lib/ojdl.jar" with "/diagnostics/lib/ojdl.jar/oracle/core/ojdl/reader/LogRecordImpl.class"
Updating jar file "/Oracle/product/agent11g/diagnostics/lib/ojdl.jar" with "/diagnostics/lib/ojdl.jar/oracle/core/ojdl/reader/MessageFormatFileSet.class"
Updating jar file "/Oracle/product/agent11g/diagnostics/lib/ojdl.jar" with "/diagnostics/lib/ojdl.jar/oracle/core/ojdl/reader/ODLTextLogReader.class"
Updating jar file "/Oracle/product/agent11g/diagnostics/lib/ojdl.jar" with "/diagnostics/lib/ojdl.jar/oracle/core/ojdl/reader/ODLTextLogReaderFactory.class"
Updating jar file "/Oracle/product/agent11g/diagnostics/lib/ojdl.jar" with "/diagnostics/lib/ojdl.jar/oracle/core/ojdl/reader/SAXParserDriver.class"
Updating jar file "/Oracle/product/agent11g/diagnostics/lib/ojdl.jar" with "/diagnostics/lib/ojdl.jar/oracle/core/ojdl/reader/SimpleTextLogReader.class"
Updating jar file "/Oracle/product/agent11g/diagnostics/lib/ojdl.jar" with "/diagnostics/lib/ojdl.jar/oracle/core/ojdl/reader/TextLogReader.class"
Updating jar file "/Oracle/product/agent11g/diagnostics/lib/ojdl.jar" with "/diagnostics/lib/ojdl.jar/oracle/core/ojdl/reader/UnformattedTextLogReader.class"
Updating jar file "/Oracle/product/agent11g/diagnostics/lib/ojdl.jar" with "/diagnostics/lib/ojdl.jar/oracle/core/ojdl/reader/WebCacheLogReader.class"
Updating jar file "/Oracle/product/agent11g/diagnostics/lib/ojdl.jar" with "/diagnostics/lib/ojdl.jar/oracle/core/ojdl/reader/XMLParser$CharBuf.class"
Updating jar file "/Oracle/product/agent11g/diagnostics/lib/ojdl.jar" with "/diagnostics/lib/ojdl.jar/oracle/core/ojdl/reader/XMLParser.class"
Updating jar file "/Oracle/product/agent11g/diagnostics/lib/ojdl.jar" with "/diagnostics/lib/ojdl.jar/oracle/core/ojdl/reader/oraclelog.dtd"
ApplySession adding interim patch '5336126' to inventory


Verifying the update...

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

OPatch succeeded.

 Unjarring the oneoff 7568506.zip ...
 /Oracle/product/agent11g/jdk/bin/jar xvf /Oracle/product/agent11g/install/oneoffs/111010/7568506.zip

  created: 7568506/
  created: 7568506/files/
  created: 7568506/files/lib/
  created: 7568506/files/lib/dms.jar/
  created: 7568506/files/lib/dms.jar/oracle/
  created: 7568506/files/lib/dms.jar/oracle/dms/
  created: 7568506/files/lib/dms.jar/oracle/dms/address/
 inflated: 7568506/files/lib/dms.jar/oracle/dms/address/Optic.class
  created: 7568506/files/lib/dms.jar/oracle/dms/collector/
 inflated: 7568506/files/lib/dms.jar/oracle/dms/collector/Ajp13Connector.class
  created: 7568506/etc/
  created: 7568506/etc/config/
 inflated: 7568506/etc/config/inventory
 inflated: 7568506/etc/config/actions
  created: 7568506/etc/xml/
 inflated: 7568506/etc/xml/GenericActions.xml
 inflated: 7568506/etc/xml/ShiphomeDirectoryStructure.xml
 inflated: 7568506/README.txt

 Applying opatch for the oneoff 7568506 ...
 /Oracle/product/agent11g/OPatch/opatch apply -invPtrLoc /Oracle/product/agent11g/oraInst.loc -silent   -local  -oh /Oracle/product/agent11g /Oracle/product/agent11g/install/oneoffs/111010/7568506

Invoking OPatch 11.1.0.8.0

Oracle Interim Patch Installer version 11.1.0.8.0
Copyright (c) 2009, Oracle Corporation.  All rights reserved.



Oracle Home       : /Oracle/product/agent11g
Central Inventory : /Oracle/product/oraclehomes/oraInventory
   from           : /Oracle/product/agent11g/oraInst.loc
OPatch version    : 11.1.0.8.0
OUI version       : 11.1.0.8.0
OUI location      : /Oracle/product/agent11g/oui
Log file location : /Oracle/product/agent11g/cfgtoollogs/opatch/opatch2012-08-08_13-27-04PM.log

Patch history file: /Oracle/product/agent11g/cfgtoollogs/opatch/opatch_history.txt


ApplySession applying interim patch '7568506' to OH '/Oracle/product/agent11g'


Running prerequisite checks...

You selected -local option, hence OPatch will patch the local system only.


Please shutdown Oracle instances running out of this ORACLE_HOME on the local system.
(Oracle Home = '/Oracle/product/agent11g')


Is the local system ready for patching? [y|n]

Y (auto-answered by -silent)
User Responded with: Y
Backing up files and inventory (not for auto-rollback) for the Oracle Home
Backing up files affected by the patch '7568506' for restore. This might take a while...
Backing up files affected by the patch '7568506' for rollback. This might take a while...

Patching component oracle.dms, 10.1.2.3.0...
Updating jar file "/Oracle/product/agent11g/lib/dms.jar" with "/lib/dms.jar/oracle/dms/address/Optic.class"

Updating jar file "/Oracle/product/agent11g/lib/dms.jar" with "/lib/dms.jar/oracle/dms/collector/Ajp13Connector.class"
ApplySession adding interim patch '7568506' to inventory


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

The local system has been patched and can be restarted.


OPatch succeeded.

 Unjarring the oneoff 8685010.zip ...
 /Oracle/product/agent11g/jdk/bin/jar xvf /Oracle/product/agent11g/install/oneoffs/111010/8685010.zip

y  created: 8685010/
  created: 8685010/files/
  created: 8685010/files/opmn/
  created: 8685010/files/opmn/lib/
  created: 8685010/files/opmn/lib/optic.jar/
  created: 8685010/files/opmn/lib/optic.jar/oracle/
  created: 8685010/files/opmn/lib/optic.jar/oracle/ias/
  created: 8685010/files/opmn/lib/optic.jar/oracle/ias/opmn/
  created: 8685010/files/opmn/lib/optic.jar/oracle/ias/opmn/optic/
 inflated: 8685010/files/opmn/lib/optic.jar/oracle/ias/opmn/optic/OpmnPhone.class
  created: 8685010/etc/
  created: 8685010/etc/config/
 inflated: 8685010/etc/config/inventory
 inflated: 8685010/etc/config/actions
  created: 8685010/etc/xml/
 inflated: 8685010/etc/xml/GenericActions.xml
 inflated: 8685010/etc/xml/ShiphomeDirectoryStructure.xml
 inflated: 8685010/README.txt

 Applying opatch for the oneoff 8685010 ...
 /Oracle/product/agent11g/OPatch/opatch apply -invPtrLoc /Oracle/product/agent11g/oraInst.loc -silent   -local  -oh /Oracle/product/agent11g /Oracle/product/agent11g/install/oneoffs/111010/8685010

Invoking OPatch 11.1.0.8.0


Oracle Interim Patch Installer version 11.1.0.8.0
Copyright (c) 2009, Oracle Corporation.  All rights reserved.



Oracle Home       : /Oracle/product/agent11g
Central Inventory : /Oracle/product/oraclehomes/oraInventory
   from           : /Oracle/product/agent11g/oraInst.loc
OPatch version    : 11.1.0.8.0
OUI version       : 11.1.0.8.0
OUI location      : /Oracle/product/agent11g/oui
Log file location : /Oracle/product/agent11g/cfgtoollogs/opatch/opatch2012-08-08_13-27-11PM.log

Patch history file: /Oracle/product/agent11g/cfgtoollogs/opatch/opatch_history.txt


ApplySession applying interim patch '8685010' to OH '/Oracle/product/agent11g'


Running prerequisite checks...


You selected -local option, hence OPatch will patch the local system only.

Backing up files and inventory (not for auto-rollback) for the Oracle Home
Backing up files affected by the patch '8685010' for restore. This might take a while...
Backing up files affected by the patch '8685010' for rollback. This might take a while...

Patching component oracle.opmn, 10.1.3.4.0...
Updating jar file "/Oracle/product/agent11g/opmn/lib/optic.jar" with "/opmn/lib/optic.jar/oracle/ias/opmn/optic/OpmnPhone.class"
ApplySession adding interim patch '8685010' to inventory


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


OPatch succeeded.

 Unjarring the oneoff 8240469.zip ...
 /Oracle/product/agent11g/jdk/bin/jar xvf /Oracle/product/agent11g/install/oneoffs/111010/8240469.zip
  created: 8240469/
  created: 8240469/files/
  created: 8240469/files/lib/
  created: 8240469/files/lib/libclient11.a/
 inflated: 8240469/files/lib/libclient11.a/kpuds.o
 inflated: 8240469/files/lib/libclient11.a/kpudst.o
  created: 8240469/files/lib32/
  created: 8240469/files/lib32/libclient11.a/
 inflated: 8240469/files/lib32/libclient11.a/kpuds.o

 inflated: 8240469/files/lib32/libclient11.a/kpudst.o
  created: 8240469/etc/
  created: 8240469/etc/config/
 inflated: 8240469/etc/config/inventory.xml
 inflated: 8240469/etc/config/actions.xml
  created: 8240469/etc/xml/
 inflated: 8240469/etc/xml/GenericActions.xml
 inflated: 8240469/etc/xml/ShiphomeDirectoryStructure.xml
 inflated: 8240469/README.txt

 Applying opatch for the oneoff 8240469 ...
 /Oracle/product/agent11g/OPatch/opatch apply -invPtrLoc /Oracle/product/agent11g/oraInst.loc -silent   -local  -oh /Oracle/product/agent11g /Oracle/product/agent11g/install/oneoffs/111010/8240469

Invoking OPatch 11.1.0.8.0


Oracle Interim Patch Installer version 11.1.0.8.0
Copyright (c) 2009, Oracle Corporation.  All rights reserved.



Oracle Home       : /Oracle/product/agent11g
Central Inventory : /Oracle/product/oraclehomes/oraInventory
   from           : /Oracle/product/agent11g/oraInst.loc
OPatch version    : 11.1.0.8.0
OUI version       : 11.1.0.8.0
OUI location      : /Oracle/product/agent11g/oui
Log file location : /Oracle/product/agent11g/cfgtoollogs/opatch/opatch2012-08-08_13-27-14PM.log

Patch history file: /Oracle/product/agent11g/cfgtoollogs/opatch/opatch_history.txt


ApplySession applying interim patch '8240469' to OH '/Oracle/product/agent11g'


Running prerequisite checks...

Patch 8240469: Optional component(s) missing : [ oracle.rdbms, 11.1.0.7.0 ] , [ oracle.rdbms.util, 11.1.0.7.0 ]

You selected -local option, hence OPatch will patch the local system only.


Please shutdown Oracle instances running out of this ORACLE_HOME on the local system.
(Oracle Home = '/Oracle/product/agent11g')


Is the local system ready for patching? [y|n]

Y (auto-answered by -silent)
User Responded with: Y
Backing up files and inventory (not for auto-rollback) for the Oracle Home
Backing up files affected by the patch '8240469' for restore. This might take a while...

yBacking up files affected by the patch '8240469' for rollback. This might take a while...


Patching component oracle.rdbms.rman, 11.1.0.7.0...

Patching component oracle.rdbms.rsf, 11.1.0.7.0...
Updating archive file "/Oracle/product/agent11g/lib/libclient11.a"  with "lib/libclient11.a/kpuds.o"
Updating archive file "/Oracle/product/agent11g/lib/libclient11.a"  with "lib/libclient11.a/kpudst.o"

Patching component oracle.rsf.hybrid, 11.1.0.7.0...
Updating archive file "/Oracle/product/agent11g/lib32/libclient11.a"  with "lib32/libclient11.a/kpuds.o"

Updating archive file "/Oracle/product/agent11g/lib32/libclient11.a"  with "lib32/libclient11.a/kpudst.o"
Running make for target irman

Running make for target client_sharedlib

ApplySession adding interim patch '8240469' to inventory


Verifying the update...
Inventory check OK: Patch ID 8240469 is registered in Oracle Home inventory with proper meta-data.

Files check OK: Files from Patch ID 8240469 are present in Oracle Home.

The local system has been patched and can be restarted.


OPatch succeeded.

 Unjarring the oneoff 9676134.zip ...
 /Oracle/product/agent11g/jdk/bin/jar xvf /Oracle/product/agent11g/install/oneoffs/111010/9676134.zip

  created: 9676134/
  created: 9676134/files/
  created: 9676134/files/sysman/
  created: 9676134/files/sysman/admin/
  created: 9676134/files/sysman/admin/default_collection/
 inflated: 9676134/files/sysman/admin/default_collection/database.xmlp
  created: 9676134/files/sysman/admin/metadata/
 inflated: 9676134/files/sysman/admin/metadata/oracle_database.xml
 inflated: 9676134/files/sysman/admin/metadata/rac_database.xml
 inflated: 9676134/README.txt
  created: 9676134/etc/
  created: 9676134/etc/xml/
 inflated: 9676134/etc/xml/ShiphomeDirectoryStructure.xml
 inflated: 9676134/etc/xml/GenericActions.xml
  created: 9676134/etc/config/
 inflated: 9676134/etc/config/actions.xml
 inflated: 9676134/etc/config/inventory.xml
 inflated: 9676134/etc/config/deploy.xml

 Applying opatch for the oneoff 9676134 ...
 /Oracle/product/agent11g/OPatch/opatch apply -invPtrLoc /Oracle/product/agent11g/oraInst.loc -silent   -local  -oh /Oracle/product/agent11g /Oracle/product/agent11g/install/oneoffs/111010/9676134

Invoking OPatch 11.1.0.8.0

Oracle Interim Patch Installer version 11.1.0.8.0
Copyright (c) 2009, Oracle Corporation.  All rights reserved.



Oracle Home       : /Oracle/product/agent11g
Central Inventory : /Oracle/product/oraclehomes/oraInventory
   from           : /Oracle/product/agent11g/oraInst.loc
OPatch version    : 11.1.0.8.0
OUI version       : 11.1.0.8.0
OUI location      : /Oracle/product/agent11g/oui
Log file location : /Oracle/product/agent11g/cfgtoollogs/opatch/opatch2012-08-08_13-27-24PM.log

Patch history file: /Oracle/product/agent11g/cfgtoollogs/opatch/opatch_history.txt


ApplySession applying interim patch '9676134' to OH '/Oracle/product/agent11g'


Running prerequisite checks...


You selected -local option, hence OPatch will patch the local system only.

Backing up files and inventory (not for auto-rollback) for the Oracle Home
Backing up files affected by the patch '9676134' for restore. This might take a while...
Backing up files affected by the patch '9676134' for rollback. This might take a while...

Patching component oracle.sysman.top.agent, 11.1.0.1.0...
Copying file to "/Oracle/product/agent11g/sysman/admin/default_collection/database.xmlp"
Copying file to "/Oracle/product/agent11g/sysman/admin/metadata/oracle_database.xml"
Copying file to "/Oracle/product/agent11g/sysman/admin/metadata/rac_database.xml"
ApplySession adding interim patch '9676134' to inventory

Configuration assistant "Agent Oneoff Patch Application" Succeeded


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

OPatch succeeded.

 Finished one-offs apply...

 Deleting the files...

 Finished deleting the above files...

Running Configuration assistant "Agent Configuration Assistant"

Performing free port detection on host=SVCRMDEV01

Securing the agent

Performing targets discovery and agent configuration

Starting the agent

Configuration assistant "Agent Configuration Assistant" Succeeded

AgentPlugIn:agent configuration finished with status = true

Running Configuration assistant "Agent Add-on Plug-in"

Configuration assistant "Agent Add-on Plug-in" Succeeded