SuSe or RedHat on Linux

We are going to install 9i on a linux system, we were planning on using SuSe but heard that Oracle is not going to support Suse, but Redhat. Is that true, if not which OS would be better to use?

Hi guys,
RedHat AS and Suse Linux Entreprise are both certified. If one user here could tell me if one is better for Oracle and why is one better than the other for Oracle, i would be very interrested.
Of course you may have your own preferences for the environment, one would prefer RedHat, one would prefer SuSe. But specifically to Oracle -it is an Oracle forum here- where is the difference?
I would tend to say the best is to use the platform you feel confortable with, but I would be please to hear more objective comments here.
Thanks a lot for your feedback.
Laurent

Similar Messages

  • Installation of 11.5.10 on Linux (Suse or Redhat)

    Has any one had succes of installing 11.5.10 on Suse or redhat? Does anyone know where i could find the installation/upgrade document?
    Kind regards,
    Dwayne

    The following guides provide a basic outline of what you would need to do.
    The simple web alias for the Novell Oracle documentation is www.suse.com/oracle, then click on Documentation.
    http://ftp.novell.com/partners/oracle/docs/10gR2_SL10_introduction.pdf
    http://ftp.novell.com/partners/oracle/docs/10gR2_openSUSE102_introduction.pdf
    Install Suse Linux 10.1 with at least the following groups:
    Graphical Base System
    KDE Desktop Environment
    C/C++ Compiler and Tools
    Under partitioning, ensure you have 2GB minimum for swap. I have 2GB physical and 2GB swap, and swap is usually near 1GB with all services running. I recommend starting with 4 or 6 GB of swap (2x-3x physical ram).
    I used to prefer running 11i on reiserFS due to superior write speeds and better storage allocation of the 700,000 small 11i files. ReiserFS is now in maintenance mode from both Oracle and Novell standpoints, so if you are starting out with a fresh install, choose ext3 with the data=writeback mount option.
    If the following packages are not on your media, download from http://download.opensuse.org/distribution/SL-10.1
    compat-2006.1.25-9.i586.rpm --needed for relinking
    compat-expat1-1.95.8-6.i586.rpm               --needed for relinking
    compat-gdbm-1.8.0-7.i586.rpm               --Provides missing libgdbm.so.2
    db1-1.85-99.i586.rpm                    --Provides missing libdb.so.2
    dovecot-1.0.beta3-13.i586.rpm               --Non SSL IMAP 4 server for processing Workflow notifications
    gcc_old-2.95.3-175.2.i586.rpm               --Provides compilation of 11i c code
    gkrellm-2.2.7-14.i586.rpm               --Useful light weight system monitoring tool
    libaio-0.3.104-12.i586.rpm               --required for asynch I/O database operation
    libaio-devel-0.3.104-12.i586.rpm          --required for asynch I/O database operation
    openmotif21-libs-2.1.30MLI4-143.i586.rpm     --Needed to open Developer 6i forms on Linux
    orarun-1.8-109.16.i586.rpm               --configures required kernel parameters
    pdksh-5.2.14-801.i586.rpm               --required by rapid install
    xorg-x11-Xvfb-6.9.0-48.i586.rpm               --Needed for dynamic gif generation
    as root:
    cd /usr/lib
    ln -s libdb.so.2 libdb.so.3
    During the installation, I deselect java 1.4.2 and select java 1.5.0, which delivers the following packages
    java-1_5_0-sun-1.5.0_06-17.i586.rpm
    java-1_5_0-sun-jdbc-1.5.0_06-17.i586.rpm
    java-1_5_0-sun-plugin-1.5.0_06-17.i586.rpm
    create an /etc/init.d/xvfbserver replacing host.domain with your actual values.
    #!/bin/sh
    ### BEGIN INIT INFO
    # Provides: xvfb
    # Required-Start: $network $syslog $remote_fs
    # Should-Start: $time ypbind sendmail
    # Required-Stop: $network $syslog $remote_fs
    # Should-Stop: $time ypbind sendmail
    # Default-Start: 3 5
    # Default-Stop: 0 1 2 6
    # Short-Description: xvfb daemon providing virtual framebuffer support
    # Description: Start the xvfb service on host.domain:50
    ### END INIT INFO
    nohup /usr/bin/X11/Xvfb :50 -screen 0 1024x800x8 -pn -fp /usr/lib/X11/fonts/misc
    -sp /etc/X11/xserver/SecurityPolicy &
    export DISPLAY=host.domain:50.0
    /usr/X11R6/bin/xhost +
    nohup /usr/bin/X11/mwm &
    One xvfbserver is saved, type insserv xvfbserver in /etc/init.d as root.
    xvfb allows dynamic gifs to be generated correctly, mwm allows bitmapped reports to run with error from the concurrent managers.
    If you want to test Workflow notifications, edit /etc/dovecot/dovecot.conf and set:
    disable_plaintext_auth = no
    SSL enabled IMAP for 11i was only enabled after ATG.H RUP 3, and not really required small training environments.
    Toolkit for Oracle is compiled for Suse 10.1 on http://packman.unixheads.com/suse/10.1:
    tora-1.3.21-0.pm.2.i586.rpm. Otherwise, you can download an rpm of Freely Available SQL GUI tool SQL Developer from technet.oracle.com.
    Run Online Update for all updateable packages. This will bring the Sun Java plugin up to 1.5.0_07.
    http://ftp.novell.com/partners/oracle/sles-10/orarun-1.9-26.i586.rpm
    rpm -Uhv --nodeps orarun-1.9-26.i586.rpm
    Run “/usr/sbin/rcoracle start“ to set kernel parameters.
    1) Setup the environment as you would for running Applications on RH 4 or SLES9
    I.E. follow Oracle Applications Installation Update Notes, Release 11i (11.5.10.2)
    http://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=316806.1
    2) Remove any LD_ASSUME_KERNEL references in O/S /etc/profile.d files
    3) Comment out LD_ASSUME_KERNEL entries in $ORACLE_HOME/appsutil/bin/adgetlnxver.sh and $AD_TOP/bin/adgetlnxver.sh
    if [ ${setflag}x = "x" -a $os = "Suse" ]; then
    # LD_ASSUME_KERNEL="2.4.21"
    # export LD_ASSUME_KERNEL
    os="Suse"
    fi
    if [ ${setflag}x = "x" -a $os = "RH" ]; then
    # LD_ASSUME_KERNEL="2.4.19"
    # export LD_ASSUME_KERNEL
    os = "RH"
    fi
    If doing a rapid install, the database startup will fail and rapidwiz will prompt to ignore or retry. At this point, edit $ORACLE_HOME/appsutil/bin/adgetlnxver.sh as shown above and click on retry. It will then run to the autoconfig step at the end and error out. Just hit cancel, edit $AD_TOP/bin/adgetlnxver.sh as shown above.
    At this point, go to $APPL_TOP/admin, and in sid_host.xml,
    replace
    <sun_plugin_ver oa_var="s_sun_plugin_ver">1.4.2_04</sun_plugin_ver>
    with
    <sun_plugin_ver oa_var="s_sun_plugin_ver">1.5.0_07</sun_plugin_ver>
    Then run autoconfig.
    Register the Sun Java Plugin with Firefox by creating a soft link in /usr/lib/browser-plugins:
    # cd /usr/lib/browser-plugins
    # ln -s /usr/lib/jvm/java-1.5.0-sun-1.5.0_07/jre/plugin/i386/ns7/libjavaplugin_oji.so
    This will allow you to open 11i forms that require Jinitiator in Windows via the Sun Java Plugin in either Firefox or SeaMonkey (the Mozilla replacement) on your Suse 10.1 machine.
    4) In order to relink cplex library executables (MSC, MSO, MSR, MST, WIP, etc), edit $AD_TOP/bin/adrelinknew.sh and add the following LD option (-Wl,--noinhibit-exec) in the LINUX section:
    LINUX)
    LDFLAGS='-s -L$(ORACLE_HOME)/lib -L$(ORACLE_HOME)/lib/stubs -ldl'
    DEBUG_LDFLAGS='-g -L$(ORACLE_HOME)/lib -L$(ORACLE_HOME)/lib/stubs -ldl'
    exe_line='ELF .*executable'
    SHRLIB_LD='gcc'
    LD='gcc'
    SHRLIB_LDFLAGS='-L$(ORACLE_HOME)/lib -L$(ORACLE_HOME)/lib/stubs -shared'
    if test -f "/etc/redhat-release"; then
    CPP_LIBS='/usr/lib/libstdc++-2-libc6.1-1-2.9.0.so'
    elif test -f "/etc/SuSE-release"; then
    CPP_LIBS='/usr/lib/libstdc++.so.2.9'
    else
    CPP_LIBS=''
    fi
    CPP='g++'
    CPP_LDFLAGS='-s -L$(ORACLE_HOME)/lib -L$(ORACLE_HOME)/lib/stubs
    set CPP_LDFLAGS='-s -L$(ORACLE_HOME)/lib -L$(ORACLE_HOME)/lib/stubs
    to CPP_LDFLAGS='-s -L$(ORACLE_HOME)/lib -L$(ORACLE_HOME)/lib/stubs -Wl,--noinhibit-exec'
    After this change, you can apply any MRP, ASCP patch and all executables will relink correctly. You can also use adadmin to relink all executables and it completes without error.
    5) For Discoverer 4.1.48.08, Follow Metalink Note 280598.1 Discoverer 4i On Linux: Required Patch and Configuration for Discoverer Server Stability to use JDK 1.3.1 and oadj. I updated the autoconfig template files with this change after applying 3895177. Discoverer viewer and plus standard BIS reports all open correctly on SLES-10/Suse 10.1
    6) If you want to apply Developer 6i Patchset 17 or 18 to your 11i system, edit $ORACLE_HOME/forms60/lib/cus_forms60w.mk and ins_forms60w.mk and remove the -Bstatic
    BUILD_FORMS_SO_FILE=$(SOSD_FORMS_LDSHARED_SO) \
         context.o create.o destroy.o formsapi.o iauasst.o iauexcep.o \
         ifjapi.o objlib.o persistc.o \
         $(LIBJAPI) \
         $(JAPI_PLSQL) \
         $(FDESGEN_BUILT_INS) \
         sslidtab.o \
         $(LLIBD2F) \
         $(LLIBIE) $(LLIBIL) $(LLIBIE) $(LLIBIG) $(LLIBIF_IFG) $(LLIBIG) \
         $(LLIBIM_IMG) $(LLIBIW_IWG) $(LLIBID_IDD) $(LLIBID_IDL) $(LLIBID_IDG) \
         $(LLIBID_ID2) $(LLIBID_IDG) $(LLIBID_ID1) $(LLIBIG_IGO) $(LLIBIT_ITG) \
         $(LLIBIHM) $(LLIBIB) $(LLIBIM_IMG) $(LLIBIP_IPG) $(LLIBIC_ICG) $(LLIBIP_IPC) \
         $(LLIBIM_IMC) $(LLIBIF_IFC) $(LLIBIJ_IJC) $(LLIBIW_IWC) $(LLIBIPLSD) \
         $(LLIBIO_IOD) $(LLIBIO_IOC) $(LLIBIC) $(LLIBSOSD) $(LLIBII_IIC) $(LLIBIT) \
         $(LLIBIC) $(LLIBIP_IPC) \
         $(DEPLIBSM) \
         -Bdynamic $(LLIBTHREAD) -lnsl -ldl -lm -lc
    due to:
    ar x $ORACLE_HOME/lib/libifjapi60.a context.o create.o destroy.o formsapi.o \
         iauasst.o iauexcep.o ifjapi.o objlib.o persistc.o
    /usr/bin/ld -o $ORACLE_HOME/lib/libifjapi60.so -z muldefs -G -L$ORACLE_HOME/lib/ context.o create.o destroy.o formsapi.o iauasst.o iauexcep.o ifjapi.o objlib.o persistc.o $ORACLE_HOME/lib/libifjapi60.a $ORACLE_HOME/forms60/lib/ipcpcr.o $ORACLE_HOME/forms60/lib/ipdecr.o $ORACLE_HOME/forms60/lib/ipkbu.o sslidtab.o -ld2f -lie -lil -lie -lig -lifg -lig -limg -liwg -lidd -lidl -lidg -lid2 -lidg -lid1 -ligo -litg -lihm -lib1 -limg -lipg -licg -lipc -limc -lifc -liwc -liplsd -liod -lioc -lic -lsosd -liic -lit -lic -lipc -lnn60 -lobx60 -lzrc60 -lge60 -lvgs60 -lde60 -lucol60 -lca60 -lnvu60 -lnvc60 -lnvs60 -luicc60 -lmma60 -lmmiw60 -lmmov60 -lmma60 -lmmos60 -lmmoi60 -lmmia60 -lmmft60 -lmmcm60 -luihx60 -luc60 -luipr60 -luimotif60 -lot60 -lrem60 -lree60 -lrec60 -luiimg60 -luimotif60 -luipr60 -luiimg60 -luc60 -lrem60 -luimotif60 -luia60 -ltknqap60 -luipr60 -luimotif60 -lutt60 -lix60 -lixd60 -lrod60 -lror60 -lros60 -lrod60 -lror60 -lros60 -lrod60 -luat60 -lutc60 -lutl60 -lutsl60 -lplsf -lplsb -lextp -lpsd -lplsf -lplsb -lextp -lslax -lsql $ORACLE_HOME/lib/nautab.o $ORACLE_HOME/lib/naeet.o $ORACLE_HOME/lib/naect.o $ORACLE_HOME/lib/naedhs.o -lnetv2 -lnttcp -lnetwork_d -lnz -lnzr -lnsslb8 -lbcert -lncr -lnetv2 -lnttcp -lnetwork_d -lnz -lnzr -lnsslb8 -lbcert -lclient -lvsn -lcommon -lgeneric -lmm -lnlsrtl3 -lcore4 -lnlsrtl3 -lcore4 -lnlsrtl3 -lnetv2 -lnttcp -lnetwork_d -lnz -lnzr -lnsslb8 -lbcert -lncr -lnetv2 -lnttcp -lnetwork_d -lnz -lnzr -lnsslb8 -lbcert -lclient -lvsn -lcommon -lgeneric -lepc -lnlsrtl3 -lcore4 -lnlsrtl3 -lcore4 -lnlsrtl3 -lclient -lvsn -lcommon -lgeneric -lnlsrtl3 -lcore4 -lnlsrtl3 -lcore4 -lnlsrtl3 -ldl -lm -lpthread -ldl -lpthread -lm -L/usr/lib -lm -L/usr/X11R6/lib -lXm -L/usr/X11R6/lib/ -L/usr/X11R6/lib/ -lXt -lX11 -lm -lix60 -lixd60 -lX11 -lnlsrtl3 -lXp -lXext -Bdynamic -lnsl -ldl -lm -lc -Bstatic
    /usr/bin/ld: -static and -shared may not be used together
    make: *** [$ORACLE_HOME/lib/libifjapi60.so] Error 1
    At this point, you can follow the 10gR2 interop note to upgrade the 11.5.10.2 9.2.0.6 database to 10.2.0.2 via dbua:
    Follow the latest 10gR2/11i Interoperability Notes (362203.1)
    Oracle Applications Release 11i with Oracle 10g Release 2 (10.2.0)
    http://metalink.oracle.com/metalink/plsql/showdoc?db=NOT&id=362203.1

  • Checking operating system version: must be redhat-3, SuSE-9, redhat-4, Unit

    Hi All,
    My Oracle apps 11.5.10.2 is running on Suse 10, I want to upgrade my DB from 9205 to 10.2.0.1. While running the 10g runinstaller I am getting below error, I know we can install 10g on Suse 10 by passing ignore parameter with runinstaller, but will there be any issues in future with oracle apps...?
    "Checking operating system version: must be redhat-3, SuSE-9, redhat-4, UnitedLinux-1.0, asianux-1 or asianux-2"

    Check this article by Laurent
    Installation Oracle on Suse Linux Enterprise 10
    http://laurentschneider.com/wordpress/2006/07/installation-oracle-on-suse-linux-enterprise-10.html

  • Crystal Reports Server 2008 V1, RedHat Enterprise Linux, MySQL, ODBC

    Iu2019m confused about connecting to an ODBC source from a report within CMC. Iu2019m a Unix guy; I donu2019t know much about Crystal reports, but Iu2019m working with a Crystal guy to get this thing working.
    <br><br>
    First, background: I have installed Crystal Reports Server 2008 V1 in RedHat Enterprise Linux (5.4), and itu2019s running just fine! Iu2019m using the included Tomcat application server, but Iu2019m storing CMS and Audit data our local running copy of MySQL (5.1.42). The RHEL install is native 32-bit (the only way I could get it to work), Crystal is storing and retrieving data from MySQL, The Central Management Console is responding to port 8080 over Tomcat, Iu2019m able to log in and see stuff, and so far, life is good.
    <br><br>
    Now, where Iu2019m stuck: the data weu2019re trying to build reports from <i>also</i> resides in this local Linux / MySQL install, and connecting to it from a report within CMC is where Iu2019m lost.
    <br><br>
    First, I successfully installed the unixODBC and MyODBC drivers in Linux. Iu2019m able to connect to MySQL successfully using the isql utility. Here are my conf files:
    <br><br>
    <pre class="jive-pre"><code class="jive-code jive-java">/etc/odbc.ini
    [DSN_NAME]
    Driver = MySQL ODBC 5.1 Driver
    DATABASE = project_web_prod
    DESCRIPTION = Project Description
    UID = username
    PWD = password
    SOCKET = /var/lib/mysql/mysql.sock
    /etc/odbcinst.ini
    [MySQL ODBC 5.1 Driver]
    Driver = /usr/lib/libmyodbc5.so
    UsageCount = 1
    </code></pre>
    <br>
    Again, this all works with isql (Iu2019ve even used both a socket connection, and port 3306, in odbc.ini).
    <br><br>
    Now, our Crystal guy uploads a report into the CMC. I go to <i>Folders -> <Project Folder></i>, right-click the report I want to test, click <i>Database Configuration</i>, and check the option <i>Use custom database login information specified here</i>. I select database driver <i>ODBC</i> from the dropdown, and type in the server, database, username, and password info. However, when I try to run the report, it fails to connect.
    <br><br>
    So, stupid question, can Crystalu2019s CMC use the system ODBC configuration options? (The ones stored in /etc). Because I saw an odbc.ini file in ~crystalinstalldir/bobje/. I edited it to match the contents of my /etc/odbc[inst].ini files, but to no avail. I saw that Crystal has itu2019s own ODBC engine, but it doesnu2019t support MyODBC driver, does it? I even tried hacking env.sh to use the system unixODBC library instead of the included one, but no luck.
    <br><br>
    So, in short, my question: how do I simply get reports in CMC to connect to a MySQL data source (using ODBC)?
    <br><br>
    Thanks so much! An answer to this question will save my day!
    <br><br>

    Thank you, Efstratios, for the helpful reply!
    So, I followed the directions in the PDF file you attached, and everything went smoothly. However, Iu2019m still not able to connect to ODBC within CMC.
    Hereu2019s what I did:
    <ul style="list-style-type:disc">
    <li>Copied the unixODBC libraries over to &lt;installdir&gt;/bobje/enterprise120/linux_x86/odbc/lib</li>
    <li>Removed MySQL ODBC connector 5.1, installed MySQL ODBC connector 3.51.</li>
    <li>Edited &lt;installdir&gt;/bobje/defaultodbc.ini, added my DSN and MySQL library info as per the instructions (I have both an odbc.ini, and defaultodbc.ini, identical files, just to be safe)</li>
    <li>Tested the connection using these libraries, this odbc.ini, and isql. Worked just fine</li>
    </ul>
    So, my problem seems to be in getting the CMC to actually <i>use</i> my ODBC setup!
    Any other hints / things I could try?
    When I right-click a report, and go to &ldquo;Database Configuration,&rdquo; which connection options should I use for the report? Iu2019ve tried both &ldquo;Use original database logon information from the report,&rdquo; and &ldquo;Use custom database logon information specified here&rdquo; (using the ODBC option from the drop-down menu). Either way, if I enter in the database, username, password, and then try to run the report (&ldquo;Run Now&rdquo;), I get this message in the History: &ldquo;Failed - Information is needed before this report can be processed.&rdquo;
    Is there another place I could get a more helpful error message? Or is there, perhaps, another way I could test database connectivity from within CMC? I wish there were at least a &ldquo;Test Database Connection&rdquo; optionu2026 :P
    Thanks so much for your help!

  • Unable to install j2sdk-1.4.2 in Redhat Enterprise Linux advanced server v3

    When trying to extract j2sdk-1_4_2 on RedHat Enterprise Linux advanced server, I got the message
    Do you agree to the above license terms? [yes or no]
    tail: bash: No such file or directory
    Unpacking...
    Checksumming...
    1
    The download file appears to be corrupted. Please refer
    to the Troubleshooting section of the Installation
    Instructions on the download page for more information.
    Please do not attempt to install this archive file.
    The RHEL is with kernel 2.4.21-37. I got the same error message on extracting both binary code and the rpmfile.
    Is it because of the command "tail +511 $0 > $outname" ? And any experienses on how to fix it?
    Thanks in advance.

    checksum have to be exactyly right. Downloading by IE causes often errors - use firefox in downloading and calculate checksum.

  • All RAM is not  shown by Dell PowerEdge 2650 redhat 4 linux system

    Hi,
    I have Dell™ PowerEdge™ 2650 server having 4 GB ram and i install Redhat 4 linux on it. But in the bios it shows 4 GB and 256 MB ram which i checked physically but in my OS it shows like.
    [root@htss06 ~]# free -m
                       total       used       free     shared    buffers     cached
    Mem:           248        247          1          0          4         59
    -/+ buffers/cache:        182         65
    Swap:          511         10        501It's very strange i am not very good about servers. after googled i found
    re-map the missing
    ram from where your bios hole is located
    but don't know how.
    Thanks
    umesh

    [root@htss06 ~]# cat /boot/grub/grub.conf
    # grub.conf generated by anaconda
    # Note that you do not have to rerun grub after making changes to this file
    # NOTICE: You have a /boot partition. This means that
    # all kernel and initrd paths are relative to /boot/, eg.
    # root (hd0,0)
    # kernel /vmlinuz-version ro root=/dev/VolGroup00/LogVol00
    # initrd /initrd-version.img
    #boot=/dev/sda
    default=1
    timeout=5
    splashimage=(hd0,0)/grub/splash.xpm.gz
    hiddenmenu
    title Red Hat Enterprise Linux AS (2.6.9-5.ELhugemem)
    root (hd0,0)
    kernel /vmlinuz-2.6.9-5.ELhugemem ro root=/dev/VolGroup00/LogVol00 rhgb quiet
    initrd /initrd-2.6.9-5.ELhugemem.img
    title Red Hat Enterprise Linux AS (2.6.9-5.ELsmp)
    root (hd0,0)
    kernel /vmlinuz-2.6.9-5.ELsmp ro root=/dev/VolGroup00/LogVol00 rhgb quiet
    initrd /initrd-2.6.9-5.ELsmp.img
    title Red Hat Enterprise Linux AS-up (2.6.9-5.EL)
    root (hd0,0)
    kernel /vmlinuz-2.6.9-5.EL ro root=/dev/VolGroup00/LogVol00 rhgb quiet
    initrd /initrd-2.6.9-5.EL.img
    [root@htss06 ~]# uname -a
    Linux htss06.htss.com 2.6.9-5.ELhugemem #1 SMP Wed Jan 5 19:38:36 EST 2005 i686 i686 i386 GNU/Linux
    [root@htss06 ~]#

  • Problem while intalling oracle 11i(11.5.9) on Redhat Enterprise Linux 3

    Dear all,
    we are installing oracle 11i ( 11.5.9) one Redhat Enterprise Linux 3
    it gives the following error massage .
    Error code received when running external process.check the log file for details._
    Running Database Install Driver for PROP instance._
    Please any suggestion.
    Thanks

    Hi,
    This is a generic error, so please check the installation log files for more details about the error.
    Regards,
    Hussein

  • Installing OBIEE on 64 bit Redhat Enterprise Linux 5

    Hello,
    We have a 64 bit Redhat Enterptise Linux 5 box, and I installed on it the 32 bit Oracle Database client as well as the OBIEE software.
    The 64 bit installation requirements state: "For 64-bit Linux system installations, you must use the Oracle Database Client 32-bit libraries."
    However, the installer never prompted me for the location of the 32 bit Oracle Database Client libraries.
    How can I make sure that these libraries were indeed used during the installation?
    Thank you very much.
    -sb

    The installer does not reference any libraries. You will need to place them in the correct or refer to the Database client libraries via your system path for your Server to work correctly.
    http://download.oracle.com/docs/cd/E10415_01/doc/bi.1013/b31765.pdf
    Configuring Oracle Databases BI Server Under UNIX (page 135)

  • Running ocs10g services on Redhat Enterprise linux v4.0

    Hello,
    How can i run Collaboration Suite Services from linux Redhat Enterprise Linux v4.0?
    Thanks
    Khaled Fahmy

    Can you be more specific?
    Do you have a working installation? Is the manual not explaining situations that you are in?
    OCS does run on RH 4.
    cu
    Andreas

  • Forms 10g certification on Redhat Enterprise Linux 5 ??

    Is Forms 10g certified on Redhat Enterprise Linux 5 ??

    I don't think. of sure RHEL 5 is not certified for DB 10gR2 and even for OAS 10g.
    Even if I have made an installation of DB 10gr2 for RHEL 5 with xen and it's work, meanwhile OAS 10 didn't work!
    Anyway,Try to search for certification matrix on Oracle site

  • Flash media interactive server with redhat enterprise linux ?

    Was wondering if anyone was having issues trying to install
    the flash media interactive server on a RedHat Enterprise Linux
    machine. It seems that the installer that is packaged with the
    program in incompatiable. If so what are you doing to get the
    server installed? Thanks for any help

    i check the dependencies and noticed that there was one that
    was not satisfyied " libasneu.so.1 as it was link to nothing. After
    moving the file to the /usr/lib and running the ldd command on the
    fmsmaster file i was then able to see the link between the two.
    When I try to install the program again I recieve the same error
    message
    "no package installFMS available"- this happens when i try
    using yum to install the program or
    ERROR: your distribution, unknown, is not supported by this
    Adobe Flash Media Server installer. - happens when ./installFMS is
    ran.
    anyone else know of any other tricks to get this installed ?
    Thanks again for everyone help on this issue.

  • Exception signal: 11 (SIGSEGV) on RedHat Enterprise Linux

    Oracle 10g XE running on RedHat Enterprise Linux.
    Certain operations (in this case a delete) cause Oracle instance to die with Exception signal: 11 (SIGSEGV).
    Anyone have any ideas? How do I troubleshoot this, or is it obvious from the trace file entry below that there's a configuration problem?
    THANKS FOR ANY HELP!
    Relevant section from trace file:
    PARSING IN CURSOR #5 len=66 dep=0 uid=36 oct=7 lid=36 tim=1217282870362781 hv=13
    17951628 ad='4727614c'
    delete from HA_ADDL_COMMISSION where (PRODUCT=:b0 and AGENT=:b1)
    END OF STMT
    PARSE #5:c=1000,e=49,p=0,cr=0,cu=0,mis=0,r=0,dep=0,og=1,tim=1217282870362779
    EXEC #5:c=0,e=240,p=0,cr=1,cu=8,mis=0,r=2,dep=0,og=1,tim=1217282870363056
    Exception signal: 11 (SIGSEGV), code: 1 (Address not mapped to object), addr: 0x
    1080, PC: [0xa2c6b92, kpoal8()+4230]
    Registers:
    %eax: 0xffe5b890 %ebx: 0x00000000 %ecx: 0xf7b604a4
    %edx: 0x00000000 %edi: 0x00000000 %esi: 0x00000000
    %esp: 0xffe59724 %ebp: 0xffe599b4 %eip: 0x0a2c6b92
    %efl: 0x00210246
    kpoal8()+4217 (0xa2c6b85) je 0xa2c6b8c
    kpoal8()+4219 (0xa2c6b87) mov 0xc(%edx),%edx
    kpoal8()+4222 (0xa2c6b8a) jmp 0xa2c6b98
    kpoal8()+4224 (0xa2c6b8c) mov 0x15c(%ecx),%edx
    kpoal8()+4230 (0xa2c6b92) mov 0x1080(%edx),%edxkpoal8()+4236 (0xa2c6b98) mov 0x18(%eax),%ecx
    kpoal8()+4239 (0xa2c6b9b) mov %edx,0x14(%ecx)
    kpoal8()+4242 (0xa2c6b9e) jmp 0xa2c6690
    kpoal8()+4247 (0xa2c6ba3) movzb 0xc2b9a63,%edx
    *** 2009-07-01 18:20:59.254
    ksedmp: internal or fatal error
    ORA-07445: exception encountered: core dump [kpoal8()+4230] [SIGSEGV] [Address n
    ot mapped to object] [0x1080] [] []
    Current SQL statement for this session:
    delete from HA_ADDL_COMMISSION where (PRODUCT=:b0 and AGENT=:b1)
    ----- Call Stack Trace -----
    calling call entry argument values in hex
    location type point (? means dubious value)
    ksedst()+27 call ksedst1() 1 ? 1 ?
    ksedmp()+557 call ksedst() 1 ? 3038 ? F7000000 ?
    F7CECF88 ? FFFFFFFF ?
    F7CECF80 ?
    ssexhd()+863 call ksedmp() 3 ? A2C6B92 ? 616F706B ?
    2928386C ? 3332342B ? 30 ?
    kpoal8()+4230 signal 00000000 B ? F7CEEC8C ? F7CEED0C ?
    opiodr()+835 call 00000000 5E ? 17 ? FFE5B890 ?
    ttcpip()+1839 call 00000000 5E ? 17 ? FFE5B890 ? 5 ?
    opitsk()+1027 call ttcpip() C6E6D80 ? 5E ? FFE5B890 ? 0 ?
    FFE5AD6C ? FFE5B9A0 ?
    opiino()+821 call opitsk() 0 ? 0 ?
    opiodr()+835 call 00000000 3C ? 4 ? FFE5C460 ?
    opidrv()+466 call opiodr() 3C ? 4 ? FFE5C460 ? 0 ?
    sou2o()+91 call opidrv() 3C ? 4 ? FFE5C460 ?
    08288137 call sou2o() FFE5C444 ? 3C ? 4 ?
    FFE5C460 ?
    main()+111 call 082880C2 2 ? FFE5C490 ?
    __libc_start_main() call 00000000 2 ? FFE5C554 ? FFE5C560 ?
    +220 638810 ? 0 ? 1 ?

    Sanjay --
    I don't know what "set all ORACLE variables" means. Is there a manual page somewhere that explains this? I mean, there are a LOT of variables.
    This XE installation works 99.99% of the time, involving hundreds of tables and a large variety of queries, functions, packages, triggers etc. Only this one transaction causes the error, so I'm not sure what additional ORACLE variables would need to be set or modified.
    Also, what's the procedure for submitting an SR to Oracle? Do you have a link? I looked at the Oracle site and it seems to require the user to have a commercial support level before anything can be submitted.
    Thanks.

  • 9i & 9ias SuSe vs RedHat

    Does the 9i and 9ias downloads work on RedHat 7.1? It says it is validated on SuSe, does this mean it only works on this flavor of Linux?

    This is probably because Suse is smart and sent technicians on-site to oracle while 9i was in development. RedHat was caught as usual sitting on it's collective fat ass. As someone who's used both, (and purchased red hat 6.2 enterprise for an astounding sum) the redhat distribution designed for oracle was a farce. Suse appears to be much cleaner and much closer to the package requirement, I'm going to be installing and testing over the next few days so I'll let you know. And by the way, at 69$ for the Suse distibution what's the point of complaining about Red Hat ?

  • Not able to access the portal on the network - (RedHat Enterprise Linux 5).

    Friends,
    I have installed the portal(7.1) on a linux(RHEL 5) box.I am able to access the portal locally and everything looks fine.
    However when I try accessing the portal on the network...I get "page cannot be displayed" as if the server is not listning on 8080.
    when I do "GET http://rexportal.davita.corp:8080" I get ........
    500 Can't connect to rexportal.davita.corp:8080 (connect: No route to host)
    what does this mean?
    other info:
    1) I have disbaled the firewall by setting SELinux to disabled.
    2)I am able to traceroute to the m/c
    3) can ftp and SSH
    4) When I do "GET http://rexportal.davita.corp" I see a apache server page.It means apache server is accessible at port 80 on the network.
    Can you plz help me resolve this issue.what can prevent my server not being accesible across the network
    Thanks!!
    Deepak.

    I was able to resolve this.! basically It was a firewall issue.
    To help othere here is what I found.
    I had disabled the SELinux utility which should have basically disabled the firewall service but It didnt stop it.
    You can check If the firewall is running with following command on redhat linux.
    service iptables status
    If it is enabled ,you can either stop it by
    /etc/init.d/iptables stop (not recommended -- for security)
    or
    you can add a entry for the port you want to enable by modifying the file
    /etc/sysconfig/iptables
    Hope it might be helpful !
    Thanks,
    Deepak.

  • Sound in PDFs not playing - suse - latest Reader for linux  (7.0.9?)

    I have a pdf that has sound files incorporated into it somehow and I can't get them to play. I am using the latest available adobe reader for linux and I have suse linux, I forget what version but not too old. When I click on the link for the sound, absolutely nothing happens. I know it does work because it works at work on Vista. I am not sure whether there are actual sound files in there or if they are links to files on the internet. I suspect maybe they are links because it also will not work in windows XP with Reader 8 on a computer not connected to the internet. However, I have been able to find no information on this, so I don't have a clue.
    Is sound in pdfs a Reader 8 only feature? Does it just not work in Linux? Is there any way to be able to listen to those audio clips?

    So you mean there is a release coming out that will solve my problem? Does anyone know when?
    (The only thing I've found is stuff written in December last year saying they will release Reader 8 for linux/Unix soon. Soon has been and gone since then ;) )

Maybe you are looking for