11.2.0.4 Patch Set for Windows

Any idea when this is going to be released for Windows?  It's been released for Linux and a few other OS's, but the release schedule doesn't even have a date for 11.2.0.3.26.
Really needing Windows 8 support soon.

sometime in 4th quarter 2013
Release Schedule of Current Database Releases (Doc ID 742060.1)

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?

  • Latest 9i Patch set for Windows X86

    Hello All,
    Could you please inform me what is the latest patch set available for oracle 9i in
    Windows 32 bit platforms.
    Thanks and regards
    Satish V Chandran

    Thanks Fzheng,
    Could you please tell me where can I get the software from. I couldnot find it in Oracle site. This particular version was available only for Stratus x86.
    Regards
    Satish

  • 8.1.7.2.1 patch set. (8i server patch set for windows )

    Hi,
    Please, where may I find the patches for 8.1.7 server to download. I do not have access to metalink. I urgently need these patches.
    Thanks

    1. If both databases are using the same ORACLE_HOME , then yes you will be need to shut down both databases and patch each one. Youa re patching the Oracle binaries as well as running new versions of catalog/catproc/catrep etc.
    2. Not srue about number 2. I don't use the web server piece. My guess would be no since you are using a different version.

  • Need patch ID for Linux 64-bit equiv to 10.2.0.4 patch 17 for Windows 32-bi

    Need patch ID for Linux 64-bit equiv to 10.2.0.4 patch 17 for Windows 32-bit
    Hello,
    We are transporting a database from Windows 32-bit to Linux 64-bit. Version/Patch on the Windows machine is 10.2.0.4.0 (10g Release 2 Patch Set 3), interim patch 8258839.
    How do I find the equivalent patch set for the Linux 64-bit environment? We need to have the Linux environment at the same patch level.
    Thank you, Tim

    AFAIK, the interim patch concept is only applicable to Windows. There is no Linux/Unix equivalent. See these MOS Docs
    268895.1 - Oracle Database Server Patchset Information, Versions: 8.1.7 to 11.2.0
    342443.1 - 10.2.0.x Oracle Database and Networking Patches for Microsoft Platforms
    Pl open an SR to confirm.
    HTH
    Srini

  • 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

  • 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

  • Please provide the patch set for Oracle Enterprise Manager Grid Control 10

    Hi,
    please provide the patch set for Oracle Enterprise Manager Grid Control 10.2.0.1 and 10.2.0.5 for AIX 5.3
    patch set for Oracle Enterprise Manager Grid Control for 11.2.0.2 OS AIX 5.3
    Thanks,
    Vishal Hande.

    user12009184 wrote:
    Hi,
    please provide the patch set for Oracle Enterprise Manager Grid Control 10.2.0.1 and 10.2.0.5 for AIX 5.3
    patch set for Oracle Enterprise Manager Grid Control for 11.2.0.2 OS AIX 5.3
    Thanks,
    Vishal Hande.you must obtain all patches directly from
    http://support.oracle.com

  • ETA for 9.2.0.2 PATCH SET for NT

    When we gonna have 9.2.0.2 PATCH SET for NT ??
    sjarif

    There is a thread for this in the OLAP forum, release was due on 8th Nov but has been pushed back to the 15th Nov, so we should see it by early December!

  • I have a ipod nano 4th gen set for windows. I have a mac now how do I set it for mac

    I have an iPod nano 4th gen Its set for windows  I now have a Mac  How do I set it for Mac? I reset it so its empty. I'm starting a new music library on my mac.

    On a Mac, click here and follow the instructions.
    (117387)

  • Latest patch set for oracle client 8.1.7

    hello,
    what is the latest patch set exactly for oracle 8.1.7.xx? I know that this version is desupported but I need this client for a third party application that we have in use.
    thanks
    katharina

    Patch 2376472 is the latest patch set for 8.1.7 which will bring you up to 8.1.7.4. It is still available on Metalink.

  • 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

  • Install the latest patch set for Oracle 10.2.0.4.0

    I install SAP PI 7.1 EHP1 on Windows Server 2008 (RC1).
    I already installed Oracle DB software 10.2.0.4.0
    Now I would like to install the latest set for Oracle 10.2.0.4.0
    I downloaded the following files from Service Marketplace:
    - p8559467_10204_MS_WINX8664.zip
    -p7592030_10204_WIN_GENERIC.zip
    - Opatch_10204_Generic_v5.zip
    - and 3 Patchset files (Patchset_10204MSWINX8664aa.bin, Patchset_10204MSWINX8664ab.bin, Patchset_10204MSWINX8664ac.bin )
    Question:
    1) What is the procedure/order to install the patch set?
    2) Where (in which directory) should I put the 3 Patchset files and which commando should be used here (opathc apply)?
    Thank you!

    > - p8559467_10204_MS_WINX8664.zip
    >  -p7592030_10204_WIN_GENERIC.zip
    > - Opatch_10204_Generic_v5.zip
    > - and 3 Patchset files (Patchset_10204MSWINX8664aa.bin, Patchset_10204MSWINX8664ab.bin, Patchset_10204MSWINX8664ac.bin )
    That one is for updates 10.2.0.<4 to 10.2.0.4. Since you are already on 10.2.0.4 that one is no more necessary.
    > 1) What is the procedure/order to install the patch set?
    > 2) Where (in which directory) should I put the 3 Patchset files and which commando should be used here (opathc apply)?
    See Note 1137346 - Oracle 10.2.0: Patches/patch collections for Oracle 10.2.0.4
    Basically you will
    - patch Opatch
    - unzip the patch to a directory where <sid>adm has access
    - stop all Oracle Services
    - then execute opatch apply
    Markus

  • Oracle 11.1.0.7.0 patch 5 for windows 2003 x64.. Please help.

    Hello All
    I have Oracle EE 11.1.0.7.0 running on Windows 2003 x64 server plus ASM, and I want to apply patch 5, so that it becomes 11.1.0.7.5.
    I came to know from Oracle Support Services, Windows patche comes as bundled patchset, but I am not sure which patch to apply, there are 38 of them. Is 11.1.0.7.5P the correct one?.
    Patchset Avaialble:
    11.1.0.7.0 Patch 38 (11.1.0.7.38P) 32-Bit Patch:11741169 64-Bit (x64) Patch:11741170
    11.1.0.7.0 Patch 37 (11.1.0.7.37P) 32-Bit Patch:10636464 64-Bit (x64) Patch:10636465
    11.1.0.7.0 Patch 36 (11.1.0.7.36P) 32-Bit Patch:10350787 64-Bit (x64) Patch:10350788
    11.1.0.7.0 Patch 35 (11.1.0.7.35P) 32-Bit Patch:10245099 64-Bit (x64) Patch:10245101
    11.1.0.7.0 Patch 34 (11.1.0.7.34P) 32-Bit Patch:10168052 64-Bit (x64) Patch:10168056
    11.1.0.7.0 Patch 33 (11.1.0.7.33P) 32-Bit Patch:9773817 64-Bit (x64) Patch:9773825
    11.1.0.7.0 Patch 32 (11.1.0.7.32P) 32-Bit Patch:9930894 64-Bit (x64) Patch:9930895
    11.1.0.7.0 Patch 31 (11.1.0.7.31P) 32-Bit Patch:9846179 64-Bit (x64) Patch:9846180
    11.1.0.7.0 Patch 30 (11.1.0.7.30P) 32-Bit Patch:9869911 64-Bit (x64) Patch:9869912
    11.1.0.7.0 Patch 29 (11.1.0.7.29P) 32-Bit Patch:9718019 64-Bit (x64) Patch:9718020
    11.1.0.7.0 Patch 28 (11.1.0.7.28P) 32-Bit Patch:9707661 64-Bit (x64) Patch:9707665
    11.1.0.7.0 Patch 27 (11.1.0.7.27P) 32-Bit Patch:9604444 64-Bit (x64) Patch:9604446
    11.1.0.7.0 Patch 26 (11.1.0.7.26P) 32-Bit Patch:9523179 64-Bit (x64) Patch:9523181
    11.1.0.7.0 Patch 25 (11.1.0.7.25P) 32-Bit Patch:9392331 64-Bit (x64) Patch:9392335
    11.1.0.7.0 Patch 24 (11.1.0.7.24P) 32-Bit Patch:9384493 64-Bit (x64) Patch:9384497
    11.1.0.7.0 Patch 23 (11.1.0.7.23P) 32-Bit Patch:9264211 64-Bit (x64) Patch:9264214
    11.1.0.7.0 Patch 22 (11.1.0.7.22P) 32-Bit Patch:9166858 64-Bit (x64) Patch:9166861
    11.1.0.7.0 Patch 21 (11.1.0.7.21P) 32-Bit Patch:9082702 64-Bit (x64) Patch:9082709
    11.1.0.7.0 Patch 20 (11.1.0.7.20P) 32-Bit Patch:9025140 64-Bit (x64) Patch:9025144
    11.1.0.7.0 Patch 19 (11.1.0.7.19P) 32-Bit Patch:8928976 64-Bit (x64) Patch:8928977
    11.1.0.7.0 Patch 18 (11.1.0.7.18P) 32-Bit Patch:8832980 64-Bit (x64) Patch:8832986
    11.1.0.7.0 Patch 17 (11.1.0.7.17P) 32-Bit Patch:8783655 64-Bit (x64) Patch:8783657
    11.1.0.7.0 Patch 16 (11.1.0.7.16P) 32-Bit Patch:8689191 64-Bit (x64) Patch:8689199
    11.1.0.7.0 Patch 15 (11.1.0.7.15P) 32-Bit Patch:8655458 64-Bit (x64) Patch:8655460
    11.1.0.7.0 Patch 14 (11.1.0.7.14P) 32-Bit Patch:8603948 64-Bit (x64) Patch:8603952
    11.1.0.7.0 Patch 13 (11.1.0.7.13P) 32-Bit Patch:8553512 64-Bit (x64) Patch:8553515
    11.1.0.7.0 Patch 12 (11.1.0.7.12P) 32-Bit Patch:8508245 64-Bit (x64) Patch:8508247
    11.1.0.7.0 Patch 11 (11.1.0.7.11P) 32-Bit Patch:8451592 64-Bit (x64) Patch:8451598
    11.1.0.7.0 Patch 10 (11.1.0.7.10P) 32-Bit Patch:8416539 64-Bit (x64) Patch:8416540
    11.1.0.7.0 Patch 9 (11.1.0.7.9P) 32-Bit Patch:8343061 64-Bit (x64) Patch:8343070
    11.1.0.7.0 Patch 8 (11.1.0.7.8P) 32-Bit Patch:8297200 64-Bit (x64) Patch:8297201
    11.1.0.7.0 Patch 7 (11.1.0.7.7P) 32-Bit Patch:8260294 64-Bit (x64) Patch:8260301
    11.1.0.7.0 Patch 6 (11.1.0.7.6P) 32-Bit Patch:8219259 64-Bit (x64) Patch:8219268
    *11.1.0.7.0 Patch 5 (11.1.0.7.5P) 32-Bit Patch:7712568 64-Bit (x64) Patch:7712570*
    11.1.0.7.0 Patch 4 (11.1.0.7.4P) 32-Bit Patch:7682184 64-Bit (x64) Patch:7682189
    11.1.0.7.0 Patch 3 (11.1.0.7.3P) 32-Bit Patch:7664953 64-Bit (x64) Patch:7675231
    11.1.0.7.0 Patch 2 (11.1.0.7.2P) 32-Bit Patch:7586190 64-Bit (x64) Patch:7586195
    11.1.0.7.0 Patch 1 (11.1.0.7.1P) Only available in 32-Bit Patch:7540527
    Any help would be great.
    Regards
    Amit

    Hi All
    I have applied this patch 38 for Oracle 11.1.0.7.0 on Windows 2003 x64 bit server today but the database version from v$version didn't change at all and still its showing 11.1.0.7.0, I expected it to show 11.1.0.7.5.
    Any suggestions.
    Regards
    Amit

  • Patch Needed for Windows 64 bit OS for bug number - 9356752 ...OID 11.1.1.6

    Hi,
    I m doing OID - OAM integration for SSO.
    OID 11.1.1.6 (64 bit)
    RCU 11.1.1.6 (64 bit)
    Oracle DB 11.2.0.3 (64 bit)
    Weblogic Server 10.3.6
    While installing OID 11.1.1.6
    I m getting error during configuration as
    [2013-01-19T13:40:42.723+05:30] [as] [NOTIFICATION] [] [oracle.as.provisioning] [tid: 19] [ecid: 0000JlHnUopFk3WFLzvH8A1Gy^Jk00000A,0] Trying to start the component oid1
    [2013-01-19T13:40:42.855+05:30] [as] [WARNING] [] [oracle.as.config] [tid: 19] [ecid: 0000JlHnUopFk3WFLzvH8A1Gy^Jk00000A,0] Failed to start component oid1[[
    oracle.as.config.ProvisionException: HTTP status code = 400 : The request parameters did not match any components
         at oracle.as.config.impl.OracleASComponentBaseImpl.manageProcess(OracleASComponentBaseImpl.java:943)
         at oracle.as.config.impl.OracleASComponentBaseImpl.start(OracleASComponentBaseImpl.java:1062
    I searched through oracle support ..I got a patch for this issue (bug number 9356752) but its for Linux and Solaris.
    Can I get the patch for Windows 64 bit OS or any solution to resolve this issue?
    Thanks and Regards,
    Yogesh

    Hi,
    I have faced the same issue when I was installing OID in linux server, but was able to fix the issue with right version of RCU ( I was using RCU 11.1.1.5 with OID 11.1.1.6).
    Regards,
    Raghav

Maybe you are looking for

  • Workflow in the releasing of Credit blocked sales orders.

    Hi All, My Client requirement is that they need workflow in the releasing of credit blocked sales orders. If once sales order is blocked then it should be approved at 3 levels, then only it should be released. Suggestions are highly appreciated  Rega

  • How to resize and maintain height and width ratio IR image column

    Hello, I am upgrading from 3.2 to 4.1 reports that include images in report columns. I have had good success with this except for one thing. If the height and width is fixed it distorts the photos, and if I do not have fixed dimensions the image may

  • External disc drive conflict

    Hi, I have a MacBook Pro 2007, and I use some external drives as I do a lot of music recordings. So far I used three USB and one Fire Wire 800 device. When I added another Fire Wire Disc (Seagate 1T) in chain with the other Seagate through the Fire W

  • Trying to update iphone to Ios 5

    I first updated my itunes as requested, then restarted computer, and then set to download the new update. It has downloaded fine but when I am getting ready to update it starts the back up for my phone and stops not even 25% in and states an error ha

  • Hal settings for synaptic/keyboard not respected anymore (Gnome2.28)

    I have a 11-x11-synaptics.fdi config-file with my synaptics settings and a 10-keymap.fdi file with my keyboard layout set. After upgrading to Gnome 2.28 yesterday, these settings are not respected anymore. I get US layout, and a touchpad where tappin