Patch the 9.2.0.1

How update my database release for other highter ?
I need know to how install criticals patch too.
Thanks...

Specific and detailed instructions are defined at the readme file you will find with the patch.
The patch must be downloaded from metalink.oracle.com and you are supposed to have a valid CSI to allow you access to the patch area.
You are supposed to meed all requirement corresponding to your OS (patches, kernel parameters, packages) as listed on the prerequisites document. If you fail to meet them your installation will fail.
I'll outline the procedure, but for further details you must read the readme file.
0. Shutdown all Oracle related services
1. Once you have downloaded the patch zipped file uncompress it to a local stage area
2. Start the Oracle Universal Installer
3. Select the target oracle home where you will apply this patchset
4. Follow the screens, it is almost a next next install.
5. Proceed with installation and verify from the inventory the patch has been applied
6. Upgrade each database by means of the catpatch.sql script.
Further post install tasks are listed on the readme file.

Similar Messages

  • [SOLVED]How to patch the kernel? And other questions

    Like the same user who started this thread I'm suffering from hibernation resuming troubles using kernel 2.6.38. In that thread was posted a soluttion that involves patching the kernel.
    The patch to apply is this:
    http://git.kernel.org/?p=linux/kernel/g … e3e9fc8684
    Waiting for the bug to be corrected and a new version supplied is not an option, because this laptop is my main computer and I heavly rely on hibernation.
    Here's my trouble now. I don't know if it is possible to patch without recompiling the whole kernel, or it has to be compiled with that patch applied. I have seen the archlinux's wiki guide about compiling the kernel, but found nothing about applying patches (maybe I didn't searched with enought depth).
    In case there is needed a full compilation, should I use the vanilla kernel, the Arch Linux one or any of the AUR ones (I said AUR because they're the first that came to my mind)? Should i expect a performance gain with this (apart from fixing the hibernation bug)?
    Maybe i'm just doing a bunch of dumb questions, and the only thing I need is to search deeply on the wiki. In that case, please tell me. If not, I rather get some answers around kernel patching and / or compiling questions.
    Edit: In addittion, it is possible that all this questions are just newbie ones, I don't know, but as I am willing to learn from this I will appreciate any info or documentation about it.
    Thank you.
    Last edited by ethail (2011-04-12 06:30:48)

    From the source tree (/usr/src/linux-whatever) execute
    patch -p1 < /path/to/fix.patch
    then recompile kernel from the source tree.
    Basically that consists of executing the following commands from the source tree:
    make menuconfig
    make
    make modules_install
    cp -v System.map /boot/System.map-CUSTOM
    cp -v arch/x86/boot/bzImage /boot/vmlinuz-CUSTOM
    mkinitcpio -k 2.6.38-CUSTOM -g /boot/kernel-CUSTOM.img
    and you need to add menu entry in /boot/grub/menu.lst
    -k 2.6.38-CUSTOM should corespond to /lib/modules/2.6.38-CUSTOM (replace 2.6.38-CUSTOM with the name of your module directory, name depends on the kernel version and suffix that you gave in menuconfig). Regarding kernel configuration in menuconfig - I can't help you, you could use arch stock kernel config (zcat /proc/config.gz > /usr/src/linux-whatever/.config)
    I do these kind of things this way - maybe someone else have a more elegant solution.

  • How to Patch the new release PSU 11.2.0.3.1

    Dear Expert,
    This is my first time patch the Oracle RAC on two node cluster SUN SPAR 64 bit. Please someone can provide full proper step for patching the PSU 11.2.0.3.1 . Current RAC database version 11.2.0.3. My grid home and database home is not shared. I prefer using rolling patching . Evernthough i read the document, i still have some doubt of it.
    Regard
    liang

    This is my first time patch the Oracle RAC on two node cluster SUN SPAR 64 bit. Please someone can provide full proper step for patching the PSU 11.2.0.3.1 . Current RAC database version 11.2.0.3. My grid home and database home is not shared. I prefer using rolling patching . Evernthough i read the document, i still have some doubt of it. Please follow MOS document & Read me file for detailed steps.
    Oracle Database Patch Set Update 11.2.0.3.1 Known Issues [ID 1374706.1]
    Read me --> https://updates.oracle.com/Orion/Services/download?type=readme&aru=14273862

  • What options do I have to patch the recommended patchset on Solaris 10 with a bunch of non-global zones?

    With the standard patching process(installcluster), it takes a looong time since each zone needs veridated. Any option that I can apply the patchset to the global zone only, then later upgrade the non-global zones?
    If possible, I'd like to use LU.

    You can use LU but it will depend of your system config. There are instructions in the README of the patchset to install it on an alternate boot environment (previously created using lucreate).
    If you plan to use LU, read the following docs first to avoid common issues:
    Solaris Live Upgrade Software Patch Requirements(Doc ID 1004881.1)
    List of currently unsupported Live Upgrade (LU) configurations (Doc ID 1396382.1)
    You can also use Parallel Patching feature to improve performance :
    https://blogs.oracle.com/patch/entry/zones_parallel_patching_feature_now
    Solaris 10 10/09: Zones Parallel Patching to ReducePatching Time (System Administration Guide: Oracle Solaris Containers…
    What you can't do is patch the global zone only and the non-global zones later (unless the zones are detached). It's a requirement that the global and non-global stay synchronize at all time (considering that they are sharing the same kernel).

  • Can i patch oracle database on  RAC and not patch the RAC software

    Hi there
    Kindly advise on implications of doing the following
    1 i have oracle cluster version 10.2.0.1.0 running 2 nodes
    2 i have database version 10.2.0.1.0
    i have 4 different databases
    I want to patch only one database
    question !!
    Can i patch the database to 10.2.0.4 on both nodes with out patching the cluster software ?
    I' m doing this in order to fix a bug that is messing the live Db
    Is That possible
    Please answer
    Thanks
    Francis

    Can i patch the database to 10.2.0.4 on both nodes with out patching the cluster software ? Can you? yes
    Should you? NO

  • Permission problem when trying to patch the kernel

    Hello, my name is Rodrigo and I have a VAIO laptop. The problem with it is that it has soo many privative components that are very hard to get to work under Linux. Fortunately, I found a project http://code.google.com/p/vaio-f11-linux/, which aims to provide full suport to VAIOs in Linux.
    In order to do this I had to patch the Kernel http://code.google.com/p/vaio-f11-linux … nelSupport
    So I started to follow the instructions.
    1) I downloaded from kernel.org the lastest stable release (2.6.39)
    2) I made cd /usr/src/linux and unpacked the tar contnents from the kernel file into this directory
    3) I made "sudo curl http://www.absence.it/vaio-acpi/source/ … 6.39.patch | patch p1" and I got this:
    patching file include/linux/sonypi.h
    patch: **** Can't rename file /tmp/poSN3DW6 to include/linux/sonypi.h : Permission denied
    I don't know if I'm the problem or if the patch is "bad".I already submitted the problem to the Issues page from the project, but maybe I made something wrong, any help would be apreciated
    Rodrigo

    I don't think sudo was meant for strange things like downloading a patch and then piping it into the patch command. If you want that to work, you should either run "su" to make sure you are root beforehand, or split up the commands like so:
    sudo curl http://www.absence.it/vaio-acpi/source/patches/vaio-2.6.39.patch >vaio-2.6.39.patch
    sudo patch p1 <vaio-2.6.39.patch
    The generic instructions for using this patch will probably work but it will be cleaner if you look at the wiki page for Arch's take on custom kernels.
    Last edited by ConnorBehan (2011-05-25 03:15:06)

  • [SOLVED] How do I patch the kernel?

    EDIT (again): Doesn't seem like the patch is needed anymore. 3.3.1 kernel from the repos seems identical to my custom kernel (also 3.3.1).
    EDIT: The patches are for an older kernel but I was able to apply them manually.
    Hello. I'm trying to patch the kernel using the patch found on this page: http://lists.freedesktop.org/archives/i … 09584.html
    Now, I don't know much about patching but the patch in that post looks more like the program output of several diff commands. How do I format this to create a valid .patch file?
    Last edited by Splooshie123 (2012-04-10 04:52:40)

    To get back to my original question, making a patch out of what was in that mailing list post:
    Does this look ok?
    drivers/gpu/drm/i915/i915_drv.c | 4 ++++
    drivers/gpu/drm/i915/i915_drv.h | 1 +
    drivers/gpu/drm/i915/intel_display.c | 34 +++++++++++++++++++++-------------
    3 files changed, 26 insertions(+), 13 deletions(-)
    diff --git a/drivers/gpu/drm/i915/i915_drv.c b/drivers/gpu/drm/i915/i915_drv.c
    index 004880aa3a948669b8b4e23d9ad73d132cff81d0..1d88f059a27321ecb681e2b7927bb69029fcb49a 100644
    --- a/drivers/gpu/drm/i915/i915_drv.c
    +++ b/drivers/gpu/drm/i915/i915_drv.c
    @@ -49,6 +49,10 @@ module_param_named(powersave, i915_powersave, int, 0600);
    unsigned int i915_lvds_fixed = 1;
    module_param_named(lvds_fixed, i915_lvds_fixed, int, 0600);
    +unsigned int i915_lvds_channels = 0;
    +module_param_named(lvds_channels, i915_lvds_channels, int, 0600);
    +MODULE_PARM_DESC(lvds_channels, "LVDS channels in use: 0=(default) probe hardware 1=single 2=dual");
    +
    unsigned int i915_lvds_downclock = 0;
    module_param_named(lvds_downclock, i915_lvds_downclock, int, 0400);
    diff --git a/drivers/gpu/drm/i915/i915_drv.h b/drivers/gpu/drm/i915/i915_drv.h
    index 3fa8681459aa596e12e885568e5b48f0c9a60719..a6aab43e5f39f2d5b92a69a284bf8f72a254ea7c 100644
    --- a/drivers/gpu/drm/i915/i915_drv.h
    +++ b/drivers/gpu/drm/i915/i915_drv.h
    @@ -886,6 +886,7 @@ extern int i915_max_ioctl;
    extern unsigned int i915_fbpercrtc;
    extern unsigned int i915_powersave;
    extern unsigned int i915_lvds_fixed;
    +extern unsigned int i915_lvds_channels;
    extern unsigned int i915_lvds_downclock;
    extern unsigned int i915_lvds_24bit;
    diff --git a/drivers/gpu/drm/i915/intel_display.c b/drivers/gpu/drm/i915/intel_display.c
    index 09f57f29c30c371c213944be473090a780a287db..4dc91400edd8935be45a229cf91292339bca0ce8 100644
    --- a/drivers/gpu/drm/i915/intel_display.c
    +++ b/drivers/gpu/drm/i915/intel_display.c
    @@ -642,6 +642,20 @@ static const intel_limit_t intel_limits_ironlake_display_port = {
    .find_pll = intel_find_pll_ironlake_dp,
    +static int intel_is_dual_channel_mode(struct drm_crtc *crtc)
    +{
    + struct drm_device *dev = crtc->dev;
    + struct drm_i915_private *dev_priv = dev->dev_private;
    + if (i915_lvds_channels) {
    + /* User has specified desired channel mode */
    + return (i915_lvds_channels == 2);
    + }
    +
    + /* User has not specified mode so let's see
    + what the hardware is doing. */
    + return ((I915_READ(LVDS) & LVDS_CLKB_POWER_MASK) == LVDS_CLKB_POWER_UP);
    +}
    +
    static const intel_limit_t *intel_ironlake_limit(struct drm_crtc *crtc)
    struct drm_device *dev = crtc->dev;
    @@ -653,8 +667,7 @@ static const intel_limit_t *intel_ironlake_limit(struct drm_crtc *crtc)
    if (dev_priv->lvds_use_ssc && dev_priv->lvds_ssc_freq == 100)
    refclk = 100;
    - if ((I915_READ(PCH_LVDS) & LVDS_CLKB_POWER_MASK) ==
    - LVDS_CLKB_POWER_UP) {
    + if (intel_is_dual_channel_mode(crtc)) {
    /* LVDS dual channel */
    if (refclk == 100)
    limit = &intel_limits_ironlake_dual_lvds_100m;
    @@ -677,18 +690,16 @@ static const intel_limit_t *intel_ironlake_limit(struct drm_crtc *crtc)
    static const intel_limit_t *intel_g4x_limit(struct drm_crtc *crtc)
    - struct drm_device *dev = crtc->dev;
    - struct drm_i915_private *dev_priv = dev->dev_private;
    const intel_limit_t *limit;
    if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS)) {
    - if ((I915_READ(LVDS) & LVDS_CLKB_POWER_MASK) ==
    - LVDS_CLKB_POWER_UP)
    + if (intel_is_dual_channel_mode(crtc)) {
    /* LVDS with dual channel */
    limit = &intel_limits_g4x_dual_channel_lvds;
    - else
    - /* LVDS with dual channel */
    + } else {
    + /* LVDS with single channel */
    limit = &intel_limits_g4x_single_channel_lvds;
    + }
    } else if (intel_pipe_has_type(crtc, INTEL_OUTPUT_HDMI) ||
    intel_pipe_has_type(crtc, INTEL_OUTPUT_ANALOG)) {
    limit = &intel_limits_g4x_hdmi;
    @@ -821,8 +832,7 @@ intel_find_best_PLL(const intel_limit_t *limit, struct drm_crtc *crtc,
    * reliably set up different single/dual channel state, if we
    * even can.
    - if ((I915_READ(LVDS) & LVDS_CLKB_POWER_MASK) ==
    - LVDS_CLKB_POWER_UP)
    + if (intel_is_dual_channel_mode(crtc))
    clock.p2 = limit->p2.p2_fast;
    else
    clock.p2 = limit->p2.p2_slow;
    @@ -871,7 +881,6 @@ intel_g4x_find_best_PLL(const intel_limit_t *limit, struct drm_crtc *crtc,
    int target, int refclk, intel_clock_t *best_clock)
    struct drm_device *dev = crtc->dev;
    - struct drm_i915_private *dev_priv = dev->dev_private;
    intel_clock_t clock;
    int max_n;
    bool found;
    @@ -886,8 +895,7 @@ intel_g4x_find_best_PLL(const intel_limit_t *limit, struct drm_crtc *crtc,
    lvds_reg = PCH_LVDS;
    else
    lvds_reg = LVDS;
    - if ((I915_READ(lvds_reg) & LVDS_CLKB_POWER_MASK) ==
    - LVDS_CLKB_POWER_UP)
    + if (intel_is_dual_channel_mode(crtc))
    clock.p2 = limit->p2.p2_fast;
    else
    clock.p2 = limit->p2.p2_slow;

  • Patching the 9i Install for Pentium 4

    I was able to patch my Oracle 8i download to install and run properly on a Pentium 4 by updaring all 1.1.* JDK/JRE entries to 1.1.8_006 and all 1.2.* JDK/JRE entries to 1.2.2_007 (this is all on Win2K). This included three directories and two packaged .jar files.
    I haven't had the same luck patching the 9i disks. I found an additional directory and three additional .jre files and patched them, but still no luck.
    I've seen some postings on this issue in other locations, but I'm very interested in resolving this install problem. Has anyone else had any luck with this?

    Hi!
    I've further news. I've tried to install Oracle 9iAS v1.0.2.0 recently, and the hack that I posted yesterday works only for the install process. After a successful setup you still need some patching... Search for the same filename (symcjit.dll) in the Oracle directory (where you installed the Oracle product). Take a look on the version of the JRE where the multiple instances of the symcjit.dll were found. If they are all JRE 1.1.x, then you're lucky, because you only need the symcjit.dll that you downloaded from Sun to make the setup work. Replace the instances in your Oracle directory with the new one.
    If you find some symcjit.dll from a newer JRE distibution (as I did in case of the iSuites\Apache\jdk\jre directory), then you have to download the most up-to-date version of the given JRE (it was JRE 1.2.2 in my case), and use the symcjit.dll that you find in the downloaded package to replace the bad library in your Oracle directory.
    Here's the link for JRE 1.2.2 download (if somebody needs it): http://java.sun.com/products/jdk/1.2/jre/download-windows.html

  • How to patch the CRS SR from Build_109 to Build_210/ Build_443?

    I have CRS version 7.0.1_build_109, i'm trying to patch the version to upgrade it to version 7.0.1_build_210 or build_443, but while i'm trying to install the SR it's saying it's need minimum build_168 to upgrade, but how can i update build_109 to build_168? is there any related SR missing? i can't find the patch at CCO. Any help?

    Unfotunately " printenv | grep 18 " where the 18 is the build number does not return anything.
    I did some more research in the logs and it looks like XCSBuildService receive a message with the integration number as params
    [XCSBuildService.m:388 7194b310 +0ms] Got BotRun entity from collabd with GUID
    guid = "4b455e14-b6e4-4c89-b20d-8b34047c5b48";
    xcsbuildd.log:         integration = 18;
    xcsbuildd.log-         isBlogEnabled = 0;
    than it creates a botRunInfoPlist but unfortunately the integration number is not there any more :-(
    I'll create a bug report
    Thanks
    mrwanny

  • Patching the Standby DB

    Hi All,
    I need to patch my standby database with a few bug fix patches.
    The primary (prod) database has already been patched.
    The following are the steps that i am planning to implement. Please advice if any change is needed.
    1. Backup the oracle binaries
    2. Disable log shipping from primary to Standby
    SQL>alter system set log_archive_dest_state_3=defer ;
    3. Stop the Managed recovery on the standby database.
    SQL> alter database recover managed standby database cancel;
    4. Shutdown database
    SQL> Shutdown immediate;
    5. Apply patches (opatch apply)
    6. Startup nomount
    SQL> startup nomount;
    7. Mount the standby database
    SQL> alter database mount standby database;
    8. Start the Managed recovery on the standby database.
    SQL> Alter database recover managed standby database using current logfile disconnect from session;
    Please let me know if the steps are all fine or if any changes are needed.
    TIA
    KV

    Hi All,
    I need to patch my standby database with a few bug fix patches.
    The primary (prod) database has already been patched.
    The following are the steps that i am planning to implement. Please advice if any change is needed.
    1. Backup the oracle binaries
    2. Disable log shipping from primary to Standby
    SQL>alter system set log_archive_dest_state_3=defer ;
    3. Stop the Managed recovery on the standby database.
    SQL> alter database recover managed standby database cancel;
    4. Shutdown database
    SQL> Shutdown immediate;
    5. Apply patches (opatch apply)
    6. Startup nomount
    SQL> startup nomount;
    7. Mount the standby database
    SQL> alter database mount standby database;
    8. Start the Managed recovery on the standby database.
    SQL> Alter database recover managed standby database using current logfile disconnect from session;
    Please let me know if the steps are all fine or if any changes are needed.
    TIA
    KVYou've not specified the patchset. I assume you're trying to apply some CPU, there are two parts of patching:
    1. Patch the oracle software
    2. Patch the existing database (e.g. ?\rdbms\admin\catcpu.sql)
    Your steps seem fine, but you're skipping the second part of patching (refer to the readme of the patch as the step may defer for different CPU patches) and that is essential part. My plan of action will be similar to following:
    After backing up binaries and database
    1. Stop all the oracle services/processes
    2. Verify the appropriate opatch version (refer readme)
    3. patch the oracle S/W using opatch
    4. Verify that the CPU is applied successfully (opatch lsinventory)
    5. Patch the database (refer the readme for specific steps)
    6. check for invalid objects and compile them if necessary
    7. check whether the patch is applied successfully on database or not (using registry$history)
    8. Similarly patch the S/W of standby server (No need to patch the database)
    N.B. If you've already applied CPU on primary, then your POA is ok.
    Regards,
    S.K.

  • Patching the repository without a staging directory

    Hello,
    as I understand it, to patch an existing IdM installation, running on a production server for example, needs a staging directory to run the patch. We'd like to do the following:
    - Build a (patched) production .war file on one of our development machines
    - Run the patch on our productive system to update the repository database tables
    - Deploy the .war to the productive appserver
    Is it possible to run step 2) without any IdM installation other than the deployed .war file?
    Thanks in advance
    Michael
    Edited by: mvogt on Feb 4, 2009 5:34 AM

    You can modifiy the includes in the update.xml so that the files needed to patch the repository can be outside the deployed application.
    For example, take these lines from the update.xml:
    <ImportCommand name='include' file='sample/roleconfig.xml'/>
    <ImportCommand name='include' file='sample/roleforms.xml'/>
    <ImportCommand name='include' file='sample/wfrole.xml'/>You could change them to
    <ImportCommand name='include' file='/home/myuser/idm-staging/sample/roleconfig.xml'/>
    <ImportCommand name='include' file='/home/myuser/idm-staging/sample/roleforms.xml'/>
    <ImportCommand name='include' file='/home/myuser/idm-staging/sample/wfrole.xml'/>And place the files into your home directory.

  • Patching the dynpro components NW2004S

    Hi ,
    We having problem with portal , SAP recomend that we have to apply the 2 patch s
    One is EP 7 SP 10 patch 4 for the UWLJWF component
      and
    second one Patching the dynpro components on the system, we applied the UWLJWF component patch , but now I am confused about dynpro components patching .
    Can any one let me know the latest patch details of dynpro components,
    --Thanks & Regards
    Jhonu

    Since we have already applied several SP Stacks to these unused components, do you foresee any problems if we just discontinue these updates?
    Thank you,
    Jill

  • After patching the node, the node is not joining the cluster.

    Dear All,
    We are having a two node suncluster with below release
    Sun Cluster 3.2u1 for Solaris 10 sparc
    Copyright 2008 Sun Microsystems, Inc. All Rights Reserved.
    And nodes are
    Node Name Status
    scrbdomdefrm005 Online
    scrbdomderue005 Offline
    We are patching the nodes with 2q 2009 quarter patches, first we patched the node scrbdomderue005. we have followed the below step to patch the server.
    1) Our root d0 has d1(c0t0d0s0) and d2(c1t0d0s0)
    2) we have detached the d2 from d0; metaclear d2
    3) mount the c1t0d0s0 /mnt
    4) use the patchadd -R /mnt to patch the server. While patching we got only one error the patch 126106-27 need to be install in noncluster mode.
    5) switch the RG's from node scrbdomderue005 to scrbdomdfrm005.
    6) shutdown the scrbdomderue005, boot the scrbdomderue005 with c1t0d0s0 in noncluster-single user mode, and installed the patch 126106-27 and it was successful.
    7) shutdown the scrbdomderue005, boot the scrbdomderue005 with c1t0d0s0 in clustermode, and we are getting the following error.
    Booting as part of a cluster
    NOTICE: CMM: Node scrbdomdefrm005 (nodeid = 1) with votecount = 1 added.
    NOTICE: CMM: Node scrbdomderue005 (nodeid = 2) with votecount = 1 added.
    WARNING: CMM: Open failed for quorum device /dev/did/rdsk/d5s2 with error 1.
    NOTICE: clcomm: Adapter nxge7 constructed
    NOTICE: clcomm: Adapter nxge3 constructed
    NOTICE: CMM: Node scrbdomderue005: attempting to join cluster.
    NOTICE: nxge3: xcvr addr:0x0a - link is up 1000 Mbps full duplex
    NOTICE: nxge7: xcvr addr:0x0a - link is up 1000 Mbps full duplex
    WARNING: CMM: Open failed for quorum device /dev/did/rdsk/d5s2 with error 1.
    NOTICE: CMM: Cluster doesn't have operational quorum yet; waiting for quorum.
    NOTICE: clcomm: Path scrbdomderue005:nxge7 - scrbdomdefrm005:nxge7 errors during initiation
    NOTICE: clcomm: Path scrbdomderue005:nxge3 - scrbdomdefrm005:nxge3 errors during initiation
    WARNING: Path scrbdomderue005:nxge7 - scrbdomdefrm005:nxge7 initiation encountered errors, errno = 62. Remote node may be down or unreachable through this path.
    WARNING: Path scrbdomderue005:nxge3 - scrbdomdefrm005:nxge3 initiation encountered errors, errno = 62. Remote node may be down or unreachable through this path.
    exit from console.
    We are able to boot the node scrbdomderue005 in noncluster-mode and it was successful., please check the below details.
    scrbdomderue005:/# uname -a
    SunOS scrbdomderue005 5.10 Generic_138888-07 sun4u sparc SUNW,SPARC-Enterprise
    scrbdomderue005:/#
    Before pathcing the server scrbdomderue005 the kernel version was.
    SunOS scrbdomderue005 5.10 Generic_137111-07 sun4u sparc SUNW,SPARC-Enterprise
    If i boot the scrbdomderue005 with d1(c0t0d0s0), the server is properly joining the cluster without issue.
    could any one please guide me, what could be the problem... how to resolve the issue.

    Hi
    I could be because you have installed patch 138888. It has problems with nxge interfaces used as interconnect.
    Rgds
    Carsten

  • Error while applying patch the EBS R12.2 upgrade driver

    Hi, While running adpatch options=nocopyportion,nogenerateportion for an 11i to R12.2 upgrade we are getting the following error:
    About to update the current-view snapshot: Thu Mar 12 2015 16:08:18
      Updating the current-view snapshot...
    Done updating the current-view snapshot: Thu Mar 12 2015 16:08:24
    Completed uploading Java objects to patch history tables.
    1 "left over" javaupdates.txt files uploaded to DB: Thu Mar 12 2015 16:08:17
    0 patches uploaded from the ADPSV format patch history files: Thu Mar 12 2015 16:08:24
    Uploading /u001/ebsr12/fs1/EBSapps/appl/admin/TFMSD5/adpsv20150312152342_preinst.txt...
    > Inserted 1 patch history records (total).
    ADOP record out.
    AutoPatch warning:
    Error while inserting into AD_TRACKABLE_ENTITIES
      ABBREVIATION ... csc
      NAME ........... Customer Care
      TYPE ........... product
      BASELINE .......
      CODELEVEL ......
    ORA-01400: cannot insert NULL into ("APPLSYS"."AD_TRACKABLE_ENTITIES"."CODELEVEL")
    Freeing includes hash table
    Freeing fixes hash table
    Freeing basedons hash table
    Freeing entities hash table
    0 patches uploaded from the ADPSV format preinstall patch history files: Thu Mar 12 2015 16:08:24
    Uploading information about files copied during the previous runs ...
    0 "left over" filescopied_<session_id>.txt files uploaded to DB: Thu Mar 12 2015 16:08:25
         ****************** E N D   O F   U P L O A D ******************
    Thank you,
    J

    Our problem is a bit later in the process, but very similar to the OP.  The records do exist in AD_TRACKABLE_ENTITIES, but reflect the incorrect codelevel because they were not updated due to the ORA- error
    AutoPatch warning:
    Error while inserting into AD_TRACKABLE_ENTITIES
      ABBREVIATION ... csc
      NAME ........... Customer Care
      TYPE ........... product
      BASELINE .......
      CODELEVEL ......
    ORA-01400: cannot insert NULL into ("APPLSYS"."AD_TRACKABLE_ENTITIES"."CODELEVEL")
    Freeing includes hash table
    Freeing fixes hash table
    Freeing basedons hash table
    Freeing entities hash table
    Uploading /u01/app/oracle/fs1/EBSapps/appl/admin/EBS/adpsv20150329133324_preinst.txt...
    > Inserted 3 patch history records (total).
    ADOP record out.
    AutoPatch warning:
    Error while inserting into AD_TRACKABLE_ENTITIES
      ABBREVIATION ... csc
      NAME ........... Customer Care
      TYPE ........... product
      BASELINE .......
      CODELEVEL ......
    ORA-01400: cannot insert NULL into ("APPLSYS"."AD_TRACKABLE_ENTITIES"."CODELEVEL")
    Freeing includes hash table
    Freeing fixes hash table
    Freeing basedons hash table
    Freeing entities hash table
    SQL> select * from ad_trackable_entities where abbreviation = 'csc';
    ABBREVIA NAME
    TYPE                           U L
    CODELEVEL
    BASELINE
    csc      Oracle Customer Care
    product
    R12
    R12
    This becomes problematic when attempting to apply the 12.2.4 upgrade driver
    AutoPatch error:
    This patch is not compatible with your current codelines.
    This patch is compatible with: entity 'csc' - codeline 'R12.CSC.C'.
    Your current on-site codeline for the entity 'csc' is: 'R12.CSC.R12'.
    You should not apply this patch.
    Apply an equivalent patch that is compatible with your
    current codelines instead.

  • How to patch the sapjvm in either NW7.1 or NW7.3 in a dialog instance

    Hi, all.
    I only found the procedure to patch sapjvm 5.1 or 6.1 using JSPM. Actually SAP is saying only patching sapjvm with JSPM is supported. However, we all know that jspm cannot be started on a dialog instance. So how do you patch it on a dialog instance? I have spent the last 2 hours searching on the SDN and service marketplace and come up empty.
    Note that you cannot manually copy the jvm directory either because the sapcpe will somehow pick up the executable in the older version and copy it into /usr/sap/SID/DXX/exe. Again, SAP manages to change something simple into 10 times more complicated and it is totally pointless.
    Thanks,
    Jonathan.

    Did you manage to get this working?
    If yes ... what did you do?
    I am having the same problem implementing commons-logging with log4j

  • Download of January CPU Patch, the filename is somewhat cryptic

    I've tried to download the january cpu patch for three different o/s and when I click the download button, the file name looks right (i.e. p9952279_10105_SOLARIS64.zip), but when I click save the file name changes to a variation of letters and number (i.e. CAER8HUF.zip).
    Why does this happen?

    The given link take to the window where CPU patch for all the quarter available.
    The Critical Patch Updates released to date are listed in the following table.
    Critical Patch Update Latest Version/Date
    Critical Patch Update - October 2012 Rev 1, 16 October 2012
    Critical Patch Update - July 2012 Rev 1, 17 July 2012
    Critical Patch Update - April 2012 Rev 2, 19 July 2012
    If I click on Critical Patch Update - October 2012 its takes to the window for selectin the database version (11.2.0.3). From there it goes to the Patch Set Update and Critical Patch Update October 2012 Availability Document [ID 1477727.1] which I had already checked.
    There for the database products it shows the below option.
    Table 9 Patch Availability for Oracle Database 11.2.0.3
    +*<moderator edit - deleted MOS Doc content - pl do NOT post such content - it is a violation of your Support agreement>*+
    It doesnt have the sepreate CPU patch. The below CPU patch is for the OC4J. I had a check.
    Thanks
    SHIYAS M

