Catbundle.sql psu apply

Hey, I applied patch 11.2.0.3.11 to my 2 node rac database
I forgot to apply catbundle.sql command.
Now the database is productiv to the users.
Can I run this scripts while the database is productive ?
Chris

See MOS Doc 861152.1 (Do Patchset Updates (PSU's) Change the Oracle Release Version/Fifth Digit?)
HTH
Srini

Similar Messages

  • Do we need to run catbundle.sql for ANY new db we create after CPU's?

    We're in the middle of reviewing the JAN2009CPU readme, and found a curiosity in the patch notes.
    - Our platform is Oracle 10.2.0.4 Enterprise Edition on Solaris 10 64-bit.
    In the Post-Patch instructions for the CPU, we see the following clause
    {color:#3366ff} ...
    3.3.5, "Post Installation Instructions for New and Upgraded Databases"
    These instructions are for both non-RAC environments and RAC environments
    when a database is created or upgraded after the installation of CPUJan2009.
    You must execute the steps in Section 3.3.2.1, "Loading Modified .sql Files
    into the Database"" and Section 3.3.2.2, "Recompiling Views in the Database"
    for *any new database that was created* by any of the following methods:
    - Using DBCA (Database Configuration Assistant) to select a sample database (General, Data Warehouse, Transaction Processing)
    - Using a script that was created by DBCA that creates a database from a sample database
    - Cloning a database that was created by either of the two preceding methods,
    and if Section 3.3.2.1, "Loading Modified .sql Files into the Database"
    was not executed after CPUJan2009 was applied.
    Upgraded databases require no post-installation steps to be executed.
    {color}
    I don't understand -- does this mean we have to do the following any time
    we create a new database from now on?
    - run dbca
    {color:#ff0000} - run '@?/rdbms/admin/catbundle.sql cpu apply'
    - check $ORACLE_HOME/cfttoollogs/catbundle/catbundle_CPU_<SID>_APPLY_<TimeStamp>.log for errors
    - run '@?/cpu/view_recompile/view_recompile_jan2008cpu'{color}
    I would have thought that the new SQL scripts under $ORACLE_HOME are already
    upgraded, so that we do not *have* to do any extra work on top of simply running
    dbca to create a new DB.
    I see a similar phrase in the CPU2008JUL (patch 7150470):
    {color:#0000ff} "You must execute the steps in this section (Section 3.3.2.1,
    "Loading Modified .sql Files into the Database") for any new database you create
    or any database upgraded to this release since the CPUJul2008 patch was applied."
    {color}
    .. AND CPU2008OCT (patch 7375644):
    {color:#0000ff} You must execute the steps ... for any new database you create or
    any database upgraded to this release since the CPUOct2008 patch was applied.
    {color}
    .. but the April 2008 CPU (patch 6864068) doesn't have these clauses.
    Can anybody clarify this issue? Have you created DB's after the JAN2009 CPU
    and not run the catbundle.sql, had any problems?
    Edited by: lrp on Feb 4, 2009 2:45 PM

    lrp wrote:
    We're in the middle of reviewing the JAN2009CPU readme, and found a curiosity in the patch notes.
    - Our platform is Oracle 10.2.0.4 Enterprise Edition on Solaris 10 64-bit.
    In the Post-Patch instructions for the CPU, we see the following clause
    {color:#3366ff} ...
    3.3.5, "Post Installation Instructions for New and Upgraded Databases"
    These instructions are for both non-RAC environments and RAC environments
    when a database is created or upgraded after the installation of CPUJan2009.
    You must execute the steps in Section 3.3.2.1, "Loading Modified .sql Files
    into the Database"" and Section 3.3.2.2, "Recompiling Views in the Database"
    for *any new database that was created* by any of the following methods:
    - Using DBCA (Database Configuration Assistant) to select a sample database (General, Data Warehouse, Transaction Processing)
    - Using a script that was created by DBCA that creates a database from a sample database
    - Cloning a database that was created by either of the two preceding methods,
    and if Section 3.3.2.1, "Loading Modified .sql Files into the Database"
    was not executed after CPUJan2009 was applied.
    Upgraded databases require no post-installation steps to be executed.
    {color}
    I don't understand -- does this mean we have to do the following any time
    we create a new database from now on?
    - run dbca
    {color:#ff0000} - run '@?/rdbms/admin/catbundle.sql cpu apply'
    - check $ORACLE_HOME/cfttoollogs/catbundle/catbundle_CPU_<SID>_APPLY_<TimeStamp>.log for errors
    - run '@?/cpu/view_recompile/view_recompile_jan2008cpu'{color}
    I would have thought that the new SQL scripts under $ORACLE_HOME are already
    upgraded, so that we do not *have* to do any extra work on top of simply running
    dbca to create a new DB.
    I see a similar phrase in the CPU2008JUL (patch 7150470):
    {color:#0000ff} "You must execute the steps in this section (Section 3.3.2.1,
    "Loading Modified .sql Files into the Database") for any new database you create
    or any database upgraded to this release since the CPUJul2008 patch was applied."
    {color}
    .. AND CPU2008OCT (patch 7375644):
    {color:#0000ff} You must execute the steps ... for any new database you create or
    any database upgraded to this release since the CPUOct2008 patch was applied.
    {color}
    .. but the April 2008 CPU (patch 6864068) doesn't have these clauses.
    Can anybody clarify this issue? Have you created DB's after the JAN2009 CPU
    and not run the catbundle.sql, had any problems?
    Edited by: lrp on Feb 4, 2009 2:45 PMIt's pretty explicit:
    *You must execute the steps* in Section 3.3.2.1, "Loading Modified .sql Files
    into the Database"" and Section 3.3.2.2, "Recompiling Views in the Database"
    for any new database that was created <b><i><u>by any of the following methods</u></i></b>:
    - Using DBCA (Database Configuration Assistant) to select a sample database (General, Data Warehouse, Transaction Processing)
    - Using a script that was created by DBCA that creates a database from a sample database
    - Cloning a database that was created by either of the two preceding methods,
    and if Section 3.3.2.1, "Loading Modified .sql Files into the Database"
    was not executed after CPUJan2009 was applied.
    So, if you create a database by any of the explicitly listed methods (all of which are creating a database from a backup that my have been made of a database that was not patched to that level) then you need to run the scripts. If you create a database by some other method (about all that is left is a command line CREATE DATABASE) then part of that creation will necessarily include running the necessary cat* scripts, which will already be at the correct level.

  • Should we run catbundle.sql after DB is created?

    Hello, I installed oracle 11.1.0.7 and installed the CPU 2011 patch(10249534).
    I am planning to create the database after few weeks. So after creating the database, should i run the below scripts?
    Since this is part of patch instruction.
    *3.2.2.1 Loading Modified SQL Files into the Database*
    The following steps load modified SQL files into the database. For a RAC environment, perform these steps on only one node.
    For each database instance running on the Oracle home being patched, connect to the database using SQLPlus. Connect as SYSDBA and run the catbundle.sql script as follows:*
    cd $ORACLE_HOME/rdbms/admin
    sqlplus /nolog
    SQL> CONNECT / AS SYSDBA
    SQL> STARTUP
    SQL> @catbundle.sql cpu apply
    SQL> QUIT
    The catbundle.sql execution is reflected in the dba_registry_history view by a row associated with bundle series CPU.

    Pl see Q6 in MOS Doc 605795.1 (Introduction To Oracle Database catbundle.sql)
    HTH
    Srini

  • Applying PSU - catbundle.sql and recompile view

    I am planning to apply the 11.1.0.7.12 PSU on a 11.1.0.7.0 ORACLE_HOME. There is already an instance running on this ORACLE_HOME and I am planning to create an additional/new instance on it. For the existing instance, I understand that I need to run the catbundle.sql and view_recompile_jan2008cpu.sql after patching the ORACLE_HOME. For the new instance creation, do I need to run the 2 scripts if the new instance is to be created after patching the software? Thanks.
    environment: 11.1.0.7.0 EE on Sun Solaris 64-bit

    After looking at note 605795.1, it looks like catbundle.sql is not always required after database creation or upgrade. The 11.1.0.7.12 PSU Readme doesn't say anything about it. I guess for new or upgraded db after the PSU installation, catbundle.sql is not required but it is ok to run? What about recompilation of views? It's still unclear to me. Thanks.
    In Note 605795.1,
    *+<Moderator Edit - deleted MOS Doc content - pl do NOT post contents of MOS Docs - this is a violation of your Support agreement>+*                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Do we need run catbundle.sql file for new databases.

    dear all,
    i have doubt over execution of catbundle.sql or not?
    scenario:
    i have insatlled 10gr2 on rhel5 and applied patchset 4 (10.2.0.5) and applied Oracle® Database Patch 10248542 - 10.2.0.5.2 Patch Set Update
    after this i have create fresh database.
    now,
    in Oracle® Database Patch 10248542 - 10.2.0.5.2 Patch Set Update document it has specified in belwo section
    3.4 Post Installation Instructions for Databases Created or Upgraded after Installation of PSU 10.2.0.5.2 in the Oracle Home
    These instructions are for a database that is created or upgraded after the installation of PSU 10.2.0.5.2.
    You must execute the steps in Section 3.3.2, "Loading Modified SQL Files into the Database" for any new database only if it was created by any of the following methods:
    Using DBCA (Database Configuration Assistant) to select a sample database (General, Data Warehouse, Transaction Processing)
    Using a script that was created by DBCA that creates a database from a sample database
    Cloning a database that was created by either of the two preceding methods, and if the steps in Section 3.3.2, "Loading Modified SQL Files into the Database" were not executed after PSU 10.2.0.5.2 was applied
    Upgraded databases do not require any post-installation steps.
    so do we need to run catbundle here or not.
    since i have created fresh database after applying 10.2.0.5 PSU2 why does it required.
    opatch output:
    [oracle@RG615 ~]$ 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 : /prd/crm/swbcrmdb/usr/oracle/product/10.2.0/db_1
    Central Inventory : /prd/crm/swbcrmdb/usr/oracle/oraInventory
    from : /etc/oraInst.loc
    OPatch version : 10.2.0.5.1
    OUI version : 10.2.0.5.0
    OUI location : /prd/crm/swbcrmdb/usr/oracle/product/10.2.0/db_1/oui
    Log file location : /prd/crm/swbcrmdb/usr/oracle/product/10.2.0/db_1/cfgtoollogs/opatch/opatch2011-05-03_11-41-34AM.log
    Patch history file: /prd/crm/swbcrmdb/usr/oracle/product/10.2.0/db_1/cfgtoollogs/opatch/opatch_history.txt
    Lsinventory Output file location : /prd/crm/swbcrmdb/usr/oracle/product/10.2.0/db_1/cfgtoollogs/opatch/lsinv/lsinventory2011-05-03_11-41-34AM.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 May 03 07:32:29 BST 2011
    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.

    Pl post the output of view DBA_REGISTRY_HISTORY - see MOS Doc 605795.1 (Introduction To Oracle Database catbundle.sql)
    Was the database created using DBCA or manually using scripts ?
    Srini

  • How to run @catbundle.sql

    Hello
    we are planning to apply patch for our Oracle RDBMS 11.2.0.2(3 node RAC) on RHEl 5.6.The patch is GI PSU 11.2.0.2.7
    Now in the post-installation steps i need to run catbundle.sql script, for that do i need to shutdown the database(all instances), startup only one instance, run the script and start the database(all instances) or i can run the script from one instance with all remaining instances up and running.
    Thanks

    Hi;
    As mention here you can find how you should use catbundle.sql in patch's read me part.
    I suggest also review:
    catbundle.sql - FAQ [ID 834644.1]
    Introduction To Oracle Database catbundle.sql [ID 605795.1]
    Regard
    Helios

  • Catbundle.sql taking too much time while running it for CPU-April2011

    Hi ,
    I am on oracle 11.1.0.7.0 and I am applying the CPU patch April 2011.
    OS is Solaris SPARC.
    As part of that , i am running the catbundle.sql.
    currently , for last 180 mins , the catbundle.sql is at this state :
    SQL> PROMPT Processing Oracle Java Supplied Packages...
    Processing Oracle Java Supplied Packages...
    SQL> ALTER SESSION SET current_schema = sys;
    Session altered.
    SQL> @?/rdbms/admin/initcdc.sql
    SQL> Rem
    SQL> Rem $Header: initcdc.sql 15-mar-2006.08:20:07 mbrey Exp $
    SQL> Rem
    SQL> Rem initcdc.sql
    SQL> Rem
    SQL> Rem Copyright (c) 2000, 2006, Oracle. All rights reserved.
    SQL> Rem
    SQL> Rem    NAME
    SQL> Rem      initcdc.sql - script used to load CDC jar files into the database
    SQL> Rem
    SQL> Rem    DESCRIPTION
    SQL> Rem      <short description of component this file declares/defines>
    SQL> Rem
    SQL> Rem    NOTES
    SQL> Rem      script must be run as SYS
    SQL> Rem
    SQL> Rem    MODIFIED   (MM/DD/YY)
    SQL> Rem    mbrey       03/15/06 - bug 5092790 add datapump registration
    SQL> Rem    pabingha    02/25/03 - fix undoc interfaces
    SQL> Rem    wnorcott    03/14/02 - bug-2239726 disable triggers.
    SQL> Rem    wnorcott    01/31/02 - function 'active' return 0 or 1.
    SQL> Rem    wnorcott    01/30/02 - disable CDC triggers, CREATE_CHANGE_TABLE re-enables.
    SQL> Rem    wnorcott    06/26/01 - rid trailing slash.  As per Mark Jungermann
    SQL> Rem    gviswana    05/25/01 - CREATE OR REPLACE SYNONYM
    SQL> Rem    jgalanes    11/17/00 - for Import/Export grant execute on util to
    SQL> REM                           SELECT_CATLOG_ROLE
    SQL> Rem    wnorcott    09/07/00 - new loadjava syntax for performance.
    SQL> Rem    wnorcott    07/18/00 - rid LOGMNR_UID$.clientid
    SQL> Rem    wnorcott    06/28/00 - move logmnr_dict view here
    SQL> Rem    wnorcott    03/28/00 - fix trigger install
    SQL> Rem    wnorcott    03/27/00 - Install change table triggers
    SQL> Rem    mbrey       01/26/00 - script to load CDC jars
    SQL> Rem    mbrey       01/26/00 - Created
    SQL> Rem
    SQL> call sys.dbms_java.loadjava('-v -f -r -s -g public rdbms/jlib/CDC.jar');It has run the @?/rdbms/admin/initcdc.sql script and now its not proceeding next.. I am not sure if its stuck or still running.. How do i find that..
    what should i do ?
    *PS : Ive read this note :Script Fails At Loadjava With ORA-03113 and ORA-03114 [ID 358232.1] But its when it errors out , for me its not erroring out also..*
    Thanks
    Kk
    Edited by: Kk on May 25, 2011 2:41 AM

    just an update :
    I sat watching it for 3 hours.. then i though of stopping it.. pressed CTRL-Z and boom , it just took me to SQL showing that it had completed...
    So , if someone else faces this issue , press CTRL-Z after some 5-10 minutes it will show that its running well.
    Regards
    Kk
    Edited by: Kk on May 25, 2011 3:55 AM

  • Reg. catbundle.sql

    Hi,
    What is the difference between catpach.sql,catcpu.sql and catbundle.sql while upgrading a database.
    what is the purpose of running the below things during upgrade pls explain
    -catupgrade.sql
    -catpatch.sql
    -catcpu.sql
    -catbundle.sql

    Whatever the differences, you should always apply what it is explain in the readme document provided with in the zipped file of patch/patchset/CPU in the upgrade doc for release or version...
    Nicolas.

  • Regarding running catcpu.sql after applying patch

    Hi all,
    database version: 11.2.0.2 (single instance)
    Os: Windows 32-bit
    I have applied a bug patch in oracle home 11.2.0.2, but as per the document i didn't run the catcpu.sql after applying the patch in my database.
    After 1 month today i run the catcpu.sql in the database (Dev database), it gives the following sys objects invalid: (after running utlrp.sql also this persist)
    DBMS_SCHEDULER
    DBMS_ISCHED
    DBMS_ISCHED_CHAIN_CONDITION
    SCHEDULER$_JOB_EVENT_HANDLER
    could anyone please help me.
    Thanks in advance

    user12133150 wrote:
    Hi all,
    database version: 11.2.0.2 (single instance)
    Os: Windows 32-bit
    Pl identify exact OS version
    >
    I have applied a bug patch in oracle home 11.2.0.2, but as per the document i didn't run the catcpu.sql after applying the patch in my database.
    Pl identify the patch number
    After 1 month today i run the catcpu.sql in the database (Dev database), it gives the following sys objects invalid: (after running utlrp.sql also this persist)
    DBMS_SCHEDULER
    DBMS_ISCHED
    DBMS_ISCHED_CHAIN_CONDITION
    SCHEDULER$_JOB_EVENT_HANDLER
    could anyone please help me.
    Thanks in advancePl identify why you ran catcpu.sql after 1 month.
    Pl compile these objects manually and post the compilation error here
    HTH
    Srini

  • CPU patch -- Catbundle.sql

    how to find out whether catbundle.sql is run after installing the Cpu Patch?

    Open the catbundle.sql file and check the SQL queries. Check if this scripts spooled any file in any location. Check the last few SQL lines and check weather this changes occurred in the database.
    Hope this helps.
    Regards
    Asif Kabir
    -- If helps, Mark answer as correct/helpful

  • Catbundle.sql in standby database

    Hi
    Just thought of checking with you all , I am trying to install the Jan 2012 patch . on a rac database which has standby as well .
    Just not sure do i need to run the catbundle and the utlrep on the standby database after patching and before the logshipping is done.
    Any suggestion is highly apprciated .
    Thanks

    Hello
    No you do not run this on the Standby. This SQL will move from the Primary to the Standby as part of the Redo transport.
    Just install the patch software only.
    Stop apply on the Standby and shutdown the database.
    Set it to Defer on the Primary. alter system set log_archive_dest_state_2=defer;
    After the patch is installed on the Primary, install the software only on the Standby.
    Then alter system set log_archive_dest_state_2=Enable; on the Primary.
    Finally startup mount and restart apply on the Standby.
    Best Regards
    mseberg

  • Finding CPU Patch and PSU applied

    hi all,
    How do we find that which and when cpu and psu patches are applied. do we apply this for individual databases or for complete oracle software.
    thank you!

    >
    How do we find that which and when cpu and psu patches are applied. do we apply this for individual databases or for complete oracle software.
    >
    What version are you on and what version of opatch?
    To find out what PSU's you have applied, you can do this at OS level
    $> opatch lsinv -bugs_fixed | grep -i psu
    From database (depending upon your version), you can do this to find all patches applied to your database:
    col ACTION format a15
    col NAMESPACE format a15
    col version format a10
    col COMMENTS format a42
    col BUNDLE_SERIES format a20
    col action_time format a30
    select * from sys.registry$history;do we apply this for individual databases or for complete oracle software.
    >
    Some patches are for software only while some affect both software and database. This is very generic question/answer
    Regards
    Venkat

  • PL/SQL Application Apply Model

    Hi there,
    I am new to ODM, in our project, we have a Classification Model to predict CHURN_SCORE which need to re-build the model every month using latest BUILD data, and Apply using SCORE data.
    I am still exploring the PL/SQL function capability. Please address me on how to use the SCORE data to apply the model.
    model name: DM_WAIKONG_SVM_CLAS_TEST
    build data: WC_CAR_STRYX_CHURN_BUILD
    score data: WC_CAR_STRYX_CHURN_SCORE
    Code:
    -- DROP MODEL
    BEGIN DBMS_DATA_MINING.DROP_MODEL('DM_WAIKONG_SVM_CLAS_TEST');
    EXCEPTION WHEN OTHERS THEN NULL; END;
    -- CREATE MODEL, Using Default Setting
    BEGIN
    DBMS_DATA_MINING.CREATE_MODEL(
    model_name => 'DM_WAIKONG_SVM_CLAS_TEST',
    mining_function => dbms_data_mining.classification,
    data_table_name => 'WC_CAR_STRYX_CHURN_BUILD',
    case_id_column_name => 'cust_id',
    target_column_name => 'affinity_card',
    END;

    Hi there,
    Thanks for pointing out that. However When I tried to run with the following setting:
    BEGIN
    CASE_TABLE := NULL;
    ADDITIONAL_TABLE_1 := NULL;
    MODEL_NAME := NULL;
    APPLY_RESULT_NAME := 'CODEGEN_OUT1';
    TABLE_OUTPUT := TRUE;
    DROP_OUTPUT := TRUE;
    and I got the following error:
    Connecting to the database CRMDM81.
    ORA-20002: Model does not exist:
    ORA-06512: at "CRMDM_OWNER.WAIKONG_TEST_PACKAGE", line 655
    ORA-06512: at line 16
    Process exited.
    Disconnecting from the database CRMDM81.
    Why it sayd model not exist? the model suppose to be there right...? else I will not be able to select that Activity.

  • Error in running adstats.sql after applying patch 6810189 on 10.2.0.2

    following error faced when run the script adstats.sql through sys user after starting the database with restrict option:
    SQL> @/backup/adstats.sql;
    Connected.
    --- adstats.sql started at 2010-09-13 21:44:26 ---
    Checking for the DB version and collecting statistics ...
    declare
    ERROR at line 1:
    ORA-12801: error signaled in parallel query server P002
    ORA-25153: Temporary Tablespace is Empty
    ORA-06512: at "SYS.DBMS_STATS", line 13591
    ORA-06512: at "SYS.DBMS_STATS", line 13937
    ORA-06512: at "SYS.DBMS_STATS", line 14015
    ORA-06512: at "SYS.DBMS_STATS", line 13974
    ORA-06512: at line 2
    ORA-06512: at line 33
    Can anyone help?
    Thanks in advance,
    Umair

    Hi,
    I made the changings as follows:
    SQL> alter database default temporary tablespace temp2;
    Database altered
    But I got new error as such after starting the database in restricted mode:
    $ sqlplus sys as sysdba
    SQL*Plus: Release 10.2.0.4.0 - Production on Wed Sep 15 11:22:49 2010
    Copyright (c) 1982, 2007, Oracle. All Rights Reserved.
    Enter password:
    Connected to an idle instance.
    SQL> startup restrict;
    ORACLE instance started.
    Total System Global Area 1073741824 bytes
    Fixed Size 2089440 bytes
    Variable Size 427822624 bytes
    Database Buffers 629145600 bytes
    Redo Buffers 14684160 bytes
    Database mounted.
    Database opened.
    SQL>@adstats.sql;
    ERROR:
    ORA_01031: insufficient priviliges
    $ pwd
    /proddb
    $ ls -l ad*
    -rwxr-xr-x 1 oracle dba 2763 Sep 15 11:16 adstats.sql
    $ id
    uid=203(oracle) gid=204(dba)
    $
    Can anyone suggest about the reason?
    Thanks & Regards,
    Umair

  • Jan-2013 PSU on 11.2.0.3 over GI & RDBMS Homes (StandAlone Server),

    Hello Experts,
    Please excuse me if it fetches your precious time to read such a long request.
    I need your help in applying patch over 11.2.0.3 Grid and 11.2.0.3 on single node stand alone databases.
    I downloaded the two patches as given below and unzipped it under the directory /export/psu_grid and /export/PSU_Patch respectively. When I unzipped the grid patch I was little disturbed to see two numbers highlighted(So checked oracle documents and found it is a bundle for both rdbms and GI homes).
    But I want to apply grid and rdbms homes seperatly, because I get confused when i read its readme.html file, because it talks about RAC only.
    If I apply to GI home seperatly, Should I select 15876003 instead of 14727310 , Please check the below document which I have framed and guide me accordingly.
    asm@dat-stb-ora05 /export/psu_grid > ls
    14727310 bundle.xml README.html
    15876003 p14727347_112030_AIX64-5L.zip README.txt
    oracle@dat-stb-ora05 /export/PSU_Patch > ls
    14727310 p14727310_112030_AIX64-5L.zip
    Got from Oracle docs: For 11.2.0.3.5
    BUG 14727347 - GRID INFRASTRUCTURE PATCH SET UPDATE 11.2.0.3.5 contains
    BUG 15876003 - GRID INFRASTRUCTURE PATCH SET UPDATE 11.2.0.3.5 (GI COMPONENTS)
    BUG 14727310 - DATABASE PATCH SET UPDATE 11.2.0.3.5
    In this example, the <GI_PSU_number> is 14727347; the <GI_Components_number> is 15876003; and the <DB_PSU_number> is 14727310.
    Here is my document: Please rectify me if I am going wrong in any way.
    Grid home: /u01/app/asm/product/11.2.0.3/grid
    Oracle Home: /u01/app/oracle/product/11.2.0.3/db_1
    Opatch version is : 11.2.0.3.0 ( SO I am good to go with Jan PSU patch i guess)
    Grid patch (14727347) > 15876003(GI component) and 14727310(DB_PSU_Number) > I guess for grid the patch# 15876003
    RDBMS Patch (14727310)
    I will follow the following steps.
    1. Validate the Oracle Inventory.
    /opt/grid/11.2.0/grid/OPatch/opatch lsinventory -detail -oh /u01/app/asm/product/11.2.0.3/grid
    OPatch version : 11.2.0.3.0
    2. Shut down the databases.
    3. Run the prepatch script
    cd /export/psu_gird
    ./15876003/custom/server/15876003/custom/scripts/prepatch.sh
    4. Shutdown the ASM.
    5. Will Run the below command to stop CSS etc.
    /u01/app/asm/product/11.2.0.3/grid/crs/install/roothas.pl -unlock
    (since it is not a RAC, do i still need to run rootcrs.pl -unlock, please correct me if i go wrong)
    6. Will Apply grid patch.
    /u01/app/asm/product/11.2.0.3/grid/OPatch/opatch napply -oh /u01/app/asm/product/11.2.0.3/grid -id 15876003 (Please verify if this is the right patch# I'm mentioning)
    7. Will Apply psu patch on Oracle home
    /u01/app/oracle/product/11.2.0.3/db_1/OPatch/opatch napply -oh /u01/app/oracle/product/11.2.0.3/db_1 -id 14727310
    8. Run the postpatch script
    ./15876003/custom/server/15876003/custom/scripts/postpatch.sh
    9. Run the following script to enable CSS etc.
    /u01/app/asm/product/11.2.0.3/grid/roothas.pl -patch
    /u01/app/asm/product/11.2.0.3/grid/bin/crsctl check has
    /u01/app/asm/product/11.2.0.3/grid/bin/crsctl check css
    10. If CSS is not online ran the below command.
    /u01/app/asm/product/11.2.0.3/grid/bin/crsctl modify resource "ora.cssd" -attr "AUTO_START=1"
    /u01/app/asm/product/11.2.0.3/grid/bin/crsctl modify resource "ora.diskmon" -attr "AUTO_START=1"
    /u01/app/asm/product/11.2.0.3/grid/bin/crsctl stop has
    /u01/app/asm/product/11.2.0.3/grid/bin/crsctl start has
    11. Bring Up the ASM and apply as shown below and same way for Databases.
    @catbundle.sql psu apply
    12. Finally will run the below command on grid and Oracle.
    /u01/app/asm/product/11.2.0.3/grid/OPatch/opatch lsinventory
    /u01/app/oracle/product/11.2.0.3/db_1/OPatch/opatch lsinventory
    If steps are different please provide the right steps.
    THanks in anticipation
    Edited by: 982955 on Jan 25, 2013 7:56 AM

    Let me suggest something:
    Use a response file for applying a PSU on any Grid construction. It's sounds litte bit like voodoo, but given you did the usual preparation and checking, it's usually just three steps:
    * Apply p6880880 for the most recent OPatch utility (you have to do this anyway as a prereq of the PSU)
    * Create the response file (execute $ORACLE_HOME/OPatch/ocm/bin/emocmrsp - this binary comes with recent p6880880's) and move it to any convenient directory for the next step
    * Do "opatch auto ./install/11203psu5 -ocmrf ./ocm.rsp"
    I did it this way seven times now, and can't see a reason not to make it my common for the future.
    Regards
    Martin Klier

Maybe you are looking for

  • Serial number can't be found

    Hi, Bought a Macbook Pro from a student. Checked the serial number to make sure it wasn't stolen or anything. Now I have hardware problems, but my serial number can't be found via https://selfsolve.apple.com/wcResults.do, which means the Service Cent

  • Placement Strategy : Open Storage

    Dear All, Appreciate it if you could shed light / clear doubts on the matter below: 1. For placement strategy Open Storage, is it a must to use it with storage section ? The design is not firm yet -- in the event, i have a storage type 100, and plan

  • Error in creating database diagram using JDeveloper

    Today I came across this weird error. I made an Identity column of type LONG and I had to create another column in same table with same data type i.e. LONG. I was surprised to see that JDeveloper did not let me create another column with type LONG. E

  • I need *.eap or *.deb file for firefox update

    I am using an asus netbook with linux. For whatever reason the installed firefox is set to update automatically, which it unfortunately for me does not do When I download the latest version of firefow the netbook only accepts *.eap or *.deb files. I

  • How XI  flow from XI to J2EE appl?

    Hi all! I have a secnario file->XI->J2EE appl. I am using sender file adapter and HTTP Receiver adapter. I placed XML file in D:\somedir of my machine, it is picking up well by XI, <b>all i want to know is how XI sends this XML file to my J2EE Appl.<