Do I need a patch set?

I am working to install OAM 10.1.4.0.1 to accomplish an IIS SSO integration. I have installed the 10.1.4.0.1 Idendity Server and WebPass on a windows install of OID. Looks like I now need to install Policy Manager and Access Server as well. Finally I will be able to install and configure the IIS WebGate to get SSO functionality. It is my impression I need the 10.1.4.2.0 patch set for this to all work. I am looking at the download page and see the "Oracle Adaptive Access Manager 10g (10.1.4.2.0)" and the "Oracle Virtual Directory 10.1.4.2 Patchset". I do not see an OIS 10.1.4.2 patchset. Can someone please provide some guidance on this.
Thanks,
John

IIS SSO will work on OAM 10.1.4.0.1.
10.1.4.2.0. is a full patch set that you can apply to all components. Many folks are running 10.1.4.0.1 in production today.
You don't need to touch OVD or OAAM based on your stated goal.
Mark

Similar Messages

  • Oracle 9.2.0.3.0 patch set for windows - questions

    Hi!
    I have for that some questions. I have oracle 9.2.0.1.0 on a windows 2003 server running with one local database - no real apllication cluster.
    I don't understand which instructions I have to make for oracle upgrade?
    Must I also make the 3. instruction? Connect to databse prior and drop?
    Must I also make the post install action for my database?
    (startup migrate ...)
    what means at post install actions the following:
    'execute these post install actions only if you have one or more databases associated to the upgraded $oracle_homee.
    My database path is e:\oracle\oradata\database my oracle path is e:\oracle\ora92 have I in my case make the post install actions?
    Thanks for help!
    1. When applying this patchset on Windows NT, XP or Windows 2000, you must log onto the system as a user with Administrative privileges
    (e.g. as a user which is a member of the local Administrators group).
    2. Unzip the downloaded patch set file into a new directory.
    3. Drop the xmlconcat function by running the following commands:
    drop public synonym xmlconcat;
    drop function xmlconcat;
    4. Shut down any existing Oracle Server instances in the ORACLE_HOME to be patched with normal or immediate priority. i.e.: Shutdown all instances (cleanly). Stop the database services, and stop all listener, agent and other Oracle processes running in or against the ORACLE_HOME to be installed into.
    5. Perform the following pre-install steps for Real Application Clusters (RAC) enviroments only:
    IN ADDITION TO STOPPING ALL ORACLE SERVICES IN THE ORACLE_HOME TO BE UPGRADED:
    If you are running in a RAC enviroment, stop the following Windows service(s)/devices(s) using the Net Stop command:
    Stop the Windows service named "OracleGSDService"
    Stop the Windows service named "OracleCMService9i".
    Stop the Windows device named "OraFenceService" (This Device does NOT show up as a Service in the Control Panel).
    For Example:
    C:\>net stop OracleGSDService
    C:\>net stop OracleCMService9i
    C:\>net stop OraFenceService
    Once the above steps have been performed on all the nodes of the cluster, you should then be able to upgrade the OSD components to the 9.2.0.3 versions. This can be accomplished by...
    xcopy all the files in the \Disk1\preinstall_rac\osd\*.* directory to the directory in which the OSD components were originally installed on all nodes(typically %SystemRoot%\system32\osd9i).
    Note: You may also be able to look in HKEY_LOCAL_MACHINE\Software\Oracle\OSD9i registry key to determine the directory in which the original OSD components were installed. Now the OSD components can be restarted on all the nodes in the cluster.
    C:\>net start OraFenceService
    C:\>net start OracleCMService9i
    C:\>net start OracleGSDService
    After all of the above steps have been completed on all the nodes of the cluster, you are now ready to proceed with the Oracle 9.2.0.3.0 patchset installation.
    6. Start the installer:
    If the current Installer version is less than 2.2.0.18.0 then download the Installer 2.2.0.18.0 from Oracle Metalink where it can be accessed with the bug number 2878462 and choosing the MS Windows NT/2000 Server platform, then run the setup.exe 2.2.0.18.0 from the C:\Program Files\Oracle\oui\install directory .
    7. You may install the Patch Set through either an interactive or a silent installation.
    To perform an interactive installation using the Oracle Universal Installer graphical interface:
    1. Start the installer from the newly installed OUI 2.2.0.18.0 by running the version of setup.exe located at C:\Program Files\Oracle\oui\install and verify
    that the version of the OUI GUI is 2.2.0.18.0 before proceeding.
    2. Follow the steps given below within the installer:
    1. On the Welcome screen, click the Next button. This will display the File Locations screen.
    2. Click the Browse button for the Source... entry field and navigate to the stage directory where you unpacked
    the Patch Set tar file.
    3. Select the products.jar file. Click the Next button
    The products file will be read and the installer will load the product definitions.
    The products to be loaded will be displayed (verify ORACLE_HOME setting for this first).
    4. Verify the products listed and then click on the Install button.
    5. Once the installation has completed successfully, it will display End of Installation. Click on Exit and confirm
    to exit the installer.
    To perform a silent installation requiring no user intervention:
    1. Copy the response file template provided in the response directory where you unpacked the Patch
    Set tar file.
    2. Edit the values for all fields labeled as "<Value Required>" according to the comments and examples
    in the template.
    3. From the unzipped patchset installation area, start the installer by running the setup executable passing
    as the last argument the full path of the response file template you have edited locally with your own
    value of ORACLE_HOME and FROM_LOCATION:
    setup.exe -silent -responseFile <full_path_to_your_response_file>
    Post Install Actions
    Execute these "Post Install Actions" only if you have one or more databases associated to the upgraded $ORACLE_HOME.
    Important Notes
    1: Java VM and XML DB Requirements
    Users who have JVM (Java enabled) or JVM and XDB installed on their 9.2.0.1 databases should make sure that the init.ora parameters shared_pool_size and java_pool_size are each 150 MB or more before running the catpatch.sql upgrade script. Failure to do so could result in an unrecoverable memory failure during running of the script. Please note that JVM and XML DB was shipped as part of the default 9.2.0.1 seed database and will be present unless the user explicitly installed a 9.2.0.1 instance without them.
    2: SYSTEM table space
    If you have JServer installed in the database, you should check to be sure there is at least 10M of free space in the SYSTEM table space before running these actions.
    3: Installing on Cluster Databases
    If you are applying this patch set to a cluster database, then set the CLUSTER_DATABASE initialization parameter to false. After the post-install actions are completed, you must set this initialization parameter back to true.
    To complete the installation of this patch set, you need to start up each database associated with the upgraded $ORACLE_HOME, start the database listener (e.g., lsnrctl start), login using SQL*Plus (e.g., sqlplus "/ as sysdba"), and run the following commands/scripts in order from $ORACLE_HOME within a MIGRATE session. If you are using the OLAP option, make sure that the database listener is up.
    startup migrate
    spool patch.log
    @rdbms/admin/catpatch.sql
    spool off
    Review the patch.log file for errors and re-run the catpatch script after correcting any problems
    shutdown
    startup
    This step is optional - it will recompile all invalid PL/SQL packages now rather than when accessed for the first time - you can also use utlrcmp.sql to parallelize this in multiprocessor machines:
    @rdbms/admin/utlrp.sql
    Execute the following if you use Oracle OLAP option:
    alter user olapsys identified by <password> account unlock
    connect olapsys/<password>
    @cwmlite/admin/cwm2awmd.sql
    exit
    Execute the following script only if you have version 9.2.0.1.0 of Oracle Internet Directory installed in your ORACLE_HOME. Make sure that the database and database listener are running and that all parameters are specified prior to running the script:
    $ORACLE_HOME/bin/oidpatchca.bat
    -connect <Connect String>
    -lsnrport <Listener Port>
    -systempwd <SYSTEM Password>
    -odspwd <ODS Password>
    -sudn <Super-User DN>
    -supwd <Super-User Password>
    -dippwd <Password to register DIP Server>
    Where:
    connect - Database connect string
    lsnrport - Database Listener port
    systempwd - Password of the database 'SYSTEM' user
    odspwd - Password of the database 'ODS' user
    sudn - Super-user DN
    supwd - Super-user Password
    dippwd - New password to register Directory Integration Server. This password must conform to the password policy in the OID server
    Execute the following steps only is you are using the RMAN catalog.:
    rman catalog <user/passwd@alias>
    upgrade catalog;
    upgrade catalog;

    I don't understand which instructions I have to make for oracle upgrade?
    -- You have to follow all the instructions mentioned
    (Just check for few if's for Cluster enabled, OID and OLAP databases. Perform these steps only if they apply)
    Must I also make the 3. instruction? Connect to databse prior and drop?
    -- Yes you should do
    Must I also make the post install action for my database?
    (startup migrate ...)
    -- Yes. Do run catpatch.sql .
    what means at post install actions the following:
    'execute these post install actions only if you have one or more databases associated to the upgraded $oracle_homee.
    -- In this step make sure you do step 1
    1: Java VM and XML DB Requirements
    Otherwise catpatch.sql will fail.
    Do 2 and 3 only if applicable
    Chandar
    My database path is e:\oracle\oradata\database my oracle path is e:\oracle\ora92 have I in my case make the post install actions?

  • 10g Release 2 (10.2.0.4) Patch Set 3 for HP-UX Itanium installation failed

    hi everyone
    after i installed the oracle10g 10.2.0.1,and tried to install the patch set (10.2.0.4)
    Prerequisite check failed!
    My OS platform is  HP-UX B.11.23 IA64
    the error info as follow :
    Checking the Components installed in Oracle Home
    Actual Result: error
    Check complete. The overall result of this check is: Not executed <<<<
    Recommendation:
    =======================================================================
    Checking for Oracle Home incompatibilities ...
    Check complete. The overall result of this check is: Not executed <<<<
    OUI-15038: Unable to execute rule 'CheckCompatibility' from ruleset 'CompatibilityChecks'. The underlying test 'oracle.sysman.oip.oipc.oipcz.OipczCompatibilityChecks.checkProductCompatibility' has thrown an unhandled exception [value for param now is null]. If the exception results in a failure of the test and the exception needs to be propagated, then encapsulate the exception in the result object and return the result.
    Recommendation: Choose an existing Oracle Database 10g Oracle Home for installing this software.
    =======================================================================
    Any advise will be much appriciated!
    Do need your helps!
    Thanks&Regards
    Peter

    Hello,
    The same problem is documented on Oracle metalink:
    OUI 10.2 Prerequisite Check Fails With OUI-15038 And "[value for param now is null]" [ID 602059.1]:
    Cause
    Some kernel tunables (parameters) have been changed but the new values will not be activated until the next server reboot
    Solution
    Reboot the server so that the kernel tunable (parameter) changes are activated before installing the Oracle software
    Workaround
    The errors/warnings can be ignored and the Oracle installation can be completed successfully, but it is best to schedule a reboot of the server soon so that the pending kernel parameter changes are activated.
    References
    BUG:7150277 - OUI 10.2 PREREQ CHECKS FAIL WITH OUI-15038 AND "[VALUE FOR PARAM NOW IS NULL]"

  • Error when installing 9.0.1.4.0 patch set for the Oracle Database Server.

    Hi to all.
    Currently, i am trying to install patches for portal server.
    The server OS is Sun Solaris 8.
    We are using Oracle9iAS.
    Now, we are installing 9.0.1.4.0 patch set for the Oracle Database Server.
    We managed to install the patch, but have problem with the Post Install Action.
    We managed to run
    -ALTER SYSTEM ENABLE RESTRICTED SESSION;
    -@rdbms/admin/catpatch.sql
    -ALTER SYSTEM DISABLE RESTRICTED SESSION;
    -CONNECT / AS SYSDBA
    -update obj$ set status=5 where type#=29 and owner#!=0;
    -commit;
    But, when we come to the next command, which is to shutdown, it gives us like
    this..
    SQL> update obj$ set status=5 where type#=29 and owner#!=0;
    1402 rows updated.
    SQL> commit;
    Commit complete.
    SQL> shutdown immediate
    Database closed.
    Database dismounted.
    ORA-00604: error occurred at recursive SQL level 1
    ORA-01219: database not open: queries allowed on fixed tables/views only
    We tried to startup the database..it gives us this error..
    SQL> startup
    ORA-01081: cannot start already-running ORACLE - shut it down first
    So, we tried to shutdown again..
    SQL> shutdown immediate
    ORA-01089: immediate shutdown in progress - no operations are permitted
    I been informed that this is maybe a Database problem related. Any ideas?
    Best Wishes,
    Rushdan Md Saad.

    Patchsets could be obtained (only) from http://metalink.oracle.com
    You need to have valid CSI for access.
    P.S: Sorry Werner, I didn't see you post.
    Message was edited by:
    Ivan Kartik

  • Error while appying patch set 4 (10.1.3.4.0) to oracle home (10.1.3.1.0 )

    Hi,
    I am trying to apply patch set 10g Release 3 (10.1.3) Patch Set 4 (10.1.3.4.0) to 10g Release 3 (10.1.3.1.0) oracle home. As the pre - installation steps describes I have run the script ‘upgrade_10131_10134_oracle.sql’ for both ESB and BPEL. Also we need to delete the line <data id="java-bin" value="/myhost/jdk1.4.2/bin/java" />from the ‘ORACLE_HOME/opmn/conf/opmn.xml’ file. But when I have checked that file, the line was not present there.
    But when I am running the installer, it is showing error like
    Error
    --> Process (index=1,uid=418288051,pid=30220)
    failed to start a managed process after the maximum retry limit
    Log:
    C:\Oracle\Soa_OFMPractice\SOATESTING\opmn\logs\\HTTP_Server~1.log
    Configuration assistant "OPMN Configuration Assistant" failed.
    When I checked the log I got the error message like
    08/12/05 14:00:10 Start process
    Syntax error on line 278 of c:/oracle/soa_ofmpractice/soatesting/apache/apache/conf/httpd.conf:
    Cannot load c:/oracle/soa_ofmpractice/soatesting/apache/apache/modules/apachemoduleossl.dll into server: (127) The specified procedure could not be found:
    Does anybody know how to fix this problem?
    Thanks & Regards,
    Anju

    There is a quick fix for this
    There are 2 lines you need to comment form the c:/oracle/soa_ofmpractice/soatesting/apache/apache/conf/httpd.conf
    A comment is done with a #
    If you look in the C:\Oracle\Soa_OFMPractice\SOATESTING\opmn\logs\HTTP_Server~1.log file it will tell you.
    Find the line that has apachemoduleossl in it. When you try and restart it will fail again the C:\Oracle\Soa_OFMPractice\SOATESTING\opmn\logs\HTTP_Server~1.log should tell you what line to comment
    sorry can't be of much more help but dont have access to an environement at the moment.
    cheers
    James

  • Current Patch Set for Oracle Database Release 11.2

    Hi
    I am upgrading oracle 10G to 11GR2 in AIX 5.3 Environment with SAP ECC6 , I have just just installled Oracle 11.2.0.1.0 according to the "Database Upgrade Guide -Upgrade to Oracle Database 11g Release 2 (11.2): UNIX". After database software installation , in upgrade manual in section 3.4.4 it says, you need to install current patch set for oracle database 11g R2 and referencing a SAP note 1431799.
    I have just read note 1431799 which says Current Patch Set for Oracle Database Release 11.2 is not generally available for SAP customers until December 2010, also I donu2019t find the note 1522330 as mentioned in 1431799.
    Please let me know how I can get current patch set to apply with Oracle 11.2.0.1.0 (Is it in SAP service market place?)
    I also want to upgrade my installation to oracle 11.2.0.2, please let me know where I get the patch set to upgrade from 11.2.0.1.0 to 11.2.0.2,
    or
    I have to live with 11.2.0.1.0 and apply SAP Bundle Patch ( SBP)

    Abu Al MAmun,
    I understand from your posts that you recently upgraded to 11.2.0.2.
    I am having the same difficulty, of finding the current patch set for 11.2. Could you please let me know how you worked around it?
    Thanks,
    Siri
    Hello Everyone,
    I did read the post on to how you have to install the current patch set for 11.2.
    But honestly, it pretty much flew over my head.
    I am trying to upgrade our SAP AIX 64 bit test system from Oracle 10.2.0.4 to 11.2.0.2.
    And so far I have downloaded all the required sw for the upgrade, except for the current patch set 11.2.
    This is what I have right now:
    1) Oracle 11.2 AIX 64 bit upgrade sw - 51038805_part 1 to 51038805_part 7 and 51039800.
    2) Database Patches -->Oracle 11.2.0.2 -->
    All they have here is
    a. Database RDMBS - SAP_112020_201012_AIX.zip and b. SAP_112020_201101_AIX.zip
    b. OPatch - OPatch_11201_Generic_v3.zip and mopatch-2_1_6.zip
    c. Database Vault - DV - >Generic - p9656644_112020_Generic.zip
    If I am not wrong, the Database RDBMS files are nothing but the SAP Bundle Patches that have to be installed after installing the currrent patch set 11.2.0.2 using MOPatch.
    But I did not find the currrent patch set 11.2.0.2.
    Could someone please explain the process to me in detail? This being my first time , I am finding it a bit hard to catch up with some of the stuff.
    Thank You!
    Siri

  • Patch set 10.2.0.3 for Windows 64-bit

    I need to migrate to Oracle 10g 64-Bit for Windows and apply the patch set to upgrade to 10.2.0.3, on an Intel-XEON processor server, running Windows 2003 Enterprise 64-Bit.
    When I look for the appropriate patch on Metalink, I cannot find a pat for my environment.Metalink has the following info:
    Microsoft Windows 64bit versions:
    =========================================
    For Microsoft Windows 64bit, for the AMD64 or EM64T processors:
    Use the platform titled: MS Windows x64 (64-bit)
    For Microsoft Windows 64bit, for the Intel Itanium processor:
    Use the platform titled: MS Windows Itanium (64-bit).
    ==========================================
    Can I interpret the above to say, that I can use the MS Windows x64 (64-bit) for my server? I know that I don't have an Intel-Itanium or an AMD64 processor.
    The segement "Microsoft Windows 64bit versions comes from note 430449.1 How to find DB patches for MS Windows (x64) versions.
    Any help, will be greatly appreciated.
    Thank you.
    Eduardo from Michigan

    Install the 10.2.0.4.0 patchset on top of 10.2.0.3
    Patchset number is : 6810189
    [10.2.0.4.0 PATCH SET FOR ORACLE DATABASE SERVER|http://updates.oracle.com/download/6810189.html]
    [http://updates.oracle.com/ARULink/PatchDetails/view_readme?plat_lang=912P&patch_file=&file_id=&password_required=&password_required_readme=&merged_trans=&aru=10032632&patch_num=6810189&patch_num_id=939957&default_release=80102040&default_plat_lang=912P&patch_password=&orderby=&direction=&no_header=0&sortcolpressed=&tab_number=&email=[email protected]&userid=ML-381723.992#CJAIIGJG]
    HTH
    Anantha.

  • Upgrading Oracle Patch Set

    Hello All,
    I am in the process of upgrading the Oracle Patch set from 9.2.0.6 to 9.2.0.8.
    Can anyone let me know what are the Pre and post installation steps that needs to taken care of.
    Thanks

    As Anurag has already mentioned that with every patch set there is a readme file which contains all pre and post installation steps in detail. Please read each word of it and you done if you follow as it is. In case you found any error/issue you can paste the steps which you have done; so that we can found where was the error / mis-steped.
    Regards
    Girish Sharma

  • Patch conflict when applying the 10.2.0.5 Patch set on Windows 7.

    Hi everybody.
    I have problem when install PSR 10.2.0.5 on Windows 7.
    First, Oracle Client 10.2.0.3 installed successfull. I want upgrade from Oracle Client 10.2.0.3 to Oracle Client 10.2.0.5.
    I downloaded Database10g PatchSetRelease10.2.0.5 for Microsoft Windows(x32) from E-Delivery Japan Site, then used it installed successfull but new ODBC is not added.
    Because of that I used metalink for download 10.2.0.5 Patch 9 and OPatch utility release 10.2.0.5.0.
    I extracted OPatch utility release 10.2.0.5.0 zip file directly under the ORACLE_HOME (Old Opatch is been overrided).
    Then Opatch aplly command executed for 10.2.0.5 Patch 9 but the error has occurred.
    ( D:\Oracle10.2.0.5\12332703 is 10.2.0.5 Patch 9 folder path. )
    Error Description:
    ==============
    Fatal:OPatch invoked as follows: 'apply D:\Oracle10.2.0.5\12332703 '
    information:
    OracleHOME : D:\oracle\product\10.2.0\client_3
    From : C:\Program Files\Oracle\Inventory
    Center Inventory: n/a
    OPatch Version : 10.2.0.5.1
    OUI Version : 10.2.0.3.0
    OUI Location : D:\oracle\product\10.2.0\client_3\oui
    Log・File Location : D:\oracle\product\10.2.0\client_3\cfgtoollogs\opatch\opatch2011-05-12_11-04-31am.log
    Information:Patch history file: D:\oracle\product\10.2.0\client_3\cfgtoollogs\opatch\opatch_history.txt
    Information:Starting ApplySession at Thu May 12 11:04:32 JST 2011
    Information:Starting Apply Session at Thu May 12 11:04:32 JST 2011
    Information:PatchObject::PatchObject() Patch location is D:\Oracle10.2.0.5\12332703
    Information:PatchObject::createPatchObject() Patch location is D:\Oracle10.2.0.5\12332703
    Information:PatchObject::createPatchObject() patch location is D:\Oracle10.2.0.5\12332703
    Information:ApplySession is temporary patch '12332703' being applied to
    OH 'D:\oracle\product\10.2.0\client_3'
    Information:Starting to apply patch to local system at Thu May 12 11:04:32 JST 2011
    Information:PatchObject::createPatchObject() Patch location is D:\oracle\product\10.2.0\client_3\inventory\oneoffs\5923165
    Information:PatchObject::createPatchObject() patch location is D:\oracle\product\10.2.0\client_3\inventory\oneoffs\5923165
    Information:PatchObject::createPatchObject() Patch location is D:\oracle\product\10.2.0\client_3\inventory\oneoffs\5923165
    Information:PatchObject::createPatchObject() patch location is D:\oracle\product\10.2.0\client_3\inventory\oneoffs\5923165
    Information:Patch 12332703 has Generic Conflict with 5923165
    Information:Patch 12332703 has no conflicts/superset wiht any other patch processed till now
    Information:Checking conflicts for patch: 12332703
    Information:Checking conflicts/supersets for patch: 12332703 with patch:12332703
    Information:Checking conflicts/supersets for patch: 12332703 with patch:5923165
    Information:Patch 12332703 has Genric Conflict with 5923165. Conflicting files are :
    D:\oracle\product\10.2.0\client_3\bin\orajox10.dll
    D:\oracle\product\10.2.0\client_3\lib\orajox10.lib
    D:\oracle\product\10.2.0\client_3\bin\orageneric10.dll
    D:\oracle\product\10.2.0\client_3\rdbms\admin\orageneric10.sym
    D:\oracle\product\10.2.0\client_3\bin\oraclient10.dll
    D:\oracle\product\10.2.0\client_3\rdbms\admin\oraclient10.sym
    D:\oracle\product\10.2.0\client_3\bin\orapls10.dll
    D:\oracle\product\10.2.0\client_3\rdbms\admin\orapls10.sym
    D:\oracle\product\10.2.0\client_3\bin\oranl10.dll
    D:\oracle\product\10.2.0\client_3\bin\oran10.dll
    D:\oracle\product\10.2.0\client_3\bin\sqora32.dll
    D:\oracle\product\10.2.0\client_3\bin\oraxml10.dll
    D:\oracle\product\10.2.0\client_3\lib\oraxml10.lib
    D:\oracle\product\10.2.0\client_3\lib\orapls10.lib
    D:\oracle\product\10.2.0\client_3\bin\oracore10.dll
    D:\oracle\product\10.2.0\client_3\lib\oracore10.lib
    D:\oracle\product\10.2.0\client_3\rdbms\admin\oracore10.sym
    Warning:OUI-67619:Interim patch 12332703 conflict with patch(es) [ 5923165 ] in the Oracle Home
    Information:
    Patch [ 12332703 ] conflict with patch(es) [ 5923165 ] in the Oracle Home.
    To resolve patch conflicts please contact Oracle Support Services.
    If you continue, patch(es) [ 5923165 ] will be rolled back and the new Patch [ 12332703 ] will be installed.
    Continue?y
    Information:Start to wait for user-input at Thu May 12 11:04:36 JST 2011
    Information:Finish waiting for user-input at Thu May 12 11:04:44 JST 2011
    Information:User Responded with: Y
    Information:Start the Apply initScript at Thu May 12 11:04:44 JST 2011
    Information:Finish the Apply initScript at Thu May 12 11:04:44 JST 2011
    Information:PatchObject::createPatchObject() Patch location is D:\oracle\product\10.2.0\client_3\inventory\oneoffs\5923165
    Information:PatchObject::createPatchObject() patch location is D:\oracle\product\10.2.0\client_3\inventory\oneoffs\5923165
    Information:Start the Rollback init script for Patch "5923165" at Thu May 12 11:04:44 JST 2011
    Information:Finish the Rollback init script for Patch "5923165" at Thu May 12 11:04:44 JST 2011
    Information:
    Running prerequisite checks...
    Information:Space Needed : 444755772
    Information:Prereq checkPatchApplicableOnCurrentPlatform Passed for patch : 12332703
    Information:PatchObject::createPatchObject() Patch location is D:\oracle\product\10.2.0\client_3\inventory\oneoffs\5923165
    Information:PatchObject::createPatchObject() patch location is D:\oracle\product\10.2.0\client_3\inventory\oneoffs\5923165
    Information:Patch 12332703: Optional component(s) missing : [ oracle.rdbms, 10.2.0.5.0 ] , [ oracle.rdbms.dbscripts, 10.2.0.5.0 ] , [ oracle.network.rsf, 10.2.0.5.0 ] , [ oracle.has.common, 10.2.0.5.0 ] , [ oracle.has.rsf, 10.2.0.5.0 ] , [ oracle.rdbms.dbscripts, 10.2.0.5.0 ] , [ oracle.odbc.ic, 10.2.0.5.0 ] , [ oracle.ntoledb, 10.2.0.5.0 ] , [ oracle.ons, 10.2.0.5.0 ] , [ oracle.xdk.rsf, 10.2.0.5.0 ] , [ oracle.rdbms.dv.oc4j, 10.2.0.5.0 ] , [ oracle.sysman.bsln, 10.2.0.5.0 ] , [ oracle.dbjava.ic, 10.2.0.5.0 ] , [ oracle.has.crs, 10.2.0.5.0 ] , [ oracle.has.db, 10.2.0.5.0 ] , [ oracle.rdbms.dv, 10.2.0.5.0 ] , [ oracle.rdbms.plsql, 10.2.0.5.0 ] , [ oracle.oracore.rsf, 10.2.0.5.0 ]
    Information:Prereq checkComponents failed. So, checkApplicable returning without execution.
    Information:Prerequisite check "CheckApplicable" failed.
    The details are:
    Patch 12332703: Required component(s) missing : [ oracle.rdbms.rsf, 10.2.0.5.0 ]
    Fatal:OUI-67074:ApplySession failed while checking the precondition. : Prerequisite check "CheckApplicable" failed.
    Information:Because the system has not damaged, OPatch doesn't try restoring of the system.
    Information:--------------------------------------------------------------------------------
    Information:The following warnings have occurred during OPatch execution:
    Information:1) OUI-67619:Interim patch 12332703 conflict with patch(es) [ 5923165 ] in the Oracle Home
    Information:--------------------------------------------------------------------------------
    Information:Finishing ApplySession at Thu May 12 11:04:45 JST 2011
    Information:Total time spent waiting for user-input is 8 seconds. Finish at Thu May 12 11:04:45 JST 2011
    Information:Stack description : oracle.opatch.PrereqFailedException: Prerequisite check "CheckApplicable" failed.
    Information:StackTrace: oracle.opatch.OPatchSessionHelper.runApplyPrereqs(OPatchSessionHelper.java:4451)
    Information:StackTrace: oracle.opatch.ApplySession.processLocal(ApplySession.java:3695)
    Information:StackTrace: oracle.opatch.ApplySession.process(ApplySession.java:5577)
    Information:StackTrace: oracle.opatch.OPatchSession.main(OPatchSession.java:1719)
    Information:StackTrace: oracle.opatch.OPatch.main(OPatch.java:630)
    ==============
    Please help to solve this problem.
    Thanks & Best regards.

    Hi;
    Please see below notes which could be helpful for your issue:
    How to find whether the one-off Patches will conflict or not? [ID 458485.1]
    Patch Set Updates - One-off Patch Conflict Resolution [ID 1061295.1]
    Using OPatch -report option, how to check for potential conflicts during patch apply without Database / Listener shutdown [ID 406037.1]
    If its not help than i suggest move your issue to Forum Home » Database » Database - General
    Regard
    Helios

  • Error when using Patch Set Assistant on DEV_MDS for 11.1.14 upgrade

    I have successfully run the upgrade to SOA 11.1.1.4 from 11.1.1.3, and I am now trying to run the Patch Set Assistant to upgrade the DEV_MDS database schema. But I get the following error:
    Updating the Oracle Fusion Middleware Metadata Schema to release 11.1.1.4.0.
    Updating schema for component Oracle Metadata Services.
    UPGAST-01006: Schema upgrade failed for Oracle Metadata Services.
    The command failed to complete successfully
    I looked at some of the log files, and found the following:
    [2011-02-17T23:24:16.602-08:00] [MDS] [ERROR] [UPGCMP-05501] [upgrade.MDS] [tid: 10] [ecid: 0000IsrdnUk5yW^5xV_AiW1DNXu4000000,0] Oracle Metadata Services schema upgrade is invalid.
    [2011-02-17T23:24:16.602-08:00] [MDS] [ERROR] [] [upgrade.MDS] [tid: 10] [ecid: 0000IsrdnUk5yW^5xV_AiW1DNXu4000000,0] Cause: Specified Metadata Services schema was updated but is invalid. Action: Restore the Metadata Services schema from a backup and retry. Check the error messages in Oracle Metadata service component log files. Correct the problem before running the Assistant again.
    [2011-02-17T23:24:16.602-08:00] [FrameworkMR] [ERROR] [UPGAST-01006] [upgrade.FrameworkMR] [tid: 10] [ecid: 0000IsrdnUk5yW^5xV_AiW1DNXu4000000,0] Schema upgrade failed for Oracle Metadata Services.
    [2011-02-17T23:24:16.602-08:00] [FrameworkMR] [ERROR] [] [upgrade.FrameworkMR] [tid: 10] [ecid: 0000IsrdnUk5yW^5xV_AiW1DNXu4000000,0] Cause: Repository Upgrade framework detected that schema upgrade of the component named in the error message failed. Action: Examine the upgrade log files for additional error messages. It may be possible to correct the problem and retry the upgrade.
    [2011-02-17T23:24:16.602-08:00] [FrameworkMR] [NOTIFICATION] [] [upgrade.FrameworkMR] [tid: 10] [ecid: 0000IsrdnUk5yW^5xV_AiW1DNXu4000000,0] failure_total 1 m_upgradeMode Y
    [2011-02-17T23:24:16.602-08:00] [FrameworkMR] [ERROR] [UPGAST-01015] [upgrade.FrameworkMR] [tid: 10] [ecid: 0000IsrdnUk5yW^5xV_AiW1DNXu4000000,0] Some repository upgrade component-specific software modules report failure.
    [2011-02-17T23:24:16.602-08:00] [FrameworkMR] [ERROR] [] [upgrade.FrameworkMR] [tid: 10] [ecid: 0000IsrdnUk5yW^5xV_AiW1DNXu4000000,0] Cause: One or more component-specific software modules returned an error status during repository upgrade. Some other components might have upgraded successfully. Action: Review the upgrade logs to determine which components have failed, and pinpoint the source of the errors for each component. Correct the conditions that caused the errors. It may be possible to rerun the upgrade.
    And also:
    2011-02-17 23:24:16.102 rcu:Statement Type: 'PL/SQL Statement - Object Type:PACKAGE BODY Object Name:MDS_INTERNAL_COMMON'
    Error encountered executing SQL statement FileName: 'D:\Oracle\Middleware\home_11gPS2\oracle_common\rcu\integration\mds\sql\MDSINCB.plb' LineNumber: '282'
    SQL Statement: [CREATE OR REPLACE PACKAGE BODY                 mds_internal_common wrapped
    a000000
    1
    abcd
    abcd
    abcd
    abcd
    abcd
    abcd
    abcd
    abcd
    abcd
    abcd
    abcd
    abcd
    abcd
    abcd
    abcd
    b
    bc8b 495d
    VOLin4qlIqL/ebAEBNG+TcwkAl4wg13tedD9rcJNOpPklHI/fBQuCnmcF4vgZDJ3ptWICdP/
    FN7xJuWDlvRBUk+t1J+YW4YiHwBnc849mAkgXMKYF9G46ktcJkfKiF/nYDbWNclQldoAtkjt
    Any idea of what went wrong?                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    http://niallcblogs.blogspot.com/2011/01/rcu-issue-on-soa-11114-on-xe.html
    http://itnewscast.com/middleware/rcu-issue-soa-11114-xe
    do these help?
    think you only need a recompile

  • How to do in-place-upgrades with the new patch sets (11.2.0.2.0)?

    Hello,
    Oracle has released the new patch set 11.2.0.2.0 for Oracle Database whose installation deviates from the previous patch set instructions. Are there any new deployment procedures available to do an in-place upgrade? We have a lot (about 100) of development databases here, most of them do not have enough hard disk space to do an out-of-place upgrade, so the need for updated deployment procedures is definetely there.
    Best regards,
    Andreas

    Hello Hemss,
    I am trying to do an in-place-upgrade (replacing the old Oracle software completely because our test servers have only very little space). When you want to perform an out-of-place upgrade, things are more simple, but you need the disk space for a new Oracle home (about 6 GB on Linux-x64 in my case). Essentially, the steps are:
    1. You can keep the production database online during the next steps
    2. Install the new 11.2.0.2.0 into a new Oracle Home (an Oracle software directory which does not exist yet). Only install the software.
    3. Apply any post-11.2.0.2.0 patches if available and needed
    4. Schedule a maintenance window with your users
    5. Put the original database(s) in MOUNT mode (SHUTDOWN IMMEDIATE followed by STARTUP MOUNT)
    6. Perform a FULL backup of both database and old Oracle home, just to be on the safe side.
    7. Set your enviromnent: ORACLE_HOME and ORACLE_BASE should point to your NEW installation, ORACLE_SID to your production database.
    8. Start netca to create a new LISTENER for your new software installation (you might want to use a different port than your previous installation in case you need to run both at the same time)
    9. Start dbua from the new Oracle Home and follow the on-screen instructions. You can either create an updated copy of the database (needs more disk space but you can easily switch back to your orginal DB), or you change the database to fit your new Oracle version (needs less space, but you need to run the scripts to downgrade to the old release if you need to go back)
    So, as long as you have plenty of disk space, things are not that difficult at all. Of course, you should always read the release notes and the full installation guides for the new version because there might be new features or behaviours that affect your database. It is also highly advisable to test this on a completely different machine first.
    You can find the complete upgrade guide here: http://download.oracle.com/docs/cd/E11882_01/server.112/e17222/toc.htm
    Best regards,
    Andreas

  • Oracle 10g 2 - 10.2.0.2 Patch seti without instance

    Hi,
    I'm installing Oracle 10g 2 - 10.2.0.2.
    I installed base release 10g 2 and then i have installed the patch set 10.2.0.2 (Linux x86).
    It's a new installation, so there isn't an instance.
    When i use dbca to create the DB i receive the error
    ORA-01092: ORACLE instance terminated. Disconnection forced.
    So i think i should execute catupgrd.sql like described in readme of patch, but if there ins't an instance, how could i connect to the db as sysdba?
    Thanks!

    If you don't currently have any database, then you don't need to run the catupgrade script, this is meant only for databases so the data dictionary is upgraded on an individual basis. Just ensure you have properly applied the patchset against the right Oracle Home and ensure your environment variables are properly set.
    ~ Madrid

  • Oracle Forms Server 6i Patch set 11

    Hi,
    Can any body send me patch set 11 for oracle forms server 6i? I need it to test deploment in XP.
    Take care,
    Tarek

    Unfortunately, patch 11 will not certify XP. Patch 12 might, but it is not promised. There are some issues with XP which are out of the control of the Forms group. It has to do with the 8.0.6 RSFs so we are all waiting for those issues to be resolved.
    Regards,
    Robin Zimmermann
    Forms Product Management

  • How to download oracle patch set 10.2.0.5  for Windows server 2008 R2

    I need  download and install oracle patch set 10.2.0.5 and install  for Windows server 2008 R2 (notes 1486772).
    But I  get message "Download basket request for update has been processed. Unable to add 1 new object(s). The objects are already part of Export and to be processed."
    Help me, please!

    Hi,
    Have you looked at this location https://service.sap.com/oracle-download ?
    Refer SAP Note 871735 - Current patch set for Oracle 10.2.0 -> Oracle patch set 10.2.0.5
    Once you add the Patchset 10.2.0.5 in download basket, you will find the same in Export tab of Download Basket. You will have to get the approval from SAP Export department by raising OSS message with XX-SER-SWFL-EXPORT component. After getting approval for the same from SAP Export dept., then & then only you will able to download it.
    Regards,
    Bhavik G. Shroff

  • Files modified by 10g Release 2 (10.2.0.4) Patch Set 3 for HP-UX Itanium

    Hello, anyone knows what are the files modified by 10.2.0.4.0 Patch Set 3? or where can I found this information?
    Thanks in advanced.

    Hello Srini, thanks for your answer.
    I haven´t Oracle Dataguard, I have a disk replication with other supplier, for this reason, I need to know the files that will be modified, because if the patch modifies a file that I haven´t on replication, I will have problems.
    Thanks again.

Maybe you are looking for