Maybe you are looking for

  • ICal in Day view doesn't show hours, but Days for the hours?

    Ok, so I have been trying to figure this out but I cannot find the answer. In iCal, I cannot change the hour of a new event. It only allows me to change the min. So I went into the Day view to try and move the events to the correct hours and all it s

  • Pale amber light - AE in a coma?

    I have been using my Airport Express for a year or so, working fine. Some weeks ago, I unplugged it for some days, since I'd be away from home. Next time I've plugged it in a pale amber or white solid light appeared and it stopped being recognized by

  • Create a subquery instead of executing two separate queries

    Hi, I need some help with creating a subquery from two different queries: query 1 : here pkey is jira key and I need to fetch component of a jira project SELECT jiraissue.pkey, component.cname FROM nodeassociation, component, jiraissue WHERE componen

  • TE.040

    Hi All, Does anyone have a sample TE.040 developed for testing interfaces. What are the main functions that need to be tested when interficing with GL. Thanks and Regards, MPH

  • Help with PL/SQL code

    Hi! I need help, I don't know why I recieve errors with my code: declare xMin number(3) NOT NULL := 50; xMax number(3) NOT NULL := 70; yMin number(3) := 0; yMax number(3) := 20; begin IF xMin < -400 THEN xMin = -400; ELSIF xMax > 400 THEN xMax = 400;