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!

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

  • 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.

  • 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

  • Link for 11.1.0.7 patch set 6890831

    Hi Experts,
    Could you please provide me the download link for 11.1.0.7 patch set 6890831. I require trhis to upgrade from 11.1.0.6 to 11.1.0.7 in order to work on AWM (Analytic Worklspace Manager)
    regards,
    Ravi Remje

    Go to metalink and search for 6890831 patch set.

  • 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

  • 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.

  • 10g Release 2 (10.2.0.4) Patch Set 3 for Linux x86 is available

    For all those who were in need of some bug fixing, maybe it has been patched in 10g Release 2 (10.2.0.4) Patch Set 3 for Linux x86, which is now available for download.

    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.

  • Cpio syntax in 10g Release 1 (10.1.0.3) Patch Set 1 for AIX-Based Systems

    Oracle® Database Patch Set Notes
    10g Release 1 (10.1.0.3) Patch Set 1 for AIX-Based Systems
    Download and Extract the Installation Software
    To download and extract the patch set installation software:
    1. Download the p3761843_10103_AIX64-5L.zip patch set installation archive to a directory that is not the Oracle home directory or under the Oracle home directory.
    2. Enter the following commands to unzip and extract the installation files:
    $ unzip p3761843_10103_AIX64-5L.zip
    $ cpio –idcv p3761843_10103_AIX64-5L.cpio
    Of course cpio -i is expecting a standard input, so there a missing <
    cpio –idcv < p3761843_10103_AIX64-5L.cpio
    Best Regards
    Laurent Schneider

    Hi Laurent,
    Apologies for the delay responding to your feedback.
    The Document to which you refer does not appear to be listed on the pages my group maintains at: http://www.oracle.com/technology/documentation/index.html
    We are not actually part of the OTN group.
    Therefore, please try the Members Feedback forum instead at: Community Feedback (No Product Questions)
    Thanks and regards,
    Les

  • Runinstaller for 10.2.0.4 patch set while upgrading from 10.2.0.1 fails

    All
    I have pretty peculiar situation. I have installed (silent) oracle database server EE 10.2.0.1 on my RHEL 5 machine. Before configuring the database, I wanted to patch it to 10.2.0.4. I am trying to patch the oracle home in silent mode it self as x manager/vnc etc tools are not made available. I issue the below command
    ./opt/orcl10g/Disk1/runInstaller -silent -invPtrLoc /opt/orcl10g/oraInventory/oraInst.loc -responseFile /opt/orcl10g/Disk1/response/10204_install.rsp
    the installation proceeds some time, before pausing for ever. with out showing the completion screen. Neither any error message is given nor the prompt for executing root.sh. I am not able to find out whats happening if ever any action is in progress. I wait hours but no progress. However, when I query with OPATCH utility, I come across a scenarion where OPATCH is 10.2.0.4 but Oracle 10g home is STILL AT 10.2.0.1.
    I look forward for your advice/recommendation. I am pasting the OPATCH output below. Further down, I am pasting the values I have edited in the response file of the patch set. nothing else is done.
    Invoking OPatch 10.2.0.4.2
    Oracle Interim Patch Installer version 10.2.0.4.2
    Copyright (c) 2007, Oracle Corporation. All rights reserved.
    Oracle Home : /opt/orcl10g/orahome
    Central Inventory : /opt/orcl10g/oraInventory
    from : /etc/oraInst.loc
    OPatch version : 10.2.0.4.2
    OUI version : 10.2.0.4.0
    OUI location : /opt/orcl10g/orahome/oui
    Log file location : /opt/orcl10g/orahome/cfgtoollogs/opatch/opatch2009-07-09_17-47-21PM.log
    Lsinventory Output file location : /opt/orcl10g/orahome/cfgtoollogs/opatch/lsinv/lsinventory2009-07-09_17-47-21PM.txt
    List of Oracle Homes:
    Name Location
    coin_home /opt/orcl10g/orahome
    Installed Top-level Products (1):
    Oracle Database 10g 10.2.0.1.0
    There are 1 products installed in this Oracle Home.
    There are no Interim patches installed in this Oracle Home.
    OPatch succeeded.
    Values changed in the response file
    UNIX_GROUP_NAME="oinstall"
    ORACLE_HOME="/opt/orcl10g/orahome"
    ORACLE_HOME_NAME="sbicoin_home"
    b_acceptLicense="false" --> No configuring OCM .
    b_useRegistration="false" --> disabling OCM.
    Sarat

    We fixed it. The issue was the initial 10.2.0.1 S/W installation. The software we recieved and installed was not giving many of the binaries under $ORACLE_HOME/bin as a 0 byte files... When I tried to redo, I realized it. So had a fresh copy of the S/W from OTN download and then it went smothly.
    Thanks for the response and your time. :-)
    Sarat

  • 10.1.0.3 patch set for JDBC bugs?

    I researched metalink and found reported 10.1.0.2 JDBC bugs with fixes on 10.1.0.3 patch set. I can't find this patch set. We are currently running 10.1.0.2 JDBC driver over 8.1.7 database. I would like to know how to apply the 10.1.0.3 fixes on the JDBC driver.
    Has anyone got the 10.1.0.3 patch set? Where can I get it?
    How do I get 10.1.0.3 fixes for JDBC driver only?
    Thanks.

    Hi Laurent,
    Apologies for the delay responding to your feedback.
    The Document to which you refer does not appear to be listed on the pages my group maintains at: http://www.oracle.com/technology/documentation/index.html
    We are not actually part of the OTN group.
    Therefore, please try the Members Feedback forum instead at: Community Feedback (No Product Questions)
    Thanks and regards,
    Les

Maybe you are looking for