Patch Oracle 9.2.0.6 on linux with Jan 2006 CPU - inventory not updated

Hi,
We have tried to apply the Jan 2006 CPU (4751921) patch to Oracle 9.2.0.6 running on linux (redhat AS 4). The Apply log reports:
Patch 4751921 has been applied successfully.
... but then when trying to Update inventory it reports:
INVENTORY PROBLEM: Patch 4751921 is not present in Oracle Home inventory.
OPATCH_JAVA_ERROR: Patch was not successfully applied.
Verification of the patch failed.
ERROR: OPatch failed as verification of the patch failed.
This seems like the patch has been applied, but it can't update the inventory.
Followed the preinstall steps regarding the "Inventory Problem", including running checkinv.pl to clean up the inventory. This does clean up the dangling inventory.
Reran the opatch for 4751921, same output.
Tried running: opatch apply -verbose for 4751921, and it reports that the patch was succesful, no complaints about the inventory; yet an: opatch lsinventory does not show 4751921.
Without the inventory being correct, presumably we will continue to have problems like this with future patches; but the software has been patched and seems to run fine.
Any way to rebuild the inventory file?
thanks.

We had a similar (but not the same) error and we were suggested by Oracle to set the following environment variables before running opatch:
export OPATCH_DEBUG=YES
export LD_LIBRARY_PATH=$ORACLE_HOME/lib
export SHLIB_PATH=$ORACLE_HOME/lib32
export SHLIB_PATH=$ORACLE_HOME/jre/1.4.2/lib/PA_RISC:$SHLIB_PATH
export SHLIB_PATH=$ORACLE_HOME/jre/1.4.2/lib/PA_RISC/server:$SHLIB_PATH
cd <patch directory>
opatch apply -jdk /opt/java1.4
The directories may be different depending on implementation, o/s. etc.
Regards,
Chandan

