Applying a patch on UNIX (HP 9000 )

i have a patch in the ".zip" format.
how do i apply it on the HP-9000 UNIX server.
thanks

kkrm333 wrote:
I am able to solve the issue by applying Patch 3830807: PATCH 3293983 NEEDS TO INCLUDE ALL THE MAKEFILES UNDER THE 8.0.6 ORACLE_HOME as per m note Concurrent Manager Fails To Start With Error 'Could not start Service Manager FNDSM_<server>_<SID>' Error [ID 423170.1]
Thanks,Thanks for the update and for sharing the solution!
Regards,
Hussein

Similar Messages

  • Sequence of Applying Kernel Patches

    Hi All,
    We have ECC 5.0 (Central Instance) OS:HP UNIX and four Dialog Instances on Windows Platform.
    For Applying the latest kernel patches what should be the sequence, first dialog instances or Central Instance?
    For this landscape is it required that while applying kernel patch Database should be in shutdown mode?
    Regards,
    Prashant.

    Dear,
    >First we have to apply Support pack in the Dialog instance
    Its not first dialog instance.
    Please follow below steps.
    1. shutdown all dialog instances.
    2. take backup of current kernel directory
    3. stop central instance
    4. switch the kernel files from new kernel
    5. start the central instance.If its successfully up with new patch level  then
    6. One by one start the dialog instance.
    Note: If the dialog instances sharing the path of Central instance Kernel directory then no need to do anything on dialog instances. Sapcpe program will copy new kernel to dialog instance local kernel directory automatically while restarting the dialog instances.
    If dialog instances not sharing the path of CI then repeat the same procedure as of CI for DI's.
    Edited by: Imran  Mulani on Sep 11, 2008 9:29 AM

  • Apply a patch which is a diff file

    Hi All
    I although I know how to keep a unix system up and running I actually don't know how to apply the patch for gzip :(
    Its a diff file. Can someone give me the right syntax or point me to the documentation (I looked around at docs.sun.com but didn't find it)
    Thanks a lot
    LuCa

    are you refering to this patch:
    http://www.gzip.org/gzip-1.2.4b.patch
    If you have a compiler installed (such as gcc or cc)
    You can apply this patch if you download the entire gzip source from
    ftp://wuarchive.wustl.edu/mirrors/gnu/gzip/gzip-1.2.4.tar
    then apply the patch using gpatch -p0 < patch file
    .. and compile your own' gzip using:
    ./configure
    make
    make install
    .7/M

  • How to find Applied/Present Patches, Mini Packsand Family Packs in 11i

    Hi,
    Whats the best practice to find:-
    1. Applied/Present one-off patches
    2. Applied/Present minipacks and Family packs
    Whats the difference in using :-
    1. bug_number in ad_bugs
    2. ad_applied_patches
    3. the script patchset.sh
    4. $AD_TOP/sql/adutconf.sql
    Please help
    Thanks
    RS

    - AD_BUGS: holds information about the various Oracle Applications bugs whose fixes have been applied (ie. patched) in the Oracle Applications installation.
    - AD_APPLIED_PATCHES: holds information about the "distinct" Oracle Applications patches that have been applied. If 2 patches happen to have the same name but are different in content (eg. "merged" patches), then they are considered distinct and this table will therefore hold 2 records.
    - Patchsets.sh: This program (a unix shell script) was created to help customers evaluate the currently installed Oracle Applications patchsets and Family Packs. The program compares the currently installed patchsets and family packs to the most recently available ones generated by Oracle Development. This program utilizes the the applptch.txt file for 10.7-11.0. For 11i and R12, it utilizes a combination of tables such as AD_BUGS and AD_APPLIED_PATCHES to create the installed patch list. If the 11i release does not use these AD tables (11.5.4 or lower and have not applied 11i.AD.E or higher) it still supports using applptch.txt for 11i.
    - adutconf.sql: This script provides a wealth of information, including the following:
    Product Group(s)
    Multi-Org status
    Multi-lingual status
    Installed product status
    Registered schemas
    Installed languages
    Whats the difference in usingAll roads lead to Rome :)

  • Applying JAVA patch (JSPM) in our newlyPI 7.1 installed server.

    Dear expert,
    we are trying to apply JAVA patch (JSPM) in our newlyPI 7.1 installed server. It is windows Server 64 bit with oracle.
    We have downloaded the JSPM08_0-20001887.zip and pasted in ..../EPS/in. Then run the D:\usr\sap\PID\DVEBMGS00\j2ee\JSPM\go.bat and selected JSPM, but it shows nothing.
    Even after unzipping JSPM08_0-20001887.zip  it shows 3 folder BUILDARCHIVES, DEPLOYARCHIVES and META-INF and pasting in .../EPS/in it diddnot worked.
    I have applied in Unix, as in unix we directly paste .SCA file into ../EPS/in and it works.
    Here in windows i cluless, pl help us out.
    Regards,
    Ajit

    Hi Ajit,
    JSPM08_0-20001887.zip
    As you said in earlier reply that you have downloaded the zip format of JSPM file.
    But , zip file is not supported by JSMP for deploying the patches.
    It seems that you have selected the file from SAP marketplace and put into your download basket and then you have right click on the JSPM file on download basket and saved to the location , becuase of which the file format has been changed from .SCA to .ZIP.
    The best option of downloading any file is to use SAP Download manager , it will download the file with exact SAP format i.e SCA.
    Once you download the file using download manager in SCA format , then you will be able to apply patch succesfully using JSPM.
    Thanks
    Anil

  • Applying CPUOct2007 patch

    Hello, please your help about this:
    i want to apply CPUoct2007 patch on a 10G R2 database, Unix operating system, we have an agent installed in this server that enables connections to Oracle Enterprise Manager Grid Control which resides in another server.
    Could you remember me the Oracle Enterprise Manager Grid Control agent's service name i need to stop before applying the patch?
    Thanks in advance.

    Hey
    Check this doc:
    2 Starting and Stopping Enterprise Manager Components
    http://download-west.oracle.com/docs/cd/B16240_01/doc/em.102/b40002/emctl.htm#sthref103
    Regards

  • Error :  While applying the Patch 4440000

    Error :  While applying the Patch 4440000
    FAILED: file igwprop.odf on worker  1 for product igw username IGW.
    When i check the worker log file i got this error
    The sequence IGW_AWARDS_S in the database is defined as:
    MINVALUE = 1 MAXVALUE = 2147483647 INCREMENT BY = 1
    CYCLE = NO ORDER = NO CACHE = 1000
    which should be defined as:
    MINVALUE = 10000 MAXVALUE = 2147483647 INCREMENT BY = 1
    CYCLE = NO ORDER = NO CACHE = 1000
    (Note: The cache value for sequence IGW_AWARDS_S is 20 in the ODF file. The value 1000 is being used instead because this provides better performance when selecting from the sequence.)
    Alter the sequence with :
    Start time for statement below is: Sun Oct 06 2013 22:16:28
    ALTER SEQUENCE IGW.IGW_AWARDS_S MINVALUE 10000
    AD Worker error:
    The following ORACLE error:
    ORA-04007: MINVALUE cannot be made to exceed the current value
    occurred while executing the SQL statement:
    ALTER SEQUENCE IGW.IGW_AWARDS_S MINVALUE 10000
    AD Worker error:
    Unable to compare or correct sequences
            because of the error above
    Time when worker failed: Sun Oct 06 2013 22:16:28
    plz help me in solving this.

    Check the current value of IGW_AWARDS_S sequence and make sure the MINVALUE in the patch (i.e. 10000) is not greater than the current one.
    OERR: ORA 4007 MINVALUE cannot be made to exceed the current value (Doc ID 19824.1)
    You may also log a SR.
    Thanks,
    Hussein

  • Error while applying the patch 9239089

    Dear All,
    I have installed the Oracle E-Business Suite Release 12(12.1.1) on Windows 2003 (32-bit) OS successfully.Its a single node installation.
    Hardware & Software Specifications:
    - Intel Core 2 Duo, CPU 2.40 GHz
    - 2 GB of RAM
    - 180 GB Hard Drive
    - Windows XP Professional with Sevice Pack 2
    The problem is when I try to apply a patch 9239089, it gives error atleast 2-3 times as below
    An error occurred while relinking application programs.
    Continue as if it were successful [No] :
    And the Patch gets completed.
    Find the log of the patch below:
    An error occurred while extracting files from library.
    Continue as if it were successful [No] : Yes
    Done extracting object modules from product libraries.
    STOP_TASK: [Perform libout actions] [] [Mon Mar 28 2011 18:07:15]
    STRT_TASK: [Perform version checking] [] [Mon Mar 28 2011 18:07:15]
    Performing version checking...
    Log and Info File sync point:
    Mon Mar 28 2011 18:07:15
    AutoPatch found some files which it will not apply.
    These files are listed in the AutoPatch informational message file.
    STOP_TASK: [Perform version checking] [] [Mon Mar 28 2011 18:07:15]
    STRT_TASK: [Determine directories to create] [] [Mon Mar 28 2011 18:07:15]
    Skipping...
    Determine directories to create for Specified driver
    since no such action is present for this driver file
    STOP_TASK: [Determine directories to create] [] [Mon Mar 28 2011 18:07:15]
    STRT_TASK: [Determine executables to link] [] [Mon Mar 28 2011 18:07:15]
    Determining what executables to link...
    STOP_TASK: [Determine executables to link] [] [Mon Mar 28 2011 18:07:16]
    STRT_TASK: [Determine forms executable files to generate] [] [Mon Mar 28 2011 18:07:16]
    Skipping...
    Determine forms to generate for Specified driver
    since no such action is present for this driver file
    STOP_TASK: [Determine forms executable files to generate] [] [Mon Mar 28 2011 18:07:16]
    STRT_TASK: [Determine Reports PL/SQL library files to generate] [] [Mon Mar 28 2011 18:07:16]
    Skipping...
    Determine Oracle Reports libraries to generate for Specified driver
    since no such action is present for this driver file
    STOP_TASK: [Determine Reports PL/SQL library files to generate] [] [Mon Mar 28 2011 18:07:16]
    STRT_TASK: [Determine Reports files to generate] [] [Mon Mar 28 2011 18:07:16]
    Skipping...
    Determine reports to generate for Specified driver
    since no such action is present for this driver file
    STOP_TASK: [Determine Reports files to generate] [] [Mon Mar 28 2011 18:07:16]
    STRT_TASK: [Determine message files to generate] [] [Mon Mar 28 2011 18:07:16]
    Skipping...
    Determine if need to generate message files for Specified driver
    since no such action is present for this driver file
    STOP_TASK: [Determine message files to generate] [] [Mon Mar 28 2011 18:07:16]
    STRT_TASK: [Find bugs with no active actions] [] [Mon Mar 28 2011 18:07:16]
    Looking for active bug fixes with no active actions...
    About to turn off duplicate actions: Mon Mar 28 2011 18:07:16
    Start of adptod(): Mon Mar 28 2011 18:07:16
    Actions scanned: 382
    Duplicate actions: 0
    End of adptod(): Mon Mar 28 2011 18:07:16
    Done turning off duplicate actions: Mon Mar 28 2011 18:07:16
    About to turn off bugs with no active actions: Mon Mar 28 2011 18:07:16
    Start of adpunb(): Mon Mar 28 2011 18:07:16
    Active bugs at start: 72
    Bugs turned off: 71
    Outer loop iterations: 72
    Actions scanned: 47
    End of adpunb(): Mon Mar 28 2011 18:07:16
    Done turning off bugs with no active actions: Mon Mar 28 2011 18:07:16
    About to save release list to filesystem: Mon Mar 28 2011 18:07:16
    Done saving release list to filesystem: Mon Mar 28 2011 18:07:16
    STOP_TASK: [Find bugs with no active actions] [] [Mon Mar 28 2011 18:07:16]
    STRT_TASK: [Display customized files] [] [Mon Mar 28 2011 18:07:16]
    Reading customized files list (if any)...
    Did not find customized files registration file
    "D:\oracle\PROD\apps\apps_st\appl\admin\applcust.txt"
    The file may have been uploaded to the database.
    This patch replaces the following customized files:
    No customized files are replaced by this patch.
    STOP_TASK: [Display customized files] [] [Mon Mar 28 2011 18:07:16]
    STRT_TASK: [Copy files] [] [Mon Mar 28 2011 18:07:16]
    Copying files into installation area...
    No files were selected for copying.
    STOP_TASK: [Copy files] [] [Mon Mar 28 2011 18:07:16]
    STRT_TASK: [Forcecopy files] [] [Mon Mar 28 2011 18:07:16]
    Skipping...
    ForceCopy files into installation area for Specified driver
    since no such action is present for this driver file
    STOP_TASK: [Forcecopy files] [] [Mon Mar 28 2011 18:07:16]
    STRT_TASK: [Perform libin actions] [] [Mon Mar 28 2011 18:07:16]
    Archiving object modules into product libraries...
    No object modules were selected for archiving.
    STOP_TASK: [Perform libin actions] [] [Mon Mar 28 2011 18:07:16]
    STRT_TASK: [Create directories] [] [Mon Mar 28 2011 18:07:16]
    Skipping...
    Create Directories for Specified driver
    since no such action is present for this driver file
    STOP_TASK: [Create directories] [] [Mon Mar 28 2011 18:07:16]
    STRT_TASK: [Relink executables] [] [Mon Mar 28 2011 18:07:16]
    Relinking executables...
    An error occurred while relinking application programs.
    Continue as if it were successful [No] : Yes
    AutoPatch is exiting successfully.
    sqlplus -s APPS/***** @D:\oracle\PROD\apps\apps_st\appl\ad\12.0.0\sql\adtimrpt.sql 15831 adt15831
    Spooling to adt15831.lst
    Spooling to adt15831.csv
    A job timing report has been generated for the current session.
    You should check the file
    D:\oracle\PROD\apps\apps_st\appl\admin\PROD\out\adt15831.lst
    for details.
    Purging timing information for prior sessions.
    sqlplus -s APPS/***** @D:\oracle\PROD\apps\apps_st\appl\ad\12.0.0\sql\adtpurge.sql 10 1000
    Done purging timing information for prior sessions.
    AutoPatch is complete.
    AutoPatch may have written informational messages to the file
    D:\oracle\PROD\apps\apps_st\appl\admin\PROD\log\9239089.lgi
    Errors and warnings are listed in the log file
    D:\oracle\PROD\apps\apps_st\appl\admin\PROD\log\9239089.log
    and in other log files in the same directory.
    Regards,
    Vinayak K

    Hi,
    Find the Output
    D:\oracle\PROD\apps\apps_st\appl>make -v
    GNU Make 3.81
    Copyright (C) 2006 Free Software Foundation, Inc.
    This is free software; see the source for copying conditions.
    There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
    PARTICULAR PURPOSE.
    This program built for i686-pc-cygwin
    D:\oracle\PROD\apps\apps_st\appl>gnumake -v
    GNU Make 3.81
    Copyright (C) 2006 Free Software Foundation, Inc.
    This is free software; see the source for copying conditions.
    There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
    PARTICULAR PURPOSE.
    This program built for Windows32
    D:\oracle\PROD\apps\apps_st\appl>APPSPROD_ebstest.cmd
    ECHO is off.
    ECHO is off.
    Tue 03/29/2011 07:05 PM
    ECHO is off.
    ECHO is off.
    This script requires the following files:
    ECHO is off.
    C:\MSV\VC\bin\bin\vcvars32.bat
    ECHO is off.
    APPSORA.cmd exiting with status 0
    D:\oracle\PROD\apps\apps_st\appl>echo %PATH%
    D:\oracle\PROD\apps\apps_st\appl\au\12.0.0\bin;D:\oracle\PROD\apps\apps_st\appl\
    fnd\12.0.0\bin;D:\oracle\PROD\apps\apps_st\appl\ad\12.0.0\bin;D:\oracle\PROD\app
    s\tech_st\10.1.3\appsutil\jdk\jre\bin;D:\oracle\PROD\apps\tech_st\10.1.3\perl\5.
    8.3\bin\MSWin32-x86-multi-thread\;D:\oracle\PROD\apps\apps_st\comn\util\unzip\un
    zip;D:\oracle\PROD\apps\tech_st\10.1.3\appsutil\jdk\bin;D:\oracle\PROD\apps\tech
    st\10.1.2\bin;D:\oracle\PROD\apps\techst\10.1.3\appsutil\jdk\bin;D:\oracle\PRO
    D\apps\tech_st\10.1.3\appsutil\jdk\jre\bin;C:\cygwin\bin;C:\WINDOWS;C:\WINDOWS\s
    ystem32;D:\oracle\PROD\apps\tech_st\10.1.3\ant\bin
    D:\oracle\PROD\apps\apps_st\appl>
    Regards,
    Vinayak K

  • Error while applying Java Patch 16 on WAS 640 ABAP+JAVA

    Hello Masters,
    I am in process of applying Patch 16 to my BW 3.5 WAS 640 ABAP+JAVA systems.  I have successfully applied ABAP patch level to 16.  Now I am applying to J2EE Patch 16 to system. I did prerequisite check and everything is okay.  Platform - Sun Solaris 9, Oracle 9.2.0.6.  When I click on apply Patch 16, it goes thru central instance profile, java home directory okay. After this it is asking me to supply file for JCE and I gave path for file "jce_policy-1_4_2.zip".  after that it extracts this file to Java_home/jre and at point when it tries to extract visual.dat, it throws following error :
    CJS-00030  Assertion failed: in
    function () {
        if (!this.hasJ2EE()) {
            installer.writeTrace("Can't determine JAVA_HOME of instance " + this.getName() + ": no J2EE engine installed.");
            return undefined;
        var fmgt = new FileMgt();
        var instanceProfile = this.getProfile();
        var javaHome = instanceProfile.get("jstartup/vm/home");
        if (javaHome) {
            return javaHome.value();
        var pname = this.getDirInstance() + "/j2ee/cluster/instance.properties";
        var pNode = fmgt.getNode(pname);
        ASSERT_DEFINED(arguments.callee, pNode, "pNode(" + pname + ")");
        var stream = pNode.getFileStream("READ");
        ASSERT_DEFINED(arguments.callee, stream, "stream(" + pname + ")");
        var props = new R3Profile(stream);
        for (var it = props.propertyNames(); !it.isDone(); it.next()) {
            var p = it.get();
            if (p.name().indexOf("JavaPath") != -1) {
                return p.value();
        ASSERT(arguments.callee, false, "no property with JavaPath in its name found in file " + pname);
    no property with JavaPath in its name found in file /usr/sap/QWA/DVEBMGS02/j2ee/cluster/instance.properties
    ERROR 2006-08-03 14:57:30
    MUT-03025  Caught ESAPinstException in Modulecall: ESAPinstException: error text undefined.
    WARNING 2006-08-03 14:57:30
    The step checkIfSafeModeIsEnabled with step key ApplySupportPackage|ind|ind|ind|J2EE_Engine|6.30|0|PatchJ2eeEngine|ind|ind|ind|J2EE_Engine|6.30|0|checkIfSafeModeIsEnabled was executed with status ERROR.
    WARNING 2006-08-03 14:58:54
    An error occurred during the installation.
    Your input will be greately appreciated and would reward points.
    Thanks,
    Digesh

    Hello Digesh,
    The firt thing please go to os level prompt for <SID>adm user and type echo $JAVA_HOME. What is the value that is reflected after issuing the above.
    Also please check that your SAP-J2EE instance is running properly or not.
    The JCE is used for Weak and strong encryption.
    Also please check the instance.properties file. Does it contain proper parameter as per your SAP installation.
    Regards,
    Prem

  • Error in applying the patch to OBIEE 11.1.1.6.8

    When I try to apply the opatch apply command,   below is the error I am getting. I am not able to find the resolution for this. I am not understanding the problem  by looking at this.
    optach failed with error code 1
    C:\Middleware\Oracle_BI1\16094198>opatch apply
    Exception in thread "main" java.lang.NoClassDefFoundError: Files\Java\jdk1/7/0_4
    5\lib;;C:\MIDDLE~1\ORACLE~1/modules/oracle/jrf_11/1/1/jrf-wlstman/jar;C:\MIDDLE~
    1\ORACLE~1/modules/oracle/jrf_11/1/1/jrf-wlstman/jar
    Caused by: java.lang.ClassNotFoundException: Files\Java\jdk1.7.0_45\lib;;C:\MIDD
    LE~1\ORACLE~1.modules.oracle.jrf_11.1.1.jrf-wlstman.jar;C:\MIDDLE~1\ORACLE~1.mod
    ules.oracle.jrf_11.1.1.jrf-wlstman.jar
            at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
            at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
    Could not find the main class: Files\Java\jdk1.7.0_45\lib;;C:\MIDDLE~1\ORACLE~1/
    modules/oracle.jrf_11.1.1/jrf-wlstman.jar;C:\MIDDLE~1\ORACLE~1/modules/oracle.jr
    f_11.1.1/jrf-wlstman.jar.  Program will exit.
    I have installed OBIEE 11.1.1.6.0 version on windows 64 bit machine and later on I tried to apply the patch to upgrade it to 11.1.1.6.8 . Once I received  above error , I thought of cross checking the PATH &  Java_Home environment variables from my machine and below are snapshots of them.
    Java Home : C:\Program Files\Java\jdk1.7.0_45\bin
    Path:  C:\oraclexe\app\oracle\product\11.2.0\server\bin;C:\Program Files (x86)\RSA SecurID Token Common;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Intel\Services\IPT\;C:\Middleware\Oracle_BI1\products\Essbase\EssbaseServer\bin;C:\Middleware\Oracle_BI1\bin;C:\Middleware\Oracle_BI1\opmn\bin;C:\Middleware\Oracle_BI1\opmn\lib;C:\Middleware\Oracle_BI1\perl\bin;C:\Program Files\Java\jdk1.7.0_45\bin
    below are the commands executed in the first step before applying opatch apply on 16094198
    set ORACLE_HOME=C:\Middleware\Oracle_BI1
    set PATH=%ORACLE_HOME%\bin;%PATH%
    set JAVA_HOME=%ORACLE_HOME%\jdk
    set PATH=%JAVA_HOME%\bin;%PATH%
    set PATH=%ORACLE_HOME%\OPatch;%PATH%
    Any inputs on how to resolve this opatch problem will be greatly appreciated. Please let us know if I have to make any change in the environmental variables or in these set commands stated above.
    Thanks in advance.

    Heelo Srini,
    I have updated my JAVA_HOME system variable in environmental variables section as stated below
    User variables:
    JAVA_HOME : C:\Program Files\Java\jdk1.7.0_45
    PATH : %JAVA_HOME%\bin
    System variables:
    ClassPath: C:\Program Files\Java\jdk1.7.0_45\lib;
    Path: C:\oraclexe\app\oracle\product\11.2.0\server\bin;C:\Program Files (x86)\RSA SecurID Token Common;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Intel\Services\IPT\;C:\Middleware\Oracle_BI1\products\Essbase\EssbaseServer\bin;C:\Middleware\Oracle_BI1\bin;C:\Middleware\Oracle_BI1\opmn\bin;C:\Middleware\Oracle_BI1\opmn\lib;C:\Middleware\Oracle_BI1\perl\bin;C:\Program Files\Java\jdk1.7.0_45\bin
    Later I tried to apply the patch but I got the below error
    C:\Middleware\Oracle_BI1\16094198>opatch apply
    Exception in thread "main" java.lang.NoClassDefFoundError: Files\Java\jdk1/7/0_4
    5\lib;;C:\MIDDLE~1\ORACLE~1/modules/oracle/jrf_11/1/1/jrf-wlstman/jar;C:\MIDDLE~
    1\ORACLE~1/modules/oracle/jrf_11/1/1/jrf-wlstman/jar
    Caused by: java.lang.ClassNotFoundException: Files\Java\jdk1.7.0_45\lib;;C:\MIDD
    LE~1\ORACLE~1.modules.oracle.jrf_11.1.1.jrf-wlstman.jar;C:\MIDDLE~1\ORACLE~1.mod
    ules.oracle.jrf_11.1.1.jrf-wlstman.jar
            at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
            at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
    Could not find the main class: Files\Java\jdk1.7.0_45\lib;;C:\MIDDLE~1\ORACLE~1/
    modules/oracle.jrf_11.1.1/jrf-wlstman.jar;C:\MIDDLE~1\ORACLE~1/modules/oracle.jr
    f_11.1.1/jrf-wlstman.jar.  Program will exit.
    OPatch failed with error code = 1
    Please provide any inputs.
    Thanks & regards,
    karthik Vecham

  • Error while applying INLOC patch on 11i platform windows 2003.

    Hi all,
    follwoing error and warning occur while applying INDIA LOCALIZATION patch 6410725 on windows 2003.
    ***Error! Could not copy ja_in_tran_rg_entry_trg.sql to E:\inloc\ILP\patch\6410725\backup\patch/115/sql. Skipping..The syntax of the command is incorrect.
    Copied patch\115\sql\ja_in_tran_rg_entry_trg.sql successfully to d:\oracle\visappl\ja\11.5.0\patch\115\sql.
    Applied ja_in_tran_rg_entry_trg.sql successfully.
    ***Error! Could not copy ja_in_reqn_curr_upd_trg.sql to E:\inloc\ILP\patch\6410725\backup\patch/115/sql. Skipping..The syntax of the command is incorrect.
    Copied patch\115\sql\ja_in_reqn_curr_upd_trg.sql successfully to d:\oracle\visappl\ja\11.5.0\patch\115\sql.
    Applied ja_in_reqn_curr_upd_trg.sql successfully.
    ***Warning! Could not create patch/115/sql directory. Skipping..
    The system cannot find the path specifiedBacked jai_cmn_dbg_ctx.pls in from databaseCopied patch\115\sql\jai_cmn_dbg_ctx.pls successfully to d:\oracle\visappl\ja\11.5.0\patch\115\sql.
    Applied jai_cmn_dbg_ctx.pls successfully.
    ***Warning! Could not create patch/115/sql directory. Skipping..
    The system cannot find the path specifiedBacked ja_in_balance_transfer.sql in from databaseCopied patch\115\sql\ja_in_balance_transfer.sql successfully to d:\oracle\visappl\ja\11.5.0\patch\115\sql.
    Applied ja_in_balance_transfer.sql successfully.
    ***Warning! Could not create patch/115/sql directory. Skipping..
    The system cannot find the path specifiedBacked jai_cmn_dbg_ctx.plb in from databaseCopied patch\115\sql\jai_cmn_dbg_ctx.plb successfully to d:\oracle\visappl\ja\11.5.0\patch\115\sql.
    Applied jai_cmn_dbg_ctx.plb successfully.
    Skipping JAI_ARSETUP_C.ldt because FND patchset level is H..Copied JAI_ARSETUP_E.ldt successfully to E:\inloc\ILP\patch\6410725\backup\patch\115\import\US.
    Copied patch\115\import\US\JAI_ARSETUP_E.ldt successfully to d:\oracle\visappl\ja\11.5.0\patch\115\import\US.
    Applied JAI_ARSETUP_E.ldt successfully.
    I have check all pre requisites, is any steps before applying the patch to avoid this kind error?
    regards,
    sandeep.

    Hi,
    i dont understand why path is changing
    E:\inloc\ILP\patch\6410725\backup\patch / 115 / sql
    1)did u give correct path of patch directory when installing patch?
    2)are u installing the patch from inside the patch directory?if not do it and check
    3)give full permission to everyone on the patch directory
    Regards
    Edited by: Ahmed@hungry_dba on Feb 14, 2010 10:52 PM

  • While applying the patch 10270433

    While applying the patch 10270433 i got this error
    The fix for Patch 7426842, are included in the patch currently
    being installed (10270433)
    Patch(es) 7140405, 8602992, conflict with the patch currently
    being installed (10270433)
    If you continue, all patches will be rolled back and the new patch
    (10270433) will be installed.
    Note: If the patch currently being installed (10270433) is rolled back,
    it is recommended that the fixes being rolled back here (7426842, 7140405, 8602992, ) are reinstalled

    The fix for Patch 7426842, are included in the patch currently
    being installed (10270433)This is not an error message so you can ignore it.
    Patch(es) 7140405, 8602992, conflict with the patch currently
    being installed (10270433)
    If you continue, all patches will be rolled back and the new patch
    (10270433) will be installed.
    Just apply Patch 10270433 and this will rollback other patches -- Please make sure you take a backup before applying this patch.
    Thanks,
    Hussein

  • While applying the patch getting an error Failed:xdoloader.class on worker

    Hi,
    While applying the patch getting an error Failed:xdoloader.class on worker

    While applying the patch getting an error Failed:xdoloader.class on workerPlease post the details of the application release, database version and OS.
    What is the patch number you are trying to apply?
    Please post the complete error message from adpatch log file.
    Thanks,
    Hussein

  • SPAM error while applying ABAP patch 13

    Hi all,
    I was applying patches on neweaver system Windows oracle platform.
    All patches till now successfully applied except patch 13 for ABAP and now situation is spam is running from alomost 24 Hrs and  i have also tried to restart the same but all jobs RDD* jobs are running fine
    except a job named <b>RDDEXECL</b> runs along with this particular patch import OCS_queue_import and both jobs runs for long long time.
    I have never seen this job RDDEXECL before applying all patches , why this is appearing now and why patch is not proceeding further.
    Can any body aware of this issue.
    Best Regards
    AjitR

    SAPRA70013.MOB
    1 ETP199X######################################
    1 ETP162 EXECUTION OF REPORTS AFTER PUT
    1 ETP101 transport order     : "SAPKA70013"
    1 ETP102 system              : "MOB"
    1 ETP108 tp path             : "tp"
    1 ETP109 version and release : "370.00.01" "700"
    1 ETP198
    2 EPU126XPost-import methods for change/transport request: "SAPKA70013"
    4 EPU111    on the application server: "Cymobile"
    2 EPU122XPost-import method "ENHS_AFTER_IMPORT" started for "ENHS" "L", date and time: "20071018203831"
    1AETR012XProgram terminated (job: "RDDEXECL", no.: "20382300")
    1AEPU320 See job log"RDDEXECL""20382300""MOB"
    1 ETP162 EXECUTION OF REPORTS AFTER PUT
    1 ETP110 end date and time   : "20071018214713"
    1 ETP111 exit code           : "12"
    1 ETP199 ######################################
    1 ETP199X######################################
    1 ETP162 EXECUTION OF REPORTS AFTER PUT
    1 ETP101 transport order     : "SAPKA70013"
    1 ETP102 system              : "MOB"
    1 ETP108 tp path             : "tp"
    1 ETP109 version and release : "370.00.01" "700"
    1 ETP198
    2 EPU126XPost-import methods for change/transport request: "SAPKA70013"
    4 EPU111    on the application server: "Cymobile"
    2 EPU122XPost-import method "ENHS_AFTER_IMPORT" started for "ENHS" "L", date and time: "20071018223851"
    1AETR012XProgram terminated (job: "RDDEXECL", no.: "22385100")
    1AEPU320 See job log"RDDEXECL""22385100""MOB"
    1 ETP162 EXECUTION OF REPORTS AFTER PUT
    1 ETP110 end date and time   : "20071018234551"
    1 ETP111 exit code           : "12"
    1 ETP199 ######################################
    Alog:
    ALL                  MOB.ALL t 0000 20071017024723              DDIC         Cymobile                    
    SAPKA70013           MOB.ALL m 0000 20071017024735 SAPUSER      DDIC         Cymobile                    
    SAPKA70013           MOB.ALL L 0004 20071017024759 SAPUSER      DDIC         Cymobile 20071017024742     
    SAPKA70013           MOB.ALL P 0004 20071017024816 SAPUSER      DDIC         Cymobile 20071017024805     
    ALL                  MOB.ALL t 0000 20071017025455              DDIC         Cymobile                    
    SAPKA70013           MOB.ALL m 0000 20071017025506 SAPUSER      DDIC         Cymobile                    
    SAPKA70013           MOB.ALL L 0004 20071017025527 SAPUSER      DDIC         Cymobile 20071017025515     
    SAPKA70013           MOB.ALL P 0004 20071017025540 SAPUSER      DDIC         Cymobile 20071017025531     
    SAPKA70013           MOB.ALL H 0004 20071017025659 SAPUSER      DDIC         Cymobile 20071017025607     
    SAPKA70013           MOB.ALL A 0004 20071017025913 SAPUSER      DDIC         Cymobile                    
    ALL                  MOB.ALL S 0000 20071017025927              DDIC         Cymobile 20071017025917     
    ALL                  MOB.ALL 6 0000 20071017025952              DDIC         Cymobile 20071017025917     
    SAPKA70013           MOB.ALL I 0004 20071017034147 SAPUSER      DDIC         Cymobile 20071017025917     
    ALL                  MOB.ALL t 0000 20071017083839              DDIC         Cymobile                    
    ALL                  MOB.ALL 6 0000 20071017084848              DDIC         Cymobile 20071017083842     
    ALL                  MOB.ALL t 0000 20071017093945              DDIC         Cymobile                    
    ALL                  MOB.ALL 6 0000 20071017094050              DDIC         Cymobile 20071017093946     
    ALL                  MOB.ALL t 0000 20071017215856              DDIC         Cymobile                    
    ALL                  MOB.ALL 6 0000 20071017221604              DDIC         Cymobile 20071017215858     
    ALL                  MOB.ALL t 0000 20071018045219              DDIC         Cymobile                    
    ALL                  MOB.ALL 6 0000 20071018045857              DDIC         Cymobile 20071018045220     
    ALL                  MOB.ALL n 0000 20071018065536              DDIC         Cymobile 20071018045220     
    ALL                  MOB.ALL t 0000 20071018073844              DDIC         Cymobile                    
    ALL                  MOB.ALL 6 0000 20071018074057              DDIC         Cymobile 20071018073846     
    ALL                  MOB.ALL n 0012 20071018075324              DDIC         Cymobile 20071018073846     
    ALL                  MOB.ALL n 0012 20071018075353              DDIC         Cymobile 20071018073846     
    ALL                  MOB.ALL t 0000 20071018203759              DDIC         Cymobile                    
    ALL                  MOB.ALL 6 0000 20071018203805              DDIC         Cymobile 20071018203800     
    SAPKA70013           MOB.ALL R 0012 20071018214713 SAPUSER      DDIC         Cymobile                    
    ALL                  MOB.ALL t 0000 20071018214841              DDIC         Cymobile                    
    SAPKA70013           MOB.ALL R 0012 20071018234551 SAPUSER      DDIC         Cymobile                    
    ALL                  MOB.ALL t 0000 20071018234807              DDIC         Cymobile

  • Opatch error while  applying CPU patch

    HI Sir ,
    when i Applying CPU patch (7592354) on oracle home version 10.2.0.3 by using opatch napply -skip_subset -skip_duplicate
    The below error occurred .
    OUI-67124:Conflict with patches in OracleHome detected. Please run OPatch again as
    <ORACLE_HOME>/OPatch/opatch napply /tdb1/sadvora/7592354 -id 6397928,6397929,6397937,6397938,6397939,6397942,6397945,6397947,6452863,6650081,6650096,6650105,6667542,6868171,6868172,6868173,6868174,6868175,6868176,6868177,6868178,7154831,7154832,7154833,7154834,7154835,7154837,7154838,7154839,7154840,7154841,7154842,7154843,7369192,7369193,7369194,7369195,7369196,7592354,7604445,7604446,7604447 -skip_duplicate

    Hi;
    Please see:
    WARNING OUI-67301: "Following patches have conflicts. Please contact Oracle Support " [ID 802459.1]
    Critical Patch Update 2011Conflicts with patches in OracleHome: OUI-67124:Conflict with patches in OracleHome detected [ID 1315387.1]
    Critical Patch Update October 2010 Oracle Fusion Middleware Known Issues [ID 1159431.1]
    Regard
    Helios

Maybe you are looking for

  • SSO to R/3 using a reference system

    Hi, I try to setup SSO between a EP6 SP2 and a R/3 4.7. I configured the backendsystem correctly because SSO works if the users have the same user id (tried it using WinGUI). In my case the user ids between ActiveDirectory and SAP differ, so I have t

  • Unable to open a project created by another team member in my Captivate 4

    I have installed Captivate 4 on two PCs. According to my license I am allowed to install on my home laptop and on my work PC. I am using Version 4.0.1 Build 1658. I also have all the latest updates as of October 13, 2009. I am able to develop and pub

  • Drivers for switchable graphics (intel-amd​)

    Hi i have A HP pavilion G6 1250sb and when i go in my BIOS, i don't see an option for Switchable graphic adapters, because i want to set it to fixed. can anyone give me the right BIOS that has that ability? Thanks

  • Does Oracle Track User

    Hi, I'm just wondering whether Oracle does keep track of the user which had logged into the database. Meaning having a text files or tables which have information of the username, log and logout time, etc. This might be needed to increase the securit

  • How do I find out how to do layers?

    I have been trying to to put one photo onto another photo but Im having a hard time setting it up . like how do you pick your photos and put them into layers so that you can work on them?