How to configurw n/w in SUSE Linux

Hi all,
i have to install oracle 10g on suse linux server, i have installed suse linux on m/c , iwant ot configure n/w in the same ,but i couldn't...
i have used yast but still couldn't able to configure the n/w

I got it working.  I had to change the dbora file to look like this:
#! /bin/sh  -x
# Change the value of ORACLE_HOME to specify the correct Oracle home
# directory for your installation.
ORACLE_HOME=/opt/oracle/product/11gR2/db
# Change the value of ORACLE to the login name of the
# oracle owner at your site.
ORACLE=oracle
PATH=${PATH}:$ORACLE_HOME/bin
export ORACLE_HOME PATH
touch /var/lock/subsys/dbora
case $1 in
'start')
        su - $ORACLE $ORACLE_HOME/bin/dbstart $ORACLE_HOME &
'stop')
        su - $ORACLE $ORACLE_HOME/bin/dbshut $ORACLE_HOME &
        echo "usage: $0 {start|stop}"
        exit
esac
exit
Then I had to delete the listener.log and startup.log files in $ORACLE_HOME because they were incorrectly owned by root.

Similar Messages

  • How to install oracle 10g on suse linux

    Hi,
    can anybody let me kbow how to install oracle 10.2 on suse linux.....
    i have installed suse linux but couldn;t able to install oracle 10g on the same....
    looking for gud suggestion.....

    These two are good to start with
    Installing Oracle Database 10g on SUSE Linux Enterprise Server 9 and on SUSE Linux Professional 9.1, 9.2, and 9.3
    http://www.puschitz.com/InstallingOracle10gOnSUSE.shtml
    Oracle Products on SUSE Linux Enterprise: Documents
    http://www.novell.com/products/server/oracle/documents.html

  • How to automatically startup Oracle on SUSE Linux

    I have Oracle 11g installed on a server running SUSE Linux 11. I followed the official Oracle instructions to try to set up Oracle for automatic startup.
    My /etc/oratab file contains the following:
    sidname:/opt/oracle/product/11gR2/db:Y
    I created a /etc/init.d/dbora file, which contains the following:
    #! /bin/sh  -x
    # Change the value of ORACLE_HOME to specify the correct Oracle home
    # directory for your installation.
    ORACLE_HOME=/opt/oracle/product/11gR2/db
    # Change the value of ORACLE to the login name of the
    # oracle owner at your site.
    ORACLE=oracle
    PATH=${PATH}:$ORACLE_HOME/bin
    HOST=`hostname`
    PLATFORM=`uname`
    export ORACLE_HOME PATH
    if [ ! "$2" = "ORA_DB" ] ; then
       if [ "$PLATFORM" = "HP-UX" ] ; then
          remsh $HOST -l $ORACLE -n "$0 $1 ORA_DB"
          exit
       else
          rsh $HOST -l $ORACLE  $0 $1 ORA_DB
          if [ "$PLATFORM" = "Linux" ] ; then
              touch /var/lock/subsys/dbora
          fi
          exit
       fi
    fi
    case $1 in
    'start')
            $ORACLE_HOME/bin/dbstart $ORACLE_HOME &
    'stop')
            $ORACLE_HOME/bin/dbshut $ORACLE_HOME &
            echo "usage: $0 {start|stop}"
            exit
    esac
    exit
    Then I ran the following commands:
    chgrp dba /etc/init.d/dbora
    chmod 750 /etc/init.d/dbora
    ln -s /etc/init.d/dbora /etc/rc.d/rc0.d/K01dbora
    ln -s /etc/init.d/dbora /etc/rc.d/rc3.d/S99dbora
    ln -s /etc/init.d/dbora /etc/rc.d/rc5.d/S99dbora
    shutdown -r now
    After restarting, Oracle was not running:
    server:~ # ps -fea | grep ora
    root      2681  2563  0 21:18 ?        00:00:00 hald-addon-storage: no polling on /dev/fd0 because it is explicitly disabled
    root      2688  2563  0 21:18 ?        00:00:00 hald-addon-storage: polling /dev/sr0 (every 2 sec)
    root      4491  4333  0 21:19 pts/1    00:00:00 grep ora
    server:~ # ps -fea | grep lsnr
    root      4493  4333  0 21:19 pts/1    00:00:00 grep lsnr
    Oracle runs fine after I start the instance (by logging into sqlplus as "sys as sysdba" and issuing the "startup" command) and listener. But it won't start up automatically after restarting the server. Why is that?

    I got it working.  I had to change the dbora file to look like this:
    #! /bin/sh  -x
    # Change the value of ORACLE_HOME to specify the correct Oracle home
    # directory for your installation.
    ORACLE_HOME=/opt/oracle/product/11gR2/db
    # Change the value of ORACLE to the login name of the
    # oracle owner at your site.
    ORACLE=oracle
    PATH=${PATH}:$ORACLE_HOME/bin
    export ORACLE_HOME PATH
    touch /var/lock/subsys/dbora
    case $1 in
    'start')
            su - $ORACLE $ORACLE_HOME/bin/dbstart $ORACLE_HOME &
    'stop')
            su - $ORACLE $ORACLE_HOME/bin/dbshut $ORACLE_HOME &
            echo "usage: $0 {start|stop}"
            exit
    esac
    exit
    Then I had to delete the listener.log and startup.log files in $ORACLE_HOME because they were incorrectly owned by root.

  • Installing Oracle Database 10 G Release 2 on Centos 5.0 and SuSe Linux Prof

    I have problem in installing Oracle Database 10 G Release 2 on Centos 5.0 and SuSe Linux Professional 9.1.
    1. According to information of installation steps given by one user at DIZWELL for Centos 5.0.
    In the last step it says as follows (I had bought a CD Centos 5.0) - It gives the following error. My copy of Centos is not a downloaded Zip file.
    su - oracle
    /osource/runinstaller -ignoreSysPrereqs
    Command not found
    I had also installed Libaio and Libxp as mentioned in the document given by a user. How can i solve this. I need the complete installation of Oracle 10 G Rel 2 on Centos 5.0.
    2. Installation of Oracle 10 G Rel 2 on Novell SuSe Linux Professional 9.1.
    I had seen the oui opening up and when it moves a little further it gives some memory error and It requires about 900 + memory. After installing this linux if we have increase the memory What should we do? According to the message it says my system is having only 700+ memory. I do not know whether it is MB/KB. Please given the complete steps to solve this.
    Thanks in Advance!
    Regards,
    Srinivas

    was trying to Oracle 10G Rel 2 on Centos 5.0 but There I never got the Oracle Universal Installer.
    Now, I had made necessary to Novelll Suse Linux Professional 9.1, where I has made the necessary changes to the system files and installed the libXp, glibc, libaio, make etc and I was able to get Oracle Universal Installer. During Installation at the end I got these errors.
    gcc-3.2 Found not found Failed
    Overall Result of this check Failed
    Kernel Parameters
    Semopm=100 found semopm=32 Failed
    file-max=65536 Found file-max=52249 Failed
    Checking for VERSION-2.6.5-7.97 Found VERSION=2.6.4-52 - default Failed
    ip_local_port_range=1024-65000 Found ip_local_port_range=32768-61000 Failed
    Check for rmem_default=262144 Found rmem_default=111616 Failed
    Check for rmem_max=262144 Found rmem_max-111616 Failed
    Check for wmem_default=262144 Found wmem_default=111616 Failed
    Check for wmem_max=262144 Found wmem_max=111616 Failed
    Recommended glibc VERSION
    Expected Atleast= 2.3.3-98.28
    Actual = 2.3.3-97 Failed
    Overall Result of the above Failed
    Checking Physical Memory
    Expected = 922 MB
    Actual = 500 MB
    Please let me know What to do or How to rectify this? Atleast I should be able to install the same in SuSe Linux Professional 9.1. Mine is not a zip file now . I have unzipped and stored my Oracle 10 G Rel 2 on a CD Which was working correctly in SuSe Linux Professional 9.1 but the last step in the Installation in Centos 5.0 did not show the OUI when I had run from the CD. Should I have to configure the Internet for lInux also. I have Broadband internet 256 kbps From hathway Internet. How can i configure Internet in SuSe Linux Professional 9.1, Centos 5.0 and Fedora Core 4. Where can I give my IP Address, Gateway, Primay DNS, Secondary DNS, Email ID and Password, Host Name etc
    Somehow, I need to install Oracle 10 G Rel 2 on any one Linux Version for me to work and succeed.Anybody can Help me also.
    AFTER RE-INSTALLING CENTOS LINUX 5.0 AGAIN, I HAD REPEATED ALL THE STEPS TAKEN FROM A MEMBER OF ORACLE FORUMS AND THIS TIME, WHEN I HAD GIVEN THE COMMANDS
    su - oracle
    /osource/runInstaller -ignoreSysPrereqs
    THIS TIME IT HAD GIVEN THE ERROR AS FOLLOWS:
    PERMISSION DENIED
    PLEASE TELL ME WHAT SHOULD BE THE PROBLEM AND HOW TO RECTIFY THIS PROBLEM AND INSTALL ORACLE 10g REL 2 ON CENTOS 5.0 LINUX.
    Thanks in Advance
    Regards,
    Srinivas

  • How to install j2sdk into Suse Linux

    How to install the j2sdk-1_4_0_03-linux-i586.bin into Suse Linux 8.1

    I done it like this:
    user@linux:~> chmod a+x j2sdk-1_4_0_03-linux-i586-rpm.bin
    user@linux:~> ./j2sdk-1_4_0_03-linux-i586-rpm.bin
    accept licence
    user@linux:~> rpm -iv j2sdk-1_4_0_03-fcs-linux-i586.rpm
    so its installed but not linked
    i install the sdk1.3.x from my suse cd so it create a java2.conf file in /etc/java/
    and change it to:
    # Configuration for java2 package
    Priority: 60
    Vendor : Sun
    Version : 1.4.0
    Devel : True
    JAVA_BINDIR = /usr/java/j2sdk1.4.0_03/bin
    JAVA_ROOT = /usr/java/j2sdk1.4.0_03
    JAVA_HOME = /usr/java/j2sdk1.4.0_03
    JRE_HOME = /usr/java/j2sdk1.4.0_03/jre
    JDK_HOME = /usr/java/j2sdk1.4.0_03
    SDK_HOME = /usr/java/j2sdk1.4.0_03
    JAVA_LINK = j2sdk1.4.0_03
    be sure that CREATE_JAVALINK in sysconfig is set to yes
    else edit it in yast->system->Editor /etc/sysconfig
    after that i uninstall jre1.3.x and sdk1.3.x
    and it works
    good luck

  • How to configure printers in SUSI LINUX

    Hi all!
      At present we are using WINDOWS OS.Now we are shifting to SUSI LINUX.What are the settings to be made in OS as well as in SAP.Our present version is SAPGUI 7.00 rev6.Already we have installed 5 printers in SUSI LINUX OS.When we trying to pring SAP documents, we are getting error .How to add printers in Front end in SUSI LINUX for SAP?Please give step by step procedure.Thanks in advance.
    Edited by: Jayasri P. on Apr 1, 2008 7:09 AM

    Hi,
    Printer is installed on which OS linux or windows ?
    check following note
    Note 821519 - Front-end printing with control technology
    Note 504952 - Composite note regarding spooling and printing
    also check following if printer is installed on linux
    Re: linux_sap_printing
    regards,
    kaushal

  • How to update firefox suse linux enterprise 10.3

    I've recently installed Suse Linux Enterprise Server 10 sp3. It has firefox 3.5.2. I'd like to know how to update it to the latest version. I've downloaded and decompressed the firefox file but cannot install it (update the residetn version).
    Thanks in advance

    Look at my answer on this similar post
    http://discussions.apple.com/thread.jspa?threadID=2347187&tstart=0
     Cheers, Tom

  • How to download 64 bit JDK for SUSE Linux 10.2 x86_64 Machine

    Hi SAP Guru's
    We are in the process of Installing SAP Netweaver SR3 on the suse linux 10.2 on the x86_64 Machine.
    We are unable to findout compatable jdk whcih will support this plateform.
    Please suggest where from we can download JDK.

    Hi,
    You can download and install it using YaST (Software/Software Management) in Suse 10.2.
    You can install the Java packages with YaST. If you choose Filter "Search" and enter "Sun" you'll quickly find them.
    Suse only supports up to 1.5 if you want 1.6 you must get it from the Java site.
    You can also search around this following FTP Link.
    [http://download.opensuse.org/repositories/Java:/|http://download.opensuse.org/repositories/Java:/]
    [http://download.opensuse.org/distribution/openSUSE-stable/repo/non-oss/suse/x86_64/|http://download.opensuse.org/distribution/openSUSE-stable/repo/non-oss/suse/x86_64/]
    Regards
    Bhavik Shroff
    Edited by: Bhavik G. Shroff on Nov 11, 2008 6:46 AM

  • How to remove the OpenBoot's entries writen by SuSe linux

    I installed SuSe Linux for Sparc to Ultra 10. When I
    unloaded linux and re-installed Solaris 8, I found the disk slice0 was masked and could not be recovered.
    I am looking for the idea to remove the entries set by
    SuSe.
    Thanks

    On Windows, look in C:\ProgramData\Cisco\Cisco AnyConnect Secure Mobility Client\Profile. the profile entries should populate that directory.
    New connections should add profiles or you can build one manually using the following simple template, substituting your values where I have typed xxxx:
    <?xml version="1.0" encoding="UTF-8"?>
    http://schemas.xmlsoap.org/encoding/">
          xxx
          xxx.xxx.xxx.xxx
          SSL
    There are a lot more optional entries but that's a bare bones one.

  • Oracle 10g Installation Problem on SUSE Linux 10

    Hello Friends,
    I want to install SAP Solution Manager 7.0 with Oracle 10g on SUSE Linux 10.0.
    But, while starting the Installation i am getting following Errors.
    Starting Oracle Universal Installer...
    Checking installer requirements...
    Checking operating system version: must be redhat-3, SuSE-9, redhat-4, UnitedLinux-1.0, asianux-1,
    asianux-2 or SuSE-10
                                          Passed
    All installer requirements met.
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2009-04-22_03-59-38PM. Please wait ...
    Error in writing to directory /tmp/OraInstall2009-04-22_03-59-38PM. Please ensure that this directory is
    writable and has atleast 60 MB of disk space. Installation cannot continue.
    : Success
    I have checked the Permissions and the Size of /tmp Directory, which is as followed:
    drwxr-xr-x  11 root root    0 2009-04-22 21:19 sys
    drwxrwxrwt  52 root root 1824 2009-04-22 16:00 tmp
    drwxr-xr-x  15 root root  408 2009-04-19 14:43 usr
    Filesystem           1K-blocks      Used Available Use% Mounted on
    /dev/sda10             2104376     73112   2031264   4% /tmp
    I am starting the Oracle 10g Installation within orasm7 User which is a member of dba, users, disk groups.
    The directories which are created upon starting the Oracle Installation in /tmp directory are having the situations as followed:
    drwxr-xr-x 3 orasm7   dba          128 2009-04-21 18:41 OraInstall2009-04-21_06-41-14PM
    drwxr-xr-x 3 orasm7   dba          128 2009-04-21 18:41 OraInstall2009-04-21_06-41-25PM
    drwxr-xr-x 3 orasm7   dba          128 2009-04-22 15:59 OraInstall2009-04-22_03-59-38PM
    The Oracle Installation log is as follwoed:
    Using paramFile: /home/MyData/51031676/database/install/oraparam.ini
    Checking installer requirements...
    Checking operating system version: must be redhat-3, SuSE-9, redhat-4, UnitedLinux-1.0, asianux-1, asianux-2 or SuSE-10
                                          Passed
    All installer requirements met.
    The commandline for unzip:
    /home/MyData/51031676/database/install/unzip -qqq ../stage/Components/oracle.swd.jre/1.4.2.0.8
    /1/DataFiles/\*.jar -d /tmp/OraInstall2009-04-22_03-59-38PM
    I have set DISPLAY variable in this way before starting Installation:
    DISPLAY=$HOSTNAME:0.0
    export DISPLAY
    I tried to search the solution over the internet for this kind of problem, but i am not able to find its solution. Even i tried to start the Orale installation using this parameter: ./runInstaller ignoreSysPrereqs, but still it is giving the same unexpected error.
    I have a doubt on File/Directory permissions which are created for Installation in /tmp. The umask setiing of the system is 0022.
    Please, help me for this issue.
    Thanks & Regards,
    Bhavik G. Shroff

    Hi Markus,
    How are you ?
    Thank you very much for your reply.
    I was executing wrong runInstaller file. RUNINSTALLER is right file for starting the execution. But still i am facing the same error, which is as followed.
    Preparing response files. Please wait:
    ======================================
    Working on /home/MyData/51031676/database/SAP/SVRCUSTOM.RSP
    /home/MyData/51031676/database/SAP/SVRCUSTOM.RSP --> /tmp/.orainst_rsp.27450: Done
    Starting Oracle Universal Installer...
    Checking installer requirements...
    Checking operating system version: must be redhat-3, SuSE-9, redhat-4, UnitedLinux-1.0, asianux-1, asianux-2 or SuSE-10
                                          Passed
    All installer requirements met.
    Preparing to launch Oracle Universal Installer from /home/orasm7/tmpora/OraInstall2009-04-22_05-25-26PM. Please wait ...
    Error in writing to directory /home/orasm7/tmpora/OraInstall2009-04-22_05-25-26PM. Please ensure that
    this directory is writable and has atleast 60 MB of disk space. Installation cannot continue.
    : Success
    SHROFF:~ # cd /home/orasm7/tmpora/
    SHROFF:/home/orasm7/tmpora # ll
    total 0
    drwxr-xr-x 3 orasm7 dba 128 Apr 22 17:25 OraInstall2009-04-22_05-25-26PM
    SHROFF:/home/orasm7/tmpora # cd OraInstall2009-04-22_05-25-26PM/
    SHROFF:/home/orasm7/tmpora/OraInstall2009-04-22_05-25-26PM # ll
    total 4
    drwxr-xr-x 2 orasm7 dba 304 Apr 22 17:25 images
    -rwxr-xr-x 1 orasm7 dba 504 Apr 22 17:25 installActions2009-04-22_05-25-26PM.log
    SHROFF:/home/orasm7/tmpora/OraInstall2009-04-22_05-25-26PM #
    I have a doubt on tmp_netca_file & tmp_dbca_file variable.
    Please give your suggestion for the same.
    Regards,
    Bhavik G. Shroff
    Edited by: Bhavik G. Shroff on Apr 22, 2009 2:10 PM

  • Oracle9i Installation on SuSe Linux 7.3 Professional Edition

    Hi,
    I'm trying to Install Oracle 9i Database server on SuSe Linux 7.3 Professional Edition. I have gone throgh the Oracle 9i release notes for the Linux version. In the release notes document, in the OS Software Requirement section ( the following statement is mentioned as below ):
    "The following executables must present in the /usr/bin directory : make, ar, ld, nm"
    But after the Linux insalltion I found that only make executable is present and other doesn't. My doubt is, if I continue with the Oracle Installtion without these files does the installer cause any problems? If so how do I get these executables, as these executables doesn't exist in the "Software Installation" listing of SuSe 7.3 Professional edition?
    Another doubt is, Does SuSe 7.3 Professional edition suitable for Oracle 9i Database server? I checked the Kernal version, it seems to be OK.
    Please help.
    Thanks in advance
    Sriram Subbiah

    Hi,
    I'm trying to Install Oracle 9i Database server on SuSe Linux 7.3 Professional Edition. I have gone throgh the Oracle 9i release notes for the Linux version. In the release notes document, in the OS Software Requirement section ( the following statement is mentioned as below ):
    "The following executables must present in the /usr/bin directory : make, ar, ld, nm"Thats compiler, linker and linktool, install "binutils"!
    Sincerly,
    Christine

  • Redhat or suse linux installation on lenovo g560

    Hi,
    I have a linovo g560 with os window xp,now i want to install redhat linux,also tried to install suse linux on my laptop with cd.but after some screen and runnibg kernel the cd drive and hard drive detection gets failed.and the installation mode goes to manual with install driver screen.i tried every driver but cd not get detected setup always say insert cd 1 into drive press any key when ready something this type of message.there are also eject cd button but that don,t work.i tried to text mode also but same situation for that mode also.i am not having more linux experience can anyone please help and suggest me to how to install redhat on my system redhat version 4 enterprise edition i am using for installation i have another cd of suse ver 10 but none of them get install,cd drive detection get failed
    thanks in advance

    If you have a pendrive, you can use Universal USB Installer to copy all files into it, and install Linux.
    Look this page: http://www.pendrivelinux.com/universal-usb-installer-easy-as-1-2-3/
    IPnaSh
    First Spanish Community Guru - Colaborador ad honorem

  • C++ - JNI on a SuSe Linux - Can't seem to find my Java files

    Hi all,
    I have been playing around with the JNI for a bit now on my windows box and got it working fine and all :) Now, however, I need to port my stuff to a SuSe linux, and I have started out really basic - just trying to start the JVM too see how that went... badly, would be the answer to that question, in case you were wondering.
    I made a really simple textbook example (alot of those, when searching this forum - and searched, I have) to just create myself a JVM. I am not even daring to actually try and find any classes, call methods or anything as bold as that yet.
    My example compiles fine, but when I run the program I get this error message:
    "Can't find class java.lang.NoClassDefFoundError. Invalid class path ?"
    Now, please note, this is not the actual NoClassDefFoundError exception being thrown here, but looks to me as if the system wanted to throw that exception object, but couldn't even find the object to throw at me ;-)
    This leads me to believe that there's is something really basic wrong with my Java setup here. I can run "java" just fine from the commandline, but it occurs to me, that the JVM, when invoked via the JNI, can't find it's own stuff.
    Any suggestion what needs to be done here?
    I can post code if that helps, but I doubt that is the problem - as it is really textbook stuff and I can get this stuff to work on Windows. I think the problem is "external" to my code, as it happens before I even try to use the JVM. Maybe some env vars needs to be set? I have manually tried to export a CLASSPATH variable, just to see if that helped - I even tried adding full path to core.jar in my "-Djava.class.path" property ;-)
    I have tried removing and adding the Java RPM's again (Java version 1.4.1 FYI) to no avail aswell.

    Hi,
    As you hv started working on JNI. You must know the following things.
    1. If you want to work on Windows they must hv to hv a .dll file of your c/C++ program while on linux you should have .so file. i.e. shared object file.
    2. On Linux you should set LD_LIBRARY_PATH environment variable to your the path where you have stored your .so file.
    Let me know if you do have above things and still getting error.
    - Uday
    P.S. You will find help on internet abt How to make dll's and .so file?

  • Installation: Oracle 10g on SUSE Linux 10.1

    Can this be? I sat for hours preparing my all new clean SUSE Linux 10.1 server for the installation of Oracle 10g (Standard Edition)... and when running the installer it simply tells me that SUSE 9 is needed...
    I've found others here in the forum having experienced the same.
    Maybe I just downloaded the wrong version of Oracle?
    The main download page is at:
    http://www.oracle.com/technology/software/products/database/oracle10g/index.html
    I selected entry "Oracle Database 10g Release 2 (10.2.0.1.0) for Linux x86" (the one directly below the Windows version):
    http://www.oracle.com/technology/software/products/database/oracle10g/htdocs/10201linuxsoft.html
    The size of the file^^ is 668,734,007 bytes.
    Or should i have downloaded entry "Oracle Database 10g Release 2 (10.2.0.2) for z/Linux":
    http://www.oracle.com/technology/software/products/database/oracle10g/htdocs/10202zlinuxsoft.html
    The size of the file^^ is 838,518,746 bytes.
    By the way, all these versions on the main page should have some kind of description, something like "This is the Linux Version for most standard 32Bit single and multiprocessor Intel compatible servers."
    Well, since I'm completely stuck now with SUSE 10.1, is there any way to make the Oracle installer go on that SUSE version? Maybe SUSE can pretend to be version 9... but how do I achieve something freaky as this?
    Thanks for any help, comments, suggestions...
    Karsten

    BTW, I think it's bad practice by Oracle not supporting SUSE 10.1.Actually, I think it is good practise for Oracle not to certify the public beta versions of an operating system.
    Please remember that Fedora and SuSE Linux are cycled every 6-8 months, making then truly unstable for commercial purposes. IN addition, they are often desupported by the comminuty within 2-3 years, forcing upgrades. And finally, Both Red Hat and SuSE/Novell publically state that these are 'proving grounds for new features' (meaning they are beta).
    Certification means that Oracle will invest heavily and train people on the specific operating system and work with the operating system supplier, 24x7 if needed, to make sure that customers will continue in production. I am not aware that the SuSE Linux or Fedora supporters are willing to put in 24x7 support they way the Red Hat and SuSE Enterprise groups are.
    This does not imply the public OSs are bad. It just means that Oracle (and I) believe they are unsuited for commercial, business mission critical, immediate support required, environments.
    By the way, I have the combination of Oracle10g and SuSE Linux 10.1 working, and it works well. However, I did need to make sure that the libraries to which Oracle10g was compiled are available in the OS.
    Or maybe Sybase does better.... ;-pNot if the [glibc] libraries are incompatible. Nor does PostgreSQL nor MySQL.

  • Javaws problem on Suse Linux 9.2

    Hi.
    I'm using Suse Linux 9.2 and have a problem with Java Webstart (5.0). When I start javaws the CPU load rises to 95% and stays at that level. Nothing else happens. I can't start any application with javaws.
    Has anybody else experienced this problem or does anybody else know how to solve this problem?

    Blackdown has solved this problem in their latest jdk.
    They just released J2SE v1.4.2-01.
    see : http://www.blackdown.org/java-linux/java2-status/jdk1.4-status.html
    Now my only problem is that jdk1.5 doesn't work and that has become
    my default jdk. I hope sun will solve this problem quickly.
    Kees.

Maybe you are looking for