Similar Messages

  • Error connecting via PHP to Oracle Database 10g XE in Arch Linux with XAMPP

    I get this error whenever I try to connect through PHP to my locally hosted Oracle Database 10g Express Edition
    Warning: oci_connect() [function.oci-connect]: OCIEnvNlsCreate() failed. There is something wrong with your system - please check that LD_LIBRARY_PATH includes the directory with Oracle Instant Client libraries in <filename>.php on line 10
    What can I do?

    Not sure what to offer for XAMP with php, perhaps it needs a configure pointing OCI8 to your ORACLE_HOME, as well as setting the oracle environment and PATH adjustment in the Apache start script.
    Somewhere under /etc there should be an init.d or perhaps rc.d directory with maybe an apache2 script that gets called at system boot or run level change. It will take editing that shell script and adding something like:
      export ORACLE_HOME=/usr/....
      export PATH=$ORACLE_HOME/bin:$PATH
      export LD_LIBRARY_PATH=$ORACLE_HOME/lib:$LD_LIBRARY_PATHAnd restarting apache ... $ [sudo] {RC path}/apache2 restart or $ ...apache2 stop followed by an $ ...apache2 start all depending on how the boot/inits are setup on the box.
    And in your $ORACLE_HOME/network/admin/tnsnames.ora adding a tnsalias won't hurt (as long as the whitespace as well as matching parenthesis are all in order)
    myxedb =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = TCP)(HOST = myhost.mycompany.com)(PORT = 1521))
        (CONNECT_DATA =
          (SID = XE)
      )

  • JDev 11 on linux with java -jar jdevstudio11110install.jar not working

    My environment was working great until a few days ago, then kaboom. Now I'm trying to pick up the pieces and can't seem to be able to install JDeveloper. I am using Fedora 10.
    Logged in as myself, the default version of java is 1.6.0_13.
    $ java -jar jdevstudio11110install.jarI get the install screen. I can't press the next button. It just won't work. I then CTRL-C to get back to the terminal, and with this version of Java, I have to kill -9 the PID found using the command
    ps -efIf I perform the same steps as root, I can install JDeveloper, but then I can only run it as root. When launching jdev as myself, I get a blank "Select Role" screen.
    Thanks, Ken

    Olaf,
    I uninstalled 1.6.0_13, and installed 1.6.0_12, and still have the problem of not being able to press the next button. Here is the text from my terminal window. After not being able to click the next button, I switched windows and when I switched back, the Oracle window was empty of content. I pressed CTRL-C to close the window.
    I checked, and I don't have selinux running. Below is from my yum.log that shows updates for the last few days. I don't know if any of these caused the problem, but I really am not sure. I'm getting to the point of needing to run jdeveloper in windows in a virtual machine...
    [klee@c5ybv91 Download]$ java -Djava.io.temp=/home/klee/temp -jar jdevstudio11110install.jar
    Extracting 0%....................................................................................................100%
    ^C[klee@c5ybv91 Download]$
    [klee@c5ybv91 Download]$ java -version
    java version "1.6.0_12"
    Java(TM) SE Runtime Environment (build 1.6.0_12-b04)
    Java HotSpot(TM) Server VM (build 11.2-b01, mixed mode)
    [klee@c5ybv91 Download]$ Here is the contents of my yum.log for the last few days.
    Mar 23 07:46:54 Updated: thunderbird-2.0.0.21-1.fc10.i386
    Mar 23 07:46:56 Updated: liveusb-creator-3.6.3-1.fc10.noarch
    Mar 23 07:47:14 Updated: ghostscript-8.63-5.fc10.i386
    Mar 24 09:13:12 Updated: selinux-policy-3.5.13-49.fc10.noarch
    Mar 24 09:13:51 Updated: selinux-policy-targeted-3.5.13-49.fc10.noarch
    Mar 24 09:13:54 Updated: libX11-1.1.5-1.fc10.i386
    Mar 24 09:13:57 Updated: ffmpeg-libs-0.4.9-0.55.20080908.fc10.i386
    Mar 24 09:14:04 Updated: gtk2-2.14.7-7.fc10.i386
    Mar 24 09:14:20 Updated: 1:java-1.6.0-openjdk-1.6.0.0-11.b14.fc10.i386
    Mar 24 09:14:21 Updated: lcms-libs-1.18-1.fc10.i386
    Mar 24 09:14:22 Updated: postgresql-libs-8.3.7-1.fc10.i386
    Mar 24 09:14:22 Updated: lcms-1.18-1.fc10.i386
    Mar 24 09:14:25 Updated: 1:java-1.6.0-openjdk-devel-1.6.0.0-11.b14.fc10.i386
    Mar 24 09:14:25 Updated: 1:java-1.6.0-openjdk-plugin-1.6.0.0-11.b14.fc10.i386
    Mar 24 09:14:26 Updated: ffmpeg-0.4.9-0.55.20080908.fc10.i386
    Mar 24 09:14:26 Updated: xorg-x11-drv-vesa-2.2.0-3.fc10.i386
    Mar 24 09:14:31 Updated: libX11-devel-1.1.5-1.fc10.i386
    Mar 24 09:14:40 Updated: gtk2-devel-2.14.7-7.fc10.i386
    Mar 24 09:14:40 Updated: ffmpeg-devel-0.4.9-0.55.20080908.fc10.i386
    Mar 24 09:17:01 Installed: kmod-wl-2.6.27.19-170.2.35.fc10.i686-5.10.79.10-1.fc10.i686
    Mar 24 09:17:01 Installed: kmod-wl-5.10.79.10-1.fc10.i686
    Mar 24 09:17:01 Installed: broadcom-wl-5.10.79.10-1.fc10.noarch
    Mar 25 10:29:22 Installed: 1:java-1.6.0-openjdk-1.6.0.0-11.b14.fc10.i386
    Mar 25 10:29:22 Installed: 1:java-1.6.0-openjdk-plugin-1.6.0.0-11.b14.fc10.i386Before the 23rd, I didn't have any updates for about a week, and everything was working fine.
    Thanks,
    Ken

  • 32 bit Oracle server installation on 64-bit Linux box

    Hi All,
    I would like to know if it is suggested to install 32 bit oracle software on a 64 bit Linux box.
    Details of our new DB box below:
    $ cat /etc/SuSE-release
    SUSE LINUX Enterprise Server 9 (x86_64)
    VERSION = 9
    PATCHLEVEL = 4
    $ free -m
    total used free shared buffers cached
    Mem: 48293 33114 15179 0 412 31496
    -/+ buffers/cache: 1205 47088
    Swap: 65535 0 65535
    $ grep -i name /proc/cpuinfo
    model name : Intel(R) Xeon(R) CPU X5355 @ 2.66GHz
    model name : Intel(R) Xeon(R) CPU X5355 @ 2.66GHz
    model name : Intel(R) Xeon(R) CPU X5355 @ 2.66GHz
    model name : Intel(R) Xeon(R) CPU X5355 @ 2.66GHz
    model name : Intel(R) Xeon(R) CPU X5355 @ 2.66GHz
    model name : Intel(R) Xeon(R) CPU X5355 @ 2.66GHz
    model name : Intel(R) Xeon(R) CPU X5355 @ 2.66GHz
    model name : Intel(R) Xeon(R) CPU X5355 @ 2.66GHz
    $ uname -a
    Linux stllin06 2.6.5-7.311-smp #1 SMP Mon Mar 10 13:12:16 UTC 2008 x86_64 x86_64 x86_64 GNU/Linux
    Oracle : Oracle server Enterprise Edition 9.2.0.8
    We need this setup to match the other two 32bit linux DB server boxes so that we can use DB cloning and Transportable Tablespace feautres between these three linux machines.
    Thanks in advance for your help.
    PS: I did raise a request to support and waiting for the update.
    Thanks,
    Krishna Bussu

    Thanks Girish. But all my findings says NO NO and NO.
    From http://www.oracle.com/technology/support/metalink/index.html
    Certify - Product Version and Other Selections: Oracle Database - Enterprise Edition On Linux x86-64 (AMD64/EM64T)
    General Notes For Oracle Database - Enterprise Edition On Linux x86-64 (AMD64/EM64T):
    Processor Chip Information:
    Linux x86-64, support on AMD64/EM64T and Intel Processor Chips that adhere to the x86-64 architecture with supported Linux releases.
    "Running Oracle 32-bit on AMD64/EM64T (64-bit OS) is not supported . "
    Oracle 32-bit running on AMD64/EM64T with a 32-bit OS is supported, refer to platform Linux x86 for more information on product availability.
    Note: As Ivan confirmed EM64T is mark for Intel 64 (x86-64) processors.
    Even the metalink Note: 182999.1 says...
    "A 32-bit application will work on both a 32-bit and 64-bit O/S, whereas a 64-bit application will only work on a 64-bit O/S."
    but the same articel says
    "Note: These statements do not necessarily apply to Oracle on Windows O/S's, Itanium or AMD64/EM64T based Platforms. See Certify for specific information."
    and then I got update from Support. Even they Say....
    "No it is not suggested that you run Oracle at 32 bits for a Linux X86_64 platform. This would not be a good idea"
    I guess I need to sit with my senior DBAs and SA tomorrow to find the path forward...
    Thanks all.
    Krishna Bussu.

  • PATCH Oracle RAC 10gR2 DB on Linux

    Hello,
    I want to patch 2 node RAC 10gR2 DB (Standard Edition) on SLES 11. I have patched signle instance DB with OPATCH, but never patched RAC DB, kind of very nervous. I am not able to find generally and also from MOS regarding step by step process to patch RAC 10gR2 on SLES OS. In the readme of the Patch, I do not find step by step detail of how to ....regarding RAC. Following is the information regarding the current setup, please have a look and suggest/help me, as it's a production DB and I'm little afraid to Patch it.
    I've also other general questions please, like:
    - In RAC, how many homes are normall there to patch? DB,CRS, Grid?
    - Clusterware (CRS) and ASM has same home?. Are they same?. Pathing any one means pathing both ASM and CRS, right?
    oracle@dba01 [ec]: /home/oracle > echo $CRS_HOME
    /oracle/app/11.2.0/grid
    oracle@dba01 [ec]: /home/oracle > echo $ASM_HOME
    /oracle/app/11.2.0/grid
    oracle@dba01 [ec]: /oracle/app/10.2.0/db1/OPatch > opatch lsinventory
    Invoking OPatch 11.2.0.1.0
    Oracle Database 10g                                                  10.2.0.1.0
    Oracle Database 10g Release 2 Patch Set 3                            10.2.0.4.0
    There are 2 products installed in this Oracle Home
    Rac system comprising of multiple nodes
      Local node = dba01
      Remote node = dba02
    Connected to:
    Oracle Database 10g Release 10.2.0.4.0 - 64bit Production
    With the Real Application Clusters option
    ####### According to MOS patch advisor for the DB, found this patch for Linux-x86-64:
    Patch 12879929 - 10.2.0.4.11 Patch Set Update ## DATABASE PATCH SET UPDATE 10.2.0.4.11 (PRE-REQ 10.2.0.4.4|INCLUDES CPUJAN2012)
    Patch 9352164 - 10.2.0.4.4 Patch Set Update
    # Both are in Downloads folder on my local machine.
    SYS@rac1p1 AS SYSDBA> select * from registry$history;
    ACTION_TIME       ACTION  NAMESPACE VERSION   ID  COMMENTS   BUNDLE_SERIES
    30-MAR-10 07.38.3 APPLY    SERVER  10.2.0.4   6   CPUJan2010   CPU   6.877725 AM
    30-MAR-10 07.43.4 CPU                       6452863 view recompilation 5.716832 AM
    14-JUN-10 10.55.1 APPLY    SERVER  10.2.0.4   7   CPUApr2010   CPU   8.089709 PM
    oracle@dba01 [ec]: /home/oracle > echo $CRS_HOME
    /oracle/app/11.2.0/grid
    oracle@dba01 [ec]: /oracle/app/11.2.0/grid/OPatch > opatch lsinventory
    Patch  9352191      : applied on Mon Jun 14 22:28:04 CEST 2010 # Latest patch installed ..
    - - - # I think patch option for RAC which I read,,,rolling I cannot perform because its not Enterprise edition DB, minimum downtime also doesn't look like suitable, then I think I will adopt ALL NODE patching,isn'it?
    # In DB, I can find out through registry$history the latest PSU installed, but how would I find out which patch to install now in CRS/ASM home?
    # I was looking at srvctl and crsctl,etc commands....I am little confused between these both type of command to perform ...like to Shutdown instances,services,listener,nodes,etc...what commands do I need for this process, please?
    Bundle of thanks.
    Regards

    Hello,
    Thanks for the reply.
    What I noticed before that as ASM-GI has same home, so I need to apply one patch for that. After your reply I am planning to do it like that only.
    As I have posted in my main post the versions of patches to apply for Oracle Home. That seems somehow clear to me what to apply and,etc. Can you please suggest which Patch or how to find/select next patch version to apply to ASM/GI home please?
    When we select PATCH ADVISOR from MOS, for example in case of DB home, I select DB,Enterprise,Standard editio,9i,10g,11,d, OS Linux-x64,10.2.0.4. DB,OS version etc is OK, but I am confused what to select from that first drop down menu in order to select patch version for ASM/GI ??
    @onedba
    I am planning to Patch not upgrade.
    Thanks and regards.

  • Patches for Installing Oracle 9i on Red Hat Enterprise LINUX 3.0 AS

    I recently purchased An Oracle Database Enterprise Edition � Trial License.
    I am attempting to install Oracle 9i on Red Hat Enterprise Linux Advanced Server 3 (RHEL AS 3).
    After several unsuccessful attempts and consultation with the FAQs available on the Oracle site I have discovered
    that it can not be installed without the following patches.
    P3095277_9204_LINUX.zip
    P3238244_9204_LINUX.zip
    P2617419_210_GENERIC.zip
    P3006854_9204_LINUX.zip
    P3119415_9204_LINUX.zip
    Can anyone tell me how I can aquire these patches?
    This is for an eval of the product on the platform mentioned above. If I can not complete a successful install,
    there is no way for my company to evaluate the product
    and eventually purchase it.
    You can contact me at this email address [email protected]

    Daer suneetkapoor:
    I am looking for P3006854_9204_LINUX.zip in order that can be properly able to install oracle9i on Linux AS 3. And I saw you to reply the message on forum that you can share the patch. Would you mind if you can send an email with the patch for me immediately, I will greatly appreciate it.
    thanks you
    regards
    ellery
    PS: My email address is [email protected]

  • Help: Oracle 8.1.7 on Mandrake Linux

    I was able to get through the installation process.
    But I am currently stuck with initial database creation
    stage. Whenever I try to create a database with dbassist,
    I got the following error:
    ORA-03114 not connected to ORACLE
    ORA-03113 end-of-file on communication channel.
    Will appreciate for any hints that might help me
    solve the problem.
    Thanks,
    Youhua.

    Is dificult to help you whitout the details of your particular installation. But this procedure work perfectly for an installation "out of the box" of Linux Mandrake 8.1
    a) Install Linux Mandrake and choose to install the Development Tools Set. After installation, deinstall rpm kaffe (java runtime).
    b) Do the preinstallation task for Oracle 8.1.7 as explained in the Installation Manual. Is not necesary to recompile the kernel.
    c) login with the oracle user for installation. Use Gnome for as your desktop (KDE doesn't work).
    d) run the Oracle Universal Installer.
    e) When the installation stop for link problems apply the patch glibc-2.1.3-stubs.tar.gz (http://download.oracle.com/otn/linux/oracle8i/glibc-2.1.3-stubs.tar.gz)
    f) After the patch application, press "Retry" button in the error dialog of (e) step.
    g) Everything must work fine.
    h) After veryfing your installation make your customizations.

  • Oracle 10.2.0.3 for Linux x86-64 patchset

    Dear Team,
    Let us know the url for Oracle 10.2.0.3 for Linux x86-64
    64bit patchset
    Thanks,
    Aj

    Hi,
    Download patch
    Let us know the url for Oracle 10.2.0.3 for Linux x86-64 *5337014* ---------------> RDBMS 10.2.0.3 patchset from http://metalink.oracle.com
    Regards,
    Xaheer

  • Oracle 10g Installation on Red Hat Linux

    Hi
    I am trying to install Oracle 10g (Downloaded from Oracle Site) in a Linux Installation. I have checked with the following command about the Linux Version
    # cat /etc/issue and the output is :
    Red Hat Linux Release 7.1 (Seawolf)
    Kernel 2.4.2-2 on an i686
    Then I am giving #uname -r and the output is
    2.4.2-2
    Now Oracle Installation Guide for 10g for Linux is saying that
    if the errata level is less than 25 on x86 system then install latest Kernel Updates.
    Please Let me know from where I can get the Latest Kernel Updates appropriately and what I need to do to put that patch into Linux so that I can smoothly install the Oracle 10g.
    Thanks and regards.
    Keshav Tripathy

    Jer is absolutely right.... just changing the values in oraparm.ini to reflect your kernel distribution will work for you.
    For example the file contains:
    [Certified Versions]
    Linux=redhat-2.1,UnitedLinux-1.0,redhat-3
    now to add your linux into it just check your version by issuing the command #uname -r
    in my case the output was "2.4.20-8smp". I just appended redhat before this value and entered in the oraparm.ini file.
    The new ini file looks like:
    [Certified Versions]
    Linux=redhat-2.1,UnitedLinux-1.0,redhat-3,redhat-2.4.20-8smp
    [Linux-redhat-2.4.20-8smp-optional]
    TEMP_SPACE=80
    SWAP_SPACE=150
    MIN_DISPLAY_COLORS=256
    Now you are all set to install. I assume that all other pre-requisites have been fulfilled.
    Thanks & Regards,
    Rajesh Kumar
    Team Lead UNIX

  • Silent installation of oracle 10.2.0.5 on Linux 5

    Please anyone guide me for the steps of silent installation of oracle 10.2.0.5 on Linux 5. Please provide me the link if any.

    Hi;
    Please anyone guide me for the steps of silent installation of oracle 10.2.0.5 on Linux 5. Please provide me the link if any.You mention to install oracle 10.2.0.5 client or patch on Linux?(What is linux5? version,its 32 bit or 64 bit)
    If yes than its mean you are already on 10.2.0.x level. Because 10.2.0.5 is a patch check
    10.2.0.5 Patch Set - Availability and Known Is [ID 1087991.1 ]
    For installation you need to check readme part of patch
    If you mention client installation than check:
    10.2.0.5 client
    Re: Oracle 10g 10.2.0.5 Installation
    Regard
    Helios

  • Patching Oracle Forms 6i

    Hi All
    Can someone please help me, I have Oracle Forms version 6i R2 installed on a Windows XP 32 bit machine, currently this is how it is: Forms [32 Bit] Version 6.0.8.8.0
    I would like to patch up to: Forms [32 Bit] Version 6.0.8.20.1
    Can someone please point me to the right direction on how to search for this using Metalink. Basically I just need the patch number.
    Any kind of help will be much appreciated.
    Thanks

    If not the developer but the 6i client/server runtime only (which is free) you need, I have a bzip2 file for Linux and Sparc Solaris (sorry no Windows version), that includes the patchset 18 and the 10gR2 instant client's sqlplus (for xquery support). It is a tar.bz2 file and around 250mb - anyone wants it, I can put it into their ftp site - sorry no gets ;) Again, this is for client/server runtime only - no web stuff or development modules, documents, etc. It is a lean/mean client/server custom runtime environment for 6i Forms on Linux and Sparc clients. It has been tested (for years) against 8.1.7.4, 9i (first, second editions) and 10g (R1, R2 and XE) - it is for 32 bit but also runs under 64 bit (it includes missing linux/sparc libraries from 32bit). I offered this to Oracle folks years ago to be distributed from OTN but they said, they can not officially support it, therefore can not be distributed via OTN - which makes sense.
    Message was edited by:
    zaferaktan

  • Installing patches on application tier before moving to linux

    Hello ,
    I would like to know , if there are recommended patches , i should install on the application tier (HPUX) before moving the application(115102) to linux.
    Happy new year for EBS forum !
    Thanks

    All the patches are outlined in (Migrating to Linux with Oracle Applications Release 11i [ID 238276.1]), so make sure you follow all the steps in this docs before migrating the application tier node.
    Also, make sure you have all pre-req packages installed as per these docs.
    Note: 294932.1 - Recommendations to Install Oracle Applications 11i
    Note: 316806.1 - Oracle Applications Installation Update Notes, Release 11i (11.5.10.2)
    Note: 730444.1 - Oracle Applications 11i Installation on OEL5 or RHEL5
    Thanks,
    Hussein

  • Is Oracle 8 EE available for REdhat Linux 6.0

    Would anyone know whether Oracle 8 EE available
    for REdhat Linux 6.0 ? Also, what is the fundamental
    difference between the standard edition, Oracle 8 and Oracle 8i
    for Linux (briefly).
    Thanks
    Eashwer
    null

    Eashwer Iyer (guest) wrote:
    : Would anyone know whether Oracle 8 EE available
    : for REdhat Linux 6.0 ? Also, what is the fundamental
    : difference between the standard edition, Oracle 8 and Oracle 8i
    : for Linux (briefly).
    : Thanks
    : Eashwer
    Oracle 8i for Linux 2.2 kernels (using glibc 2.1) is supposed to
    be out the first part of June. I don't know what they will do
    about 8SE and 8EE. Maybe supply patches? Anyway, Oracle is
    aware of the problems associated with glibc 2.1 and is working on
    it.
    I installed Caldera Openlinux 2.2 and used a previously installed
    Oracle 8EE installation. So far, it is working. I believe they
    have said that it should work, but you may encounter a few
    errors.
    I believe that Oracle 8EE adds Partitioning and Objects. 8i is
    made for use with the internet and allows you to create stored
    procedures in Java. I have never used the product, but that is
    my understanding of it.
    I hope this helps.
    null

  • Error while accessing Oracle E-Business Suite 11i from Linux/firefox

    error while accessing Oracle E-Business Suite 11i from Linux/firefox
    OS: SUSE Linux Desktop 11(SLED11)
    Web browser: firefox 3.x
    Java versions:
    # rpm -qa |grep java
    java-1_6_0-sun-plugin-1.6.0.u18-0.1.1
    java-1_6_0-sun-1.6.0.u18-0.1.1
    # java -version
    java version "1.6.0_18"
    Java(TM) SE Runtime Environment (build 1.6.0_18-b07)
    Java HotSpot(TM) Server VM (build 16.0-b13, mixed mode)
    when I access the url firefox says
    "Additional plugins are required to display all the media on this page"
    then I clicked on "Install Missing Plugin" button
    then I got the following message
    No Suitable Plugins were found
    Unknown Plugin (application/x-java-applet;jpi-version=1.4.1)
    please help/suggest
    Regards

    Hi user;
    Its not certified to login EBS from linux client
    Please check:
    Linux-cleint (ebs) certification
    pluggins
    Hope it helps
    Regard
    Helios

  • Can I install Oracle 8.1.6 on RH LINUX 7.1

    Can i Install Oracle 8.1.6 on Redhat Linux 7.1

    Yes, of course. Both versions works but you have to be prepared for lots of RAM.

