Best way to apply the patch

Hello,
Could someone tell me what's the best way to apply the
patch?
Should I install create the database after I use the patch?
Thanks!
John
null

Hey,
    The Best way would be:
Apply the patch on the secondry one first and then on the primary box.
You dont really need to make any box a stand alone one. You can apply the patch in the ditributed enviorment.
One more thing:
If you apply the patch on the primary box and then perform replication.It WILLNOT replicate the patch on the secondry box.
Here is the procedure:
Steps to apply the patch
       Issue the following "acs patch" command in the EXEC mode to install the ACS patch:
       "acs patch install patch-name.tar.gpg repository repository-name"
       ACS displays the following confirmation message:
        Installing an ACS patch requires a restart of ACS services.
       Would you like to continue? yes/no
       Enter yes.
Please ensure that you use FTP server. Donot use TFTP as its not supported.
Regards
Minakshi
Do rate the helpful posts:)

Similar Messages

  • What's the best way to apply a detuned effect to a piano (audio or midi)?

    Hi, what's the best way to apply a detuned effect to a piano (audio or midi)? I was trying to add the detune effect to a piano to make it sound warmer and old fashioned, any suggestion?
    Thanks

    Are you looking for a Honky Tonky Piano effect?
    you need two istances of the same piano (exs24 Logic patch are great)
    use fine detune (pitch) only one of the two piano istances.
    G

  • The best way to apply Themal Grease

    In your opinions, what is the best way to apply thermal grease when using an aftermarket heat sink for CPU cooling?
    Is it best to apply the grease to the heat sink (taking a chance of it smearing across the CPU) or apply directly to the CPU in the correct area and then placing the heat sink on the CPU?
    I ask because I have never tried an aftermarket heat sink before and don't want to screw things up
    Thanks guys for all the help

    well the reason ask is because the last time i tried it on the heat sink and stuck the heat sink on the cpu, the grease gooped over to the other parts of the cpu it's not supposed to be on.  so i removed the heat sink, cleaned everything up and then applied to the cpu on the die, smoother it out and stuck the heat sink on and clamped it down.  when i removed the heat sink, it look all nice and pretty and not sloppy.
    didn't know if you guys had any other ideas.  of course, i didn't know how much actually needed to be applied.  so i'm thinking i might have put too much on in the first place  

  • Best way to apply patches to alsa-driver?

    Hi!
    There's been some patches for the E-MU 0404 USB and similar sound cards posted here at the Ubuntu forums. I've tried them before by simply downloading alsa-lib and alsa-driver sources, applying the patches and compiling, and they seem to solve my issues with the 0404 USB card nicely. However, now I'd like to apply them in a more elegant and maintainable way.
    I don't think it will be very hard with the patches for alsa-lib; since alsa-lib is a separate package I can get the PKGBUILD and add the patches. But the patch for alsa-driver seems a little bit trickier. If I understand things correctly, alsa-driver is a part of the kernel in Arch so I'm not really sure which way to go about this. I guess the alternatives are either adding them to the kernel PKGBUILD or making a new PKGBUILD for alsa-driver. If I choose the second alternative I'm also curious about what will happen when I upgrade the kernel through pacman. Anyway, I'd appreciate some input on how to do this right. Thank you!

    Patch the kernel. More specifically, make your own custom kernel package - kerne26-dptkby, or whatever - and apply  the patches in it. You can then install it alongside the stock kernel26 package.

  • Develope new OAF page in 11.5.9 without applying the patch 3262919

    Could any one please tell me how to develop the OAF page on 11.5.9. The following are the details of the 11.5.9.
    Version Information
    OA Framework Version 5.7.H.V2
    MDS Version 9.0.3.6.6 (build 557)
    UIX Version 2.1.16
    BC4J Version 9.0.3.10.62
    Build Date May 13, 2003
    My client is not ready to apply the patch OA Framework Mini-pack 11i.FWK.H : (3262919). Is there any other way to devleop the new OAF page.
    Its very urgent. Plssssssss help me in this issue.
    Thanks a lot in advance.
    cheers,
    Raju

    OA Framework Version 5.7.H.V2 is very old and won't fetch you even the 30-40% of the latest version's capability. Development on this level won't be so useful.
    Follow Sumit's advise and let us know.
    --Shiv                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Best Way To Apply Protective Plastic/Shield

    I bought the Power Support Crystal Film today for my (yet to be opened) iPhone. So before I open it, which will be later tonight, what's the best/effective way to apply the protective plastic on the iPhone LCD? Please advise. As I don't want to get any air bubble or small dust specks underneath the plastic.
    This is the link to what I bought: http://store.apple.com/1-800-MY-APPLE/WebObjects/AppleStore.woa/wa/RSLID?mco=479 E6BBB&fnode=home/shopiphone/iphoneaccessories&nplm=TN612LL/A
    Thanks in advance

    When I first bought my iPhone back in June I bought a protective case for it... but it was too bulky to fit in my front pocket... and it took away the "bling" effect of the phone. A few days later I decided to ditch the case... and have had no protection since. The phone looks as new as it did the day I bought it. Mind you I don't put anything else in the same pocket.
    Think about it... would you buy a Cadillac and then go to Wal-Mart's Auto department to dress it up?

  • Best way to apply Schemas to Fragments

    I'm been researching the best way to apply schemas to my fragments.   Either by applying all fragment and field schema elements to the form
    or to put the fragment schema elements within the fragment.   I feel keeping a schema within the fragment seems like the way to go, but
    unsure.   I you only reference a fragments schema in a form and a fragment within that form changes, do you have to go back a modify every form schema that is using that fragment?  If I keep the schema in the fragment then I would only need to modify the fragment schema..correct?
    Wow..hope this makes sense.

    I agree with the small caveat that it sort of depends on the business/technical requirements surrounding your use of fragments.  Fragments can be sort of flaky and difficult to work with so to peg a specific all-encompassing "best practice" would, in my opinion, be impossible.  Using relative bindings in fragments is great (in fact it's what I'm doing on my current LC project), but it ends up becoming a bit limiting.  It can make the fragment pretty tightly coupled to the "main" XDP form and whatever schema/XML is bound to it.  Probably 9 times out of 10, that's not an issue, but the reasons for electing to use fragments can make it something you really need to think about.
    My advice would be to avoid fragments unless you specifically need that functionality for a specific reason.  It's easy to use fragments because they are cool and seem clean, but then can end up causing more headache than it's worth.  On the other hand, using fragments as a method of compartmentalizing script objects is really really helpful.  It helps you keep all your JavaScript inside script objects (instead of inside object events) and allows for reuse of scripts in different areas of the form(s).  This saves development time, refactoring time, and disk space.  I highly recommend looking into that scenario whenever possible.
    Hope this helps.
    Ryan D. Lunka
    Cardinal Solutions Group
    [email protected]

  • Pkgadd failed when applying the patch cluster

    Hi,
    When I apply the patch cluster to servers that have been jumpstarted to Sol10U3 and U4, I am getting a package add failure. The only way around this is to add install user in passwd:
    install:x:0:1:installpatch:/root:/bin/true
    Is there something that needs to be configured to avoid this or is the install user required?
    Thanks

    See the Solaris FAQ:
    http://www.science.uva.nl/pub/solaris/solaris2.html#q5.59
    5.59) Patch installation often fails with "checkinstall" errors.
    When installing a patch, the Solaris 2.5+ patch installation procedure will execute the script "checkinstall" with uid nobody.
    If any of the patch files or if any part of the path leading up to the patch directory cannot be read by nobody, an error similar to the following will appear:
    patchadd .                    # or ./installpatch .
    Generating list of files to be patched...
    Verifying sufficient filesystem capacity (exhaustive method) ...
    Installing patch packages...
    pkgadd: ERROR: checkinstall script did not complete successfully
    You can workaround this in two ways, one is to make sure that the user "nobody" can read all patch files and execute a "pwd" in the patch directory or add an account "install" to /etc/passwd:
         install:x:0:1:installpatch braindamage:/:/bin/true
    Installpatch and patchadd use "nobody" as a fallback if it cannot find the "install" user.

  • 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

  • I have lightroom 5.7. Now I have apple TV to connect my Mac to the TV scree. I wish to do a slide show on the TV. However, on the Mac, using ITunes to share photos with the TV, I cannot locate all photo files. What is the best way to save the slide show a

    I have lightroom 5.7. Now I have apple TV to connect my Mac to the TV scree. I wish to do a slide show on the TV. However, on the Mac, using ITunes to share photos with the TV, I cannot locate all photo files. What is the best way to save the slide show and put it where the Mac sharing can find it? So far, I made on one folder in Lightroom, put some photos there and I found them easily. Can this be done with a slide show? Please help quickly! Also worried that the photos I put on the new folder are hard to find afterwards, when the show is done. Where do they go when I delete from from the new folder?I am not alone

    Not that I'm aware of. You just export JPEG copies to a folder that you can point iTunes to. For instance, I have created a folder in my Pictures folder called Apple TV. And within that folder I have other folders of pictures that I can choose from in iTunes to share with Apple TV. But there doesn't seem to be any way to share a Lightroom slideshow. If you have laid to create a video file that would probably work. Apple TV is a little clunky in my opinion. Some things are a little more difficult to do now than they were a while back. I probably haven't provided you with much help, but just keep experimenting and I think you will figure it out.

  • 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

  • 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

  • 9i and 10g Listener in  SUN box  How do i stop .while applying the patch.

    Hi,
    Sun box running - I am having
    1. oracle_home 9i Version (database's are running)
    My team installed 10g Version 10.2.0.1 in Oralce_home1 there were no database are running in 10g, Now We plan to upgrade into 10.2.0.4 in oracle_home1 while applying patch its asking to stop the listener process.
    Is it mean to stop 91 listener or 10g listener?
    I had checked the running process in my server using grep -ef
    it show all process 9i database's and i find this home1/oracle/product/1020/bin tnslsnr LISTERNER -Inherit. How do i stop ? after applying the patch how do i start?
    Is it require down time?
    Thanks in advance.
    Rajas

    Hi
    When i check the lsnrctl status it is showing the error , How do i resolve it?
    In sun box:
    /home1/oracle/pro/920/bin -9i is running
    /home1/oracle/pro/1020/bin 10g is running
    When i check the lsnrctl status the above oracle home it through error
    Connecting to (ADDRESS=(PROTOCOL=TCP)(PORT=1521))
    TNS-12618: TNS:versions are incompatible
    Thanks in advance
    Rajas.
    Edited by: Rajas on Sep 23, 2008 8:36 PM

  • Work failed while applying the patch 3480000

    Dear All,
    Please Help
    At the phase of applying the patch 3480000 while upgrading from 11.58 to 11.5.10.2
    workers failed:
    FAILED: file WFXLoad.class on worker 5 for product fnd username APPLSYS.
    Time is: Tue Apr 05 2011 06:30:13
    ATTENTION: All workers either have failed or are waiting:
    FAILED: file WFXLoad.class on worker 1.
    FAILED: file WFXLoad.class on worker 2.
    FAILED: file WFXLoad.class on worker 3.
    FAILED: file WFXLoad.class on worker 4.
    FAILED: file WFXLoad.class on worker 5.
    FAILED: file WFXLoad.class on worker 6.
    FAILED: file WFXLoad.class on worker 7.
    FAILED: file WFXLoad.class on worker 8.
    ATTENTION: Please fix the above failed worker(s) so the manager can continue.

    Hi Hussein,
    Sorry for being late
    next is output screen for patch 3480000
    There are now 39641 jobs remaining (current phase=A84):
    6 running, 216 ready to run and 39419 waiting.
    Assigned: file WFXLoad.class on worker 7 for product fnd username APPLSYS.
    Assigned: file WFXLoad.class on worker 8 for product fnd username APPLSYS.
    FAILED: file WFXLoad.class on worker 4 for product fnd username APPLSYS.
    FAILED: file WFXLoad.class on worker 1 for product fnd username APPLSYS.
    FAILED: file WFXLoad.class on worker 3 for product fnd username APPLSYS.
    FAILED: file WFXLoad.class on worker 6 for product fnd username APPLSYS.
    FAILED: file WFXLoad.class on worker 8 for product fnd username APPLSYS.
    FAILED: file WFXLoad.class on worker 2 for product fnd username APPLSYS.
    FAILED: file WFXLoad.class on worker 7 for product fnd username APPLSYS.
    FAILED: file WFXLoad.class on worker 5 for product fnd username APPLSYS.
    ATTENTION: All workers either have failed or are waiting:
    FAILED: file WFXLoad.class on worker 1.
    FAILED: file WFXLoad.class on worker 2.
    FAILED: file WFXLoad.class on worker 3.
    FAILED: file WFXLoad.class on worker 4.
    FAILED: file WFXLoad.class on worker 5.
    FAILED: file WFXLoad.class on worker 6.
    FAILED: file WFXLoad.class on worker 7.
    FAILED: file WFXLoad.class on worker 8.
    ATTENTION: Please fix the above failed worker(s) so the manager can continue.
    next is last lines in adworker log file
    adjava -mx256m -nojit oracle.apps.fnd.wf.WFXLoad -u &un_apps &pw_apps &jdbc_db_addr &jdbc_protocol US &fullpath_cln_patch/115/xml/US_cln2a12os.wfx
    Error:
    Program exited with status 1
    Cause: The program terminated, returning status code 1.
    Action: Check your installation manual for the meaning of this code on this operating system.
    Copyright (c) 2002 Oracle Corporation
    Redwood Shores, California, USA
    AD Java
    Version 11.5.0
    NOTE: You may not use this utility for custom development
    unless you have written permission from Oracle Corporation.
    Reading product information from file...
    Reading language and territory information from file...
    Reading language information from applUS.txt ...
    Temporarily resetting CLASSPATH to:
    "h:\oracle\prodappl\ad\11.5.0\java\adjri.zip;H:\oracle\prodcomn\util\java\1.3\jdk1.3.1_07\lib\rt.jar;H:\oracle\prodcomn\util\java\1.3\jdk1.3.1_07\lib\i18n.jar;h:\oracle\prodcomn\java\appsborg.zip;h:\oracle\prodora\8.0.6\forms60\java;h:\oracle\prodcomn\java"
    Calling h:\oracle\prodora\8.0.6\jdk\bin\java.exe ...
    Oracle Workflow XML Loader 2.6.2
    Connecting to APPS@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=NT4SERVER)(PORT=1521))(CONNECT_DATA=(SID=PROD))) -- UTF8
    Connected to (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=NT4SERVER)(PORT=1521))(CONNECT_DATA=(SID=PROD)))
    SQL Exception encountered during upload: ORA-06550: line 1, column 7:
    PLS-00306: wrong number or types of arguments in call to 'UPLOADOBJECT'
    ORA-06550: line 1, column 7:
    PL/SQL: Statement ignored
    Fatal error encountered during upload between line 10 and 35
    Error encountered when upload.
    AD Run Java Command is complete.
    AD Worker error:
    The above program failed. See the error messages listed
    above, if any, or see the log and output files for the program.
    Time when worker failed: Tue Apr 05 2011 06:30:13
    Thanks&BR
    Tarek

Maybe you are looking for

  • How to manage marketing events and keep trask of subscribers ?

    Hi all, I'm working on CRM request for proposals in France and I have more and more often one business requirement coming from the customers. They often asks to generates outbound campaigns for event that they organize. It could be Sales event, Marke

  • My iphone 4s is not recognized by my pc after update IO5

    I updated my iphone 4s to the IO5 and since then it has been stuck on the connect to itunes screen, then when i went to connect to itunes on my PC the device is not recognized and my iphone is still stuck on the same screen.  Please help!

  • Which table include duration&data records number for each nodes in PC?

    Hi Experts, Now I am on Process Chains maintenance work, I need daily record a very huge infopackage process chain's each nodes more then 50 infopackage, record something like duration ,data records nubmer for each infopackage. I need check this one

  • Display of data on as columns in a table

    Hi All, I have an application where the data from R/3 server is displayed on the table. The different columns are: 1. Date 2. Volume 3. Price the Volume is corresponding to the date mentioned. which is in past/or future. I have to read the difference

  • Java code to convert - Hex to Dec

    I'ld like to convert an Integer or a String from hexadecimal format to a decimal format; For example: 30 give 0; 50 give P and so on. Can any one help me sending to me a java code that do it please? Thanx a lot