CPU JUL 2010 patch issue

Oracle : 10.2.0.4.0
Red hat linux 5
./opatch prereq CheckConflictAgainstOHWithDetail -ph /u01/app/oracle/9655017
Invoking OPatch 10.2.0.4.9
Oracle Interim Patch Installer version 10.2.0.4.9
Copyright (c) 2009, Oracle Corporation. All rights reserved.
PREREQ session
Oracle Home : /u01/app/oracle/product/10.2.0
Central Inventory : /u01/app/oracle/oraInventory
from : /etc/oraInst.loc
OPatch version : 10.2.0.4.9
OUI version : 10.2.0.4.0
OUI location : /u01/app/oracle/product/10.2.0/oui
Log file location : /u01/app/oracle/product/10.2.0/cfgtoollogs/opatch/opatch2010-07-21_17-54-59PM.log
Patch history file: /u01/app/oracle/product/10.2.0/cfgtoollogs/opatch/opatch_history.txt
Invoking prereq "checkconflictagainstohwithdetail"
Prereq "checkConflictAgainstOHWithDetail" not executed
Unable to create Patch Object.
Exception occured : PatchObject constructor: Input file "/u01/app/oracle/9655017/etc/config/actions" or "/u01/app/oracle/9655017/etc/config/inventory" does not exist.
OPatch succeeded.
Please help me on bold text