Maybe you are looking for

  • Image gallery w/search

    I am working with Dreamweaver 8 and Flash 8 and was wondering how to make a image gallery. What I need is an image gallery with upto 100 images in each category. I would like users to be able to search (say texture) and come up with the results. If P

  • Arial Unicode MS Fonts not working in Report (PDF)?

    any body can help me plz. Forms 11g Uifont.ali [PDF:Subset] "Arial Unicode MS" = "ARIALUNI.TTF" this option is not work in pdf file what can i do??? In PDF File (garbage data show) Acrobat 9-->File--> Properties ---> Font --> Actual Font= ArialMT In

  • Regaring Synchronous communication and ASynchronous Commu

    Hi, Can any please describe me  for the above Synchronous communication and ASynchronous Commu. Please don't send any weblogs.. Or Documentations please  type the answers in simple language  just to understand excatly. 1.  when to use these. 2.  wher

  • Java.lang.NoSuchMethodError: getMessageData

    I got this error while trying to send to Websphere MQ 5.3 from WSAD 5.1. I use a statelesssession bean to send the message. Do you have any ideas? java.lang.NoSuchMethodError: getMessageData at com.ibm.mq.server.MQSESSION._MQPUTMSG2(Native Method) at

  • Po default condition type define.

    generally, we use the price procedure 'RM1000'. i browse the control data of 'RM1000' via m/08. many condition type is defined. why only PBXX NAVS SKTO will appear in po creation?