Thanks for your help
Actually problem was like
When oracle patch process find files *(Input file "/u01/app/oracle/9655017/etc/config/actions" or "/u01/app/oracle/9655017/etc/config/inventory" does not exist.)*
,it gives error
Now you can see oracle finds it in path like */u01/app/oracle/9655017/* , but in oracle patch folder it resides in path like */u01/app/oracle/9655017/9655017/*
So i have just move those files from second level directory to top level
Oracle support guys told me to download patch folder again after seeing my log files but the issue was here :)
Thank you
Himanshu
Edited by: Oracle_2410 on Jul 23, 2010 3:18 AM

Similar Messages

  • Cpu jan 2010 patch for windows

    Hi All,
    can i know the patch number for cpu jan 2010 patch set number for windows.
    kk

    It depends on your version of Windows (2000,2003,2008, 32bit, 64bit, itanium, etc).
    Your best bet is to view the My Oracle Support note for the Jan 2010 CPU (ID 986632.1) to find the correct patch number.

  • Queries on CPU and PSU Patches

    We are on 11.5.10.2 and 10.2.0.4.We need to apply CPU and PSU patches.
    1.When we apply the latest CPU patch does it mean it will apply all previous cpu patches on Both application and DB.
    Means does it mean CPU's are cumulative.
    2.What is PSU patch and what is difference between cpu and psu.When we apply latest psu will it apply latest cpu patch as well.
    Please provide the latest CPU and psu note no. which includes Patches as well.

    Please search the forum before posting similar questions as this topic was discussed many times.
    We are on 11.5.10.2 and 10.2.0.4.We need to apply CPU and PSU patches.
    1.When we apply the latest CPU patch does it mean it will apply all previous cpu patches on Both application and DB.
    Means does it mean CPU's are cumulative.Please see this link.
    Switching to Cumulative Critical Patch Updates for E-Business Suite 11i
    http://blogs.oracle.com/stevenChan/2010/01/cumulative_ebs_cpu.html
    2.What is PSU patch and what is difference between cpu and psu.When we apply latest psu will it apply latest cpu patch as well.Can E-Business Users Apply Database Patch Set Updates?
    http://blogs.oracle.com/stevenChan/2009/08/can_ebs_users_apply_database_patch_set_updates.html
    cpu and psu
    Re: CPU/PSU
    PSU Vs CPU
    Difference b/w CPU  and PSU
    Please provide the latest CPU and psu note no. which includes Patches as well.Critical Patch Update for January 2011 Now Available
    http://blogs.oracle.com/stevenChan/2011/01/cpu_jan_2011.html
    Thanks,
    Hussein

  • Oracle 10.2.0.4 Patching Process - CPU vs Interim Patches

    Hi everyone,
    We are getting ready to upgrade our AIX 5.2 - 64bit Oracle 10.2.0.2 systems to Oracle 10.2.0.4.
    I noted that there was also a single CPU patch available (CPUOct2008_p7375644_10204_AIX5L.zip), as well as a large list of interim patches for 10.2.0.4.
    I was wondering what other people do regarding their patching strategy for 10.2.0.4.
    eg:  After you complete your 10.2.0.4 upgrade, do you:
    1.  Apply the CPU patch first and then all the interim patches
    2.  Apply all the interim patches first and the the CPU patch
    3.  Apply the CPU patch only
    4.  Apply the interim patches only
    5.  Its all too hard, so I don't apply any CPU or interim patches ... I hope for the best.
    6.  Migrate to MaxDB ... its much easier to patch.
    Interested in your feedback.
    Cheers
    Shaun
    Edited by: Shaun on Nov 28, 2008 3:34 AM

    Hi Fidel,
    Fidel Vales wrote:
    Oracle changed the CPU patches in 10.2.0.4
    Now they are more "granular". it is divided in "molecules"
    that way it is possible to install only one "part" of the CPU if there is a conflict.
    I was aware of Oracles new approach for 10.2.0.4 of using the molecule patch concept.  I still feel uneasy with it given their past track record of patch conflicts.
    For that reason, I'd install first all patches and then the CPU.
    Have you done this?  Has anyone done this?  I wouldn't mind hearing from someone that has.
    Regarding MaxDB, sorry I never used it
    Your missing out on something wonderful.  Great database.
    Hows this ... I'll apply all of the interim patches, and then the CPU patch on one of our project boxes early next week, and report back if there were any conflicts or issues.
    Cheers
    Shaun

  • Getting syntax error in "SAPLBBP_PDH_CUF" in shopping cart/RFx/PO creation process in SRM7.0.Is it Patch issue?

    Getting syntax error in "SAPLBBP_PDH_CUF" in shopping cart/RFx/PO creation process in SRM7.0.Is it Patch issue?

    Hi, something wrong with your customer fields...
    Please, check them...

  • In reports date - 20100707 o/p should be 07.jul.2010 ?

    hi experts,
    i have a doubt in report i have a date in the format of 20100707 and the out put should be 07.Jul.2010.
    i had a option of writng a customer exit . but do i have any auto format   date settings to get the same with out writing the customer exit.
    could you please be in detail.
    with regards

    Hi Soumya,
    Its better you go for an customer exit as ther is no formula to convert the date format.
    You can use the following code as your reference:
    data: year(4) type c,
    month_text(3) type c,
    month_number(2) type c,
    day(2) type c.
    year = mydate+7(4).
    month_text = mydate+3(3).
    day = mydate+0(2).
    CASE month_text.
    WHEN 'JAN'.
    month_number = '01'.
    WHEN 'FEB'.
    month_number = '02'.
    WHEN 'MAR'.
    month_number = '03'.
    WHEN 'APR'.
    month_number = '04'.
    WHEN 'MAY'.
    month_number = '05'.
    WHEN 'JUN'.
    month_number = '06'.
    WHEN 'JUL'.
    month_number = '07'.
    WHEN 'AUG'.
    month_number = '08'.
    WHEN 'SEP'.
    month_number = '09'.
    WHEN 'OCT'.
    month_number = '10'.
    WHEN 'NOV'.
    month_number = '11'.
    WHEN 'DEC'.
    month_number = '12'.
    ENDCASE.
    concatenate year month_number day into myresult.
    Regards,
    Satyam

  • October CPU and PSU patches for oracle Database and application

    Hi experts,
    Linux-X86_64
    Datbase - 11.2.0.3.0
    Application - 12.1.3
    Can any one provide Patch Number for Cpu and Psu patch numbers for above versions(Oct 2014).
    regards,
    prathap

    You can also refer MOS note:
    Patch Set Update and Critical Patch Update October 2014 Availability Document (Doc ID 1912224.1)
    thanks

  • Microsoft  Patch Issue

    Pl take a look at the Microsoft Patch issue.since we are
    using flash in a big way.This has an impact on several applications
    we support. We noticed the problem because we are using
    non-applicable machines that already have the new patch applied.Any
    application that has an ActiveX control loaded using an
    <object>, <applet> or <embed> tag within a page
    will be affected. Suggest me......

    >
    http://www.adobe.com/products/flashplayer/download/detection_kit/
    > Or use SWFObject which is quite popular, and a bit
    easier to implement:
    >
    http://blog.deconcept.com/swfobject/
    For something truly easy to implement (the SWFObject
    certainly isn't unless
    you're doing a new page from scratch)
    http://activecontent.blogspot.com
    This has the best solutions for existing HTML files in
    particular, as wellas
    links to al lthe other solutions.
    Jeckyl

  • Can i apply CPU April 2008 patch to R12 Base release?

    Hi
    Can i apply CPU April 2008 patch to R12 Base Release (12.0.0) and database (10.2.0.2)?
    Please help me providing the steps required to apply!
    Thanks.

    Check the following note, Section 1, "Oracle E-Business Suite Release 12":
    Note: 557157.1 - Oracle E-Business Suite Critical Patch Update Note April 2008
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=557157.1

  • Need to evaluate CPU or PSU patches

    Hi,
    Our business is on the way of migrating the databases. Before migrating the databases, we need to evaluate whether we need to apply CPU or PSU patches after migration.
    If we are positive on applying CPU patches, then we will migrate the oracle_homes as well, as we have been applying CPU patches after every release.
    In case if we are positive upon PSU patches, then we will be migrating only the databases.
    So with this scenario, we need to evaluate whether we need CPU or PSU. I did a basic analysis and found that PSU contains the CPU plus non-security updates. Therefore applying PSU is beneficial. Also we cannot mixmatch the patches i.e. if we are applying CPU, then we have to apply only CPU patches and if we are applying PSU then we have to apply only PSU patches. However we still need to know further details which could be captured from the answers to below questions.
    1. What are the risks and impacts of applying the patches.
    2. When Oracle releases both CPU and PSU, on what basis can we evaluate whether we need CPU/PSU when we are applying for the 1st time.
    3. If, after a period of time after applying patches, if we encounter any bugs and Oracle recommeds to apply a bug fix, what will be the implication that will be encountered if we have to apply on top of CPU or PSU patches.
    4. Will any situation arise where we need to apply a CPU patch, when we already have been applying PSU patch. If so do we have to rollback all the PSU patches or only the
    5. Do we need to install new oracle_home each time we are applying PSU patch
    6. Are there any ways we can reduce downtime. Are these hot patches. We have reduced our downtime while applying CPU patches by applying through OEM. How do we knoe whether they are hot or cold patches
    These are some of the questions. Maybe later on i may get more questions. But I would like to get a clear idea.
    Note: I had to write this elaborately, so that I can make myself clear on the scenario and also to avoid redundancy while posting messages.
    Thanks
    Edited by: Roshan Jose on Jan 31, 2013 3:54 PM

    Oracle recommends applying PSU patches over CPU/SPU patches - how to identify if we need to apply CPU or PSU
    HTH
    Srini

  • Architecture: Mware View Horizon 5.3 with SVGA K1 GRID, W7 64 bit 4GB RAM and 3 CPU and 512MB VRAM  Issue 1: Photoshop setting is gpu[0].MemoryMB=128. Why ? It wolud be 512MB. Issue 2: Sometimes, We get the error not enough Vram. Why don't Photoshop  use

    Architecture: Mware View Horizon 5.3 with SVGA K1 GRID, W7 64 bit 4GB RAM and 3 CPU and 512MB VRAM
    Issue 1: Photoshop setting is gpu[0].MemoryMB=128. Why ? It wolud be 512MB.
    Issue 2: Sometimes, We get the error not enough Vram. Why don't Photoshop  use all 512MB vRAM?@

    Photoshop can only see what your video card driver reports.
    You might want to update your video card driver from the GPU maker's website.

  • Oracle CPU Jan 2012 Patch

    Hi:
    EBS: 12.1.3
    DB: 11.1.0.7.0
    APPS: 10.1.2.3, 10.1.3.4
    I need to apply CPU Jan 2012 patch. May I ask what Jave SE version supports that?
    Thank you and regards.
    Edited by: 907485 on Apr 9, 2012 1:13 PM

    Hi;
    Please check patch read me part. All related information cover in it
    Regard
    Helios

  • Apply CPU JAN 2012 Patches in R12.1.1

    What are the steps in appling CPU JAn 2012 patches in R12.1.1 ?
    Regards.

    Hi;
    What are the steps in appling CPU JAn 2012 patches in R12.1.1 ? It depends which CPU patches wanna apply. For some of our client we are just appliying database patches. For some other they also want to some other patches which is for Oracle Fusion Middleware products.
    Mainly for ALL patches, You need to check README part of patch. For each patch those steps are different also their prereq and post installation steps.
    So you question answer is check readme part for patches
    PS:Please dont forget to change thread status to answered if it possible when u belive your thread has been answered, it pretend to lose time of other forums user while they are searching open question which is not answered,thanks for understanding
    Regard
    Helios

  • September 14 2010 Microsoft patch issue

    Hello all,
     I am about at the end of my rope on this one, I have a variety of HP printers at my office and I print to them via their static IP addresses. The patch that Microsoft put down on September 14, 2010 had a adverse affect to the printing to any PC's that were updated. The PC's can ping the address fine with no issues, but when you try to print their is always a error in printing. The PC's that were not updated do not have this problem. All of the PC's in question are running Windows XP, I did have a Vista machine running with it also but I was able to resolve the problem on that machine and the Windows 7 machines do not seem affected with the issue.
    I am running out of ideas on how to resolve this issue, I have deleted the ports and drivers and reinstalled them. I have uninstalled the patches and also have done system restores to earlier dates in history. I have shutdown the firewalls on the machines and I have updated all the machines with the latest drivers from HP's website. But still when I try to print a test page nothing happens and it errors out. I took a machine out of storage with a clean install of Windows XP and updated it with all the patches and had no problem with adding the printers on the machine. I really don't want to reinstall all of the XP machines to correct the problem though. I did have on PC that was running with a laserjet 1160 connected via a USB port that had no IP printers setup on the system that I was able to update with the patch and easily install a laserjet M3035xs with no problems.
    Also with this new patch the "Network Folders" feature of the Laserjet M3035xs cannot connect to any of the machines that were patched. So this machine that I just bought last week for the accounting office is pretty much worthless till I can find a way to resolve the issue.
    Any and all ideas would be welcomed at the moment.
    Thank you in advance for your suggestions in this.
    This question was solved.
    View Solution.

    If you use mcafee total protection service, this may help.  I had this problem involving windows xp, hp printers and mcafee total protection service.  printer showed ready, could be pinged, right drivers, etc.  To resolve, I launched mcafee console, selected view application list from the drop down and for some reason, spooling was being blocked by the firewall.  Once I changed it to "allow" subsequent print jobs printed just fine.  Good luck.

  • CPU Jul-09 Installation - Error Cannot copy file from 'libjox10.so' to

    Hi All, I received this error while I was installing the last CPU on a 10.2.0.4 Oracle Instance running on a HP-UX Itanium System:
    Patch 8568398:
    Copy Action: Desctination File "/u02/app/oracle/product/10.2/Db_1/lib/libjox10.so" is not writeable.
    'oracle.rdbms, 10.2.0.4.0': Cannot copy file from 'libjox10.so' to '/u02/app/oracle/product/10.2/Db_1/lib/libjox10.so'
    I checked metalink' site with no similar results found.
    Could anybody help me?
    Should I run /usr/sbin/slibclean and remove the last patch (Patch 8568398) and then try again?
    This is the complete log...
    $ opatch version
    Invoking OPatch 10.2.0.4.7
    OPatch Version: 10.2.0.4.7
    OPatch succeeded.
    $ sqlplus /nolog
    SQL*Plus: Release 10.2.0.4.0 - Production on Fri Jul 17 16:29:29 2009
    Copyright (c) 1982, 2007, Oracle. All Rights Reserved.
    SQL> conn / as sysdba
    Connected.
    SQL> shutdown immediate
    Database closed.
    Database dismounted.
    ORACLE instance shut down.
    SQL> exit
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    $ lsnrctl stop
    LSNRCTL for HPUX: Version 10.2.0.4.0 - Production on 17-JUL-2009 16:32:29
    Copyright (c) 1991, 2007, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=Hostname)(PORT=1521)))
    The command completed successfully
    $ emctl stop dbconsole
    Oracle Enterprise Manager 10g Database Control Release 10.2.0.4.0
    Copyright (c) 1996, 2007 Oracle Corporation. All rights reserved.
    http://hostname:1158/em/console/aboutApplication
    Stopping Oracle Enterprise Manager 10g Database Control ...
    ... Stopped.
    $unzip p8534387_10204_HPUX-IA64.zip
    <...>
    $ cd 8534387
    $ opatch napply -skip_subset -skip_duplicate
    Invoking OPatch 10.2.0.4.7
    Oracle Interim Patch Installer version 10.2.0.4.7
    Copyright (c) 2009, Oracle Corporation. All rights reserved.
    UTIL session
    Oracle Home : /u02/app/oracle/product/10.2/Db_1
    Central Inventory : /u02/app/oracle/oraInventory
    from : /var/opt/oracle/oraInst.loc
    OPatch version : 10.2.0.4.7
    OUI version : 10.2.0.4.0
    OUI location : /u02/app/oracle/product/10.2/Db_1/oui
    Log file location : /u02/app/oracle/product/10.2/Db_1/cfgtoollogs/opatch/opatch2 009-07-17_16-38-05PM.log
    Patch history file: /u02/app/oracle/product/10.2/Db_1/cfgtoollogs/opatch/opatch_ history.txt
    Invoking utility "napply"
    Checking conflict among patches...
    Checking if Oracle Home has components required by patches...
    Checking skip_duplicate
    Checking skip_subset
    Checking conflicts against Oracle Home...
    OPatch continues with these patches: 7155248 7155249 7155250 7155251 7155252 7155253 7155254 7197583 7375611 7375613 7375617 7609057 7609058 8309587 8309592 8309623 8309632 8309637 8309642 8534387 8568395 8568397 8568398 8568402 8568404 8568405
    Do you want to proceed? y
    y
    User Responded with: Y
    Running prerequisite checks...
    Prerequisite check "CheckApplicable" failed.
    The details are:
    Patch 8568398:
    Copy Action: Desctination File "/u02/app/oracle/product/10.2/Db_1/lib/libjox10.so" is not writeable.
    'oracle.rdbms, 10.2.0.4.0': Cannot copy file from 'libjox10.so' to '/u02/app/oracle/product/10.2/Db_1/lib/libjox10.so'
    UtilSession failed: Prerequisite check "CheckApplicable" failed.
    $ opatch lsinventory -detail
    Invoking OPatch 10.2.0.4.7
    Oracle Interim Patch Installer version 10.2.0.4.7
    Copyright (c) 2009, Oracle Corporation. All rights reserved.
    Oracle Home : /u02/app/oracle/product/10.2/Db_1
    Central Inventory : /u02/app/oracle/oraInventory
    from : /var/opt/oracle/oraInst.loc
    OPatch version : 10.2.0.4.7
    OUI version : 10.2.0.4.0
    OUI location : /u02/app/oracle/product/10.2/Db_1/oui
    Log file location : /u02/app/oracle/product/10.2/Db_1/cfgtoollogs/opatch/opatch2009-07-17_17-53-30PM.log
    Patch history file: /u02/app/oracle/product/10.2/Db_1/cfgtoollogs/opatch/opatch_history.txt
    Lsinventory Output file location : /u02/app/oracle/product/10.2/Db_1/cfgtoollogs/opatch/lsinv/lsinventory2009-07-17_17-53-30PM.txt
    Installed Top-level Products (2):
    Oracle Database 10g 10.2.0.1.0
    Oracle Database 10g Release 2 Patch Set 3 10.2.0.4.0
    There are 2 products installed in this Oracle Home.
    Installed Products (190):
    Agent Required Support Files 10.2.0.1.0
    Agent Required Support Files Patch 10.2.0.4.0
    Assistant Common Files 10.2.0.1.0
    Assistant Common Files Patch 10.2.0.4.0
    Bali Share 1.1.18.0.0
    Buildtools Common Files 10.2.0.1.0
    Character Set Migration Utility 10.2.0.1.0
    Character Set Migration Utility Patch 10.2.0.4.0
    Database Configuration and Upgrade Assistants 10.2.0.1.0
    Database Configuration and Upgrade Assistants Patch 10.2.0.4.0
    Database SQL Scripts 10.2.0.1.0
    Database SQL Scripts Patch 10.2.0.4.0
    Database Workspace Manager 10.2.0.1.0
    Database Workspace Manager 10.2.0.4.0
    DBJAVA Required Support Files 10.2.0.1.0
    DBJAVA Required Support Files Patch 10.2.0.4.0
    Enterprise Edition Options 10.2.0.1.0
    Enterprise Manager Agent Core 10.2.0.1.0
    Enterprise Manager Agent Core Patch 10.2.0.4.0a
    Enterprise Manager Agent DB 10.2.0.1.0
    Enterprise Manager Agent DB 10.2.0.4.0
    Enterprise Manager Baseline 10.2.0.1.0
    Enterprise Manager Baseline 10.2.0.4.0
    Enterprise Manager Common Core Patch 10.2.0.4.0a
    Enterprise Manager Common Files 10.2.0.1.0
    Enterprise Manager Minimal Integration 10.2.0.1.0
    Enterprise Manager plugin Common Files 10.2.0.1.0
    Enterprise Manager plugin Common Files 10.2.0.1.0
    Enterprise Manager plugin Common Files Patch 10.2.0.4.0
    Enterprise Manager Repository Core 10.2.0.1.0
    Enterprise Manager Repository Core patch 10.2.0.4.0a
    Enterprise Manager Repository DB 10.2.0.1.0
    Enterprise Manager Repository DB 10.2.0.4.0
    Generic Connectivity Common Files 10.2.0.1.0
    Generic Connectivity Common Files Patch 10.2.0.4.0
    HAS Common Files 10.2.0.1.0
    HAS Common Files Patch 10.2.0.4.0
    HAS Files for DB 10.2.0.1.0
    HAS Files for DB Patch 10.2.0.4.0
    Installation Common Files 10.2.0.1.0
    Installation Common Files Patch 10.2.0.4.0
    Installer SDK Component 10.2.0.4.0
    iSQL*Plus 10.2.0.1.0
    iSQL*Plus 10.2.0.4.0
    Java Runtime Environment 1.4.2.14.0
    JDBC Common Files 10.2.0.1.0
    JDBC Common Files 10.2.0.4.0
    LDAP Required Support Files 10.2.0.1.0
    LDAP Required Support Files Patch 10.2.0.4.0
    OLAP SQL Scripts 10.2.0.1.0
    OLAP SQL Scripts Patch 10.2.0.4.0
    Oracle Advanced Security 10.2.0.1.0
    Oracle Advanced Security Patch 10.2.0.4.0
    Oracle Call Interface (OCI) 10.2.0.1.0
    Oracle Call Interface (OCI) Patch 10.2.0.4.0
    Oracle Clusterware RDBMS Files 10.2.0.1.0
    Oracle Clusterware RDBMS Files Patch 10.2.0.4.0
    Oracle Code Editor 1.2.1.0.0I
    Oracle Configuration Manager 10.2.7.1.0
    Oracle Containers for Java 10.2.0.1.0
    Oracle Containers for Java 10.2.0.4.0
    Oracle Core Required Support Files 10.2.0.1.0
    Oracle Core Required Support Files Patch 10.2.0.4.0
    Oracle Data Mining RDBMS Files 10.2.0.1.0
    Oracle Data Mining RDBMS Files Patch 10.2.0.4.0
    Oracle Database 10g 10.2.0.1.0
    Oracle Database 10g 10.2.0.1.0
    Oracle Database 10G 32 bit 10.1.0.2.0
    Oracle Database 10g interMedia Files 10.2.0.1.0
    Oracle Database 10g interMedia Files Patch 10.2.0.4.0
    Oracle Database 10g Patch 10.2.0.4.0
    Oracle Database 10g Patch 10.2.0.4.0
    Oracle Database 10g Release 2 Patch Set 3 10.2.0.4.0
    Oracle Database User Interface 2.2.13.0.0
    Oracle Database Utilities 10.2.0.1.0
    Oracle Database Utilities Patch 10.2.0.4.0
    Oracle Display Fonts 9.0.2.0.0
    Oracle Enterprise Manager Console DB 10.2.0.1.0
    Oracle Enterprise Manager Console DB 10.2.0.4.0
    Oracle Extended Windowing Toolkit 3.4.38.0.0
    Oracle Globalization Support 10.2.0.1.0
    Oracle Globalization Support Patch 10.2.0.4.0
    Oracle Help For Java 4.2.6.1.0
    Oracle Help for the Web 1.1.10.0.0
    Oracle Ice Browser 5.2.3.6.0
    Oracle interMedia 10.2.0.1.0
    Oracle interMedia Annotator 10.2.0.1.0
    Oracle interMedia Client Option 10.2.0.1.0
    Oracle interMedia Client Option Patch 10.2.0.4.0
    Oracle interMedia Java Advanced Imaging 10.2.0.1.0
    Oracle interMedia Java Advanced Imaging Patch 10.2.0.4.0
    Oracle interMedia Locator 10.2.0.1.0
    Oracle interMedia Locator Patch 10.2.0.4.0
    Oracle interMedia Locator RDBMS Files 10.2.0.1.0
    Oracle interMedia Locator RDBMS Files Patch 10.2.0.4.0
    Oracle interMedia Patch 10.2.0.4.0
    Oracle Internet Directory Client 10.2.0.1.0
    Oracle Internet Directory Client Patch 10.2.0.4.0
    Oracle Java Client 10.2.0.1.0
    Oracle Java Client Patch 10.2.0.4.0
    Oracle JDBC Thin Driver for JDK 1.2 10.2.0.1.0
    Oracle JDBC Thin Driver for JDK 1.2 Patch 10.2.0.4.0
    Oracle JDBC Thin Driver for JDK 1.4 10.2.0.1.0
    Oracle JDBC Thin Driver for JDK 1.4 Patch 10.2.0.4.0
    Oracle JDBC/OCI Instant Client 10.2.0.1.0
    Oracle JDBC/OCI Instant Client Patch 10.2.0.4.0
    Oracle JFC Extended Windowing Toolkit 4.2.33.0.0
    Oracle JVM 10.2.0.1.0
    Oracle JVM Patch 10.2.0.4.0
    Oracle LDAP administration 10.2.0.1.0
    Oracle LDAP administration patch 10.2.0.4.0
    Oracle Locale Builder 10.2.0.1.0
    Oracle Message Gateway Common Files 10.2.0.1.0
    Oracle Message Gateway Common Files Patch 10.2.0.4.0
    Oracle Net 10.2.0.1.0
    Oracle Net Listener 10.2.0.1.0
    Oracle Net Listener Patch 10.2.0.4.0
    Oracle Net Patch 10.2.0.4.0
    Oracle Net Required Support Files 10.2.0.1.0
    Oracle Net Required Support Files Patch 10.2.0.4.0
    Oracle Net Services 10.2.0.1.0
    Oracle Notification Service 9.0.4.0.0
    Oracle Notification Service Patch 10.2.0.4.0
    Oracle OLAP 10.2.0.1.0
    Oracle OLAP API 10.2.0.1.0
    Oracle OLAP API Patch 10.2.0.4.0
    Oracle OLAP Patch 10.2.0.4.0
    Oracle OLAP RDBMS Files 10.2.0.1.0
    Oracle OLAP RDBMS Files Patch 10.2.0.4.0
    Oracle One-Off Patch Installer 10.2.0.4.0
    Oracle Partitioning 10.2.0.1.0
    Oracle Partitioning Patch 10.2.0.4.0
    Oracle Programmer 10.2.0.1.0
    Oracle RAC Required Support Files-HAS 10.2.0.1.0
    Oracle RAC Required Support Files-HAS Patch 10.2.0.4.0
    Oracle Real Application Testing 10.2.0.4.0
    Oracle Recovery Manager 10.2.0.1.0
    Oracle Recovery Manager Patch 10.2.0.4.0
    Oracle Required Support Files 32 bit 10.2.0.0.0
    Oracle Required Support Files 32 bit Patch 10.2.0.4.0
    Oracle Spatial 10.2.0.1.0
    Oracle Starter Database 10.2.0.1.0
    Oracle Starter Database Patch 10.2.0.4.0
    Oracle Text 10.2.0.1.0
    Oracle Text Patch 10.2.0.4.0
    Oracle UIX 2.1.22.0.0
    Oracle Universal Installer 10.2.0.4.0
    Oracle Wallet Manager 10.2.0.1.0
    Oracle Wallet Manager Patch 10.2.0.4.0
    Oracle XML Development Kit 10.2.0.1.0
    Oracle XML Development Kit Patch 10.2.0.4.0
    Parser Generator Required Support Files 10.2.0.1.0
    Perl Interpreter 5.8.3.0.1
    Perl Interpreter Patch 5.8.3.0.1a
    PL/SQL 10.2.0.1.0
    PL/SQL 10.2.0.4.0
    PL/SQL Embedded Gateway 10.2.0.1.0
    PL/SQL Embedded Gateway Patch 10.2.0.4.0
    Platform Required Support Files 10.2.0.1.0
    Platform Required Support Files 10.2.0.4.0
    Precompiler Common Files 10.2.0.1.0
    Precompiler Common Files Patch 10.2.0.4.0
    Precompiler Required Support Files 10.2.0.1.0
    Precompiler Required Support Files Patch 10.2.0.4.0
    RDBMS Required Support Files 10.2.0.1.0
    RDBMS Required Support Files for Instant Client 10.2.0.1.0
    RDBMS Required Support Files for Instant Client Patch 10.2.0.4.0
    RDBMS Required Support Files Patch 10.2.0.4.0
    regexp 2.1.9.0.0
    Required Support Files 10.2.0.1.0
    Sample Schema Data 10.2.0.1.0
    Sample Schema Data Patch 10.2.0.4.0
    Secure Socket Layer 10.2.0.1.0
    Secure Socket Layer Patch 10.2.0.4.0
    SQL*Plus 10.2.0.1.0
    SQL*Plus 10.2.0.4.0
    SQL*Plus Required Support Files 10.2.0.1.0
    SQL*Plus Required Support Files Patch 10.2.0.4.0
    SQLJ Runtime 10.2.0.1.0
    SQLJ Runtime Patch 10.2.0.4.0
    SSL Required Support Files for InstantClient 10.2.0.1.0
    SSL Required Support Files for InstantClient Patch 10.2.0.4.0
    Sun JDK 1.4.2.17.0
    Sun JDK extensions 9.2.0.1.0
    XDK Required Support Files 10.2.0.1.0
    XDK Required Support Files Patch 10.2.0.4.0
    XML Parser for Java 10.2.0.1.0
    XML Parser for Java Patch 10.2.0.4.0
    XML Parser for Oracle JVM 10.2.0.1.0
    XML Parser for Oracle JVM Patch 10.2.0.4.0
    There are 190 products installed in this Oracle Home.
    There are no Interim patches installed in this Oracle Home.
    OPatch succeeded.
    $
    $ more /u02/app/oracle/product/10.2/Db_1/cfgtoollogs/opatch/opatch_history.txt
    Date & Time : Fri Jul 17 16:02:17 GMT-03:00 2009
    Oracle Home : /u02/app/oracle/product/10.2/Db_1
    OPatch Ver. : 10.2.0.4.7
    Current Dir : /u02/app/oracle/product/10.2/Db_1
    Command : -v
    Log File : /u02/app/oracle/product/10.2/Db_1/cfgtoollogs/opatch/opatch2009-07-17_16-02-17PM.log
    Date & Time : Fri Jul 17 16:38:05 GMT-03:00 2009
    Oracle Home : /u02/app/oracle/product/10.2/Db_1
    OPatch Ver. : 10.2.0.4.7
    Current Dir : /home/ora10g/8534387
    Command : napply -skip_subset -skip_duplicate
    Log File : /u02/app/oracle/product/10.2/Db_1/cfgtoollogs/opatch/opatch2009-07-17_16-38-05PM.log
    Date & Time : Fri Jul 17 17:53:30 GMT-03:00 2009
    Oracle Home : /u02/app/oracle/product/10.2/Db_1
    OPatch Ver. : 10.2.0.4.7
    Current Dir : /home/ora10g/8534387
    Command : lsinventory -detail
    Log File : /u02/app/oracle/product/10.2/Db_1/cfgtoollogs/opatch/opatch2009-07-17_17-53-30PM.log
    $
    Please let me know if you need more info.
    Regards, and thanks in advance!
    Martin

    You were right. It was a permissions issue:
    hostname:/root# ls -ltr /u02/app/oracle/product/10.2/Db_1/lib/libjox10.so
    -r-xr-xr-x 1 ora10g oinstall 20041728 Apr 23 2008 /u02/app/oracle/product/10.2/Db_1/lib/libjox10.so
    Thanks.
    damorgan wrote:
    "is not writeable." means one of two things.
    1. It does not exist.
    2. Permissions are not set correctly.
    Determining which it is ... that is the first step.

Maybe you are looking for

  • Migrating Training and Event Management...

    I need to migrate between two systems, both structural content and participants of Training and Event Management and is wondering if anyone can help me as to how to go about doing so? Do there exist standard IDOCs and programs/function module to do s

  • How can I add contacts on my Ipod touch 4g ios 5.1.1? help! :(

    Help! HELP! HELP! Plus, my Ipod wont connect in our wifi. It says "UNABLE TO CONNECT" eventhough I have the right password. GRRR!

  • 2G Nano View Options in iTunes dont get saved!!!

    I noticed an issue with the 2G Nano that the view options (columns with Artist, Song, Track Number etc.) always get reset to the default settings in iTunes every time I plug it in to charge/update music. I know with all the other iPods I've owned the

  • EasyDMS

    Hello, What is the difference between public folder and private folder in EasyDMS? What is the relation between folder and document type? Atul

  • La extension kernel no es de un desarrollador identificado

    Cordial saludo. Agradezco me orienten el motivo por el cual me aparece un aviso y si es grave. "La extension del kernel en system/library/Extension/klif.kext no es de un desarrollador identificado pero se cargará igualmente." Tengo un Macbook Pro de