Oracle install problem in linux

hi,
cannot execute the Export command before running the command ./RUNINSTALL.SH
Error is
OraSID#export DISPLAY=ipaddress:0.0
cannot find the command but i can find the export command in sbin and also i checked echo$DISLPAY and got output as :0.0 and also i can export in root user.

So if you get a value, don't set DISPLAY manually, it's only necessary if you display
- on a different host
- on the same host using a different user than the one you're logged in
RUNINSTALLER will run for some time before it fires up a GUI so be patient
Markus

Similar Messages

  • Oracle install dies on linux

    Hi,
    I'm using Mandrake (top of redhat linux).
    Oracle install dies with the message:
    [oracle@watson oracle]$ runInstaller
    Initializing Java Virtual Machine from /usr/local/jre/bin/jre. Please wait...
    Error in CreateOUIProcess(): -1
    : Bad address
    [oracle@watson oracle]$
    Can you mail me a reply at [email protected]
    Thanks,
    erach
    null

    Third important note.....
    go to install/linux subdirectory and type
    ./runInst.sh
    i find it more descriptive than the error
    message I got from runInstaller
    Victor

  • 11G Oracle Install problems

    Ok, not sure what is going...
    I installed Oracle 11g on Linux. Everything was working, I could access the database via Enterprise Manager, then I re-boot and EM no longer works, I figured this has something to do with some script to make it auto start at boot, so I searched the internet and found a script and made sure that it matched my paths and version numbers.
    as a oracle user when I type
    oracle@dragonfly:~$ echo $ORACLE_HOME
    /u01/app/oracle/product/11.1.0/db_1
    but
    oracle@dragonfly:~$ echo $ORACLE_SID
    I get a blank, would like to learn where to do the setting for oracle SID, is it in /etc/profile ? my SID is orcl
    in /etc/oratab I put a Y for this db instance.
    Anyways, when I try to manually start EM, I get these problems:
    root@dragonfly:/u01/app/oracle/product/11.1.0/db_1/bin# ./emctl status dbconsole
    Environment variable ORACLE_SID not defined. Please define it.
    ok, let me define it:
    root@dragonfly:/u01/app/oracle/product/11.1.0/db_1/bin# export ORACLE_SID=orcl
    root@dragonfly:/u01/app/oracle/product/11.1.0/db_1/bin# ./emctl status dbconsole
    Oracle Enterprise Manager 11g Database Control Release 11.1.0.6.0
    Copyright (c) 1996, 2007 Oracle Corporation. All rights reserved.
    https://dragonfly.kodiaktechnical.net:1158/em/console/aboutApplication
    Oracle Enterprise Manager 11g is not running.
    Logs are generated in directory /u01/app/oracle/product/11.1.0/db_1/dragonfly.kodiaktechnical.net_orcl/sysman/log
    then I type it again:
    ./emctl start dbconsole
    and I see this...
    root@dragonfly:/u01/app/oracle/product/11.1.0/db_1/bin# ./emctl start dbconsoleOracle Enterprise Manager 11g Database Control Release 11.1.0.6.0
    Copyright (c) 1996, 2007 Oracle Corporation. All rights reserved.
    https://dragonfly.kodiaktechnical.net:1158/em/console/aboutApplication
    Starting Oracle Enterprise Manager 11g Database Control ............................................................................................. failed.
    Logs are generated in directory /u01/app/oracle/product/11.1.0/db_1/dragonfly.kodiaktechnical.net_orcl/sysman/log
    there is a dot . . . . added every few seconds, but eventually it errors out
    I am on Linux dragonfly 2.6.28-14-server

    when I do:
    netstat -lt | grep 1158
    nothing comes back...
    from log:
         at oracle.sysman.emdrep.notification.NotificationMgr.run(NotificationMgr.java:1715)
    2009-08-17 21:50:48,024 [NotificationMgrThread] WARN jdbc.ConnectionCache _getConnection.353 - Got a fatal exeption when getting a connection; Error code = 17002; Cleaning up cache and retrying
    2009-08-17 21:50:48,152 [PAFAQDaemon] WARN jdbc.ConnectionCache _getConnection.352 - Io exception: The Network Adapter could not establish the connection
    java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:112)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:146)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:255)
         at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:390)
         at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:519)
         at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:167)
         at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:35)
         at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:816)
         at oracle.jdbc.pool.OracleDataSource.getPhysicalConnection(OracleDataSource.java:325)
         at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:235)
         at oracle.jdbc.pool.OracleConnectionPoolDataSource.getPhysicalConnection(OracleConnectionPoolDataSource.java:157)
         at oracle.jdbc.pool.OracleConnectionPoolDataSource.getPooledConnection(OracleConnectionPoolDataSource.java:94)
         at oracle.jdbc.pool.OracleImplicitConnectionCache.makeCacheConnection(OracleImplicitConnectionCache.java:1702)
         at oracle.jdbc.pool.OracleImplicitConnectionCache.getCacheConnection(OracleImplicitConnectionCache.java:575)
         at oracle.jdbc.pool.OracleImplicitConnectionCache.getConnection(OracleImplicitConnectionCache.java:435)
         at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:432)
         at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:397)
         at oracle.sysman.util.jdbc.ConnectionCache._getConnection(ConnectionCache.java:336)
         at oracle.sysman.util.jdbc.ConnectionCache._getConnection(ConnectionCache.java:322)
         at oracle.sysman.util.jdbc.ConnectionCache.getUnwrappedConnection(ConnectionCache.java:575)
         at oracle.sysman.emSDK.svc.conn.FGAConnectionCache.getFGAConnection(FGAConnectionCache.java:207)
         at oracle.sysman.emSDK.svc.conn.ConnectionService.getSystemConnection(ConnectionService.java:1304)
         at oracle.sysman.pp.paf.impl.PAFDepot.createRepositoryConnectionImpl(PAFDepot.java:377)
         at oracle.sysman.pp.paf.impl.PAFDepot.createRepoConnection(PAFDepot.java:349)
         at oracle.sysman.pp.paf.impl.PAFDepot$AutoPAFContext.getRepositoryConnection(PAFDepot.java:898)
         at oracle.sysman.pp.paf.impl.PAFDepot.getRepoConnection(PAFDepot.java:596)
         at oracle.sysman.pp.paf.dal.PAFDataSource.getConnection(PAFDataSource.java:344)
         at oracle.sysman.pp.paf.dal.PAFDataSource.dequeueRequest(PAFDataSource.java:1105)
         at oracle.sysman.pp.paf.impl.PAFDepot$AQThread.run(PAFDepot.java:796)
    2009-08-17 21:50:48,153 [PAFAQDaemon] WARN jdbc.ConnectionCache _getConnection.353 - Got a fatal exeption when getting a connection; Error code = 17002; Cleaning up cache and retrying                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Oracle9i Install problem on Linux 7.2

    While running runInstall and trying to create a General Purpose DB the install
    of software goes OK. During the DBCA I get an error message at 46%
    ORA-03113: end of file on communications channel
    Any ideas ?

    What is the name of your installer file? have you downloaded the one for
    Linux OS?
    make sure you FTPed the installer file in binary mode.
    "matt sweeney" <[email protected]> wrote in message
    news:3d1c718d$[email protected]..
    Hi,
    I'm having a problem installing weblogic server 700 on a Dell 2500 Redhat7.2 linux box. The problem occurs during the extraction process. If I run
    the program as a regular user the error message is:
    >
    /tmp//fileJa7hab/wls7000_linux.jar bad CRC 250071c7 (should be 019fdd07)
    .100%
    ** Error during extraction, error code = 2.
    If I run the program as root, I get
    [root@med10-apache root]#
    ./weblogic700_linux.bin -mode=console
    Extracting0%..........................................................................
    ..........................100%
    /tmp/fileVe6y1r/jdk131_02/bin/i386/native_threads/java: error whileloading shared libraries: libstdc -libc6.1-1.so.2: cannot open shared
    object file: No such file or directory
    ** Error during execution, error code = 32512.
    Thanks in advance
    Matt

  • Oracle installation problem on linux

    HI,
    I AM TRYING TO INSTALL ORACLE 8.1.7 ON LINUX RED HAT(7.1).
    AFTER DOING ALL THE STEPS WHEN I RUN(./runInstaller) I am getting message
    "Initializing java virtual machine from ../stage/components/oracle.swd.jre/1.1.8/1/datafiles/Expanded/Linux/bin/jre. please wait" and the execution terminates.
    PLEAE HELP ME please help me !!!!!!
    Also let me know which file to untar in the CD (linux81701.tar & glibc-2.1.3-stubbs.tar) also installed JDK1.1.8.
    Please help Me..

    Try setting the LD_ASSUME_KERNEL=2.2.5 environment variable before you run the installer.
    I needed to do this to get the 8.1.7 installer running on RedHat 7.1 and 7.2.
    Scott
    HI,
    I AM TRYING TO INSTALL ORACLE 8.1.7 ON LINUX RED HAT(7.1).
    AFTER DOING ALL THE STEPS WHEN I RUN(./runInstaller) I am getting message
    "Initializing java virtual machine from ../stage/components/oracle.swd.jre/1.1.8/1/datafiles/Expanded/Linux/bin/jre. please wait" and the execution terminates.
    PLEAE HELP ME please help me !!!!!!
    Also let me know which file to untar in the CD (linux81701.tar & glibc-2.1.3-stubbs.tar) also installed JDK1.1.8.
    Please help Me..

  • J2EE 1.4 beta SDK install problem on Linux RH 7.2 ?

    Hello everybody
    Thank for your reading
    I have installed J2EE SDK 1.4 beta on Linux RH 7.2, my installed J2SE is 1.4.0_01, but the J2EE installer reported that: Exception in the "main" thread: java.lang.io.NoDefClassFound: J2EE.
    I had defined JAVA_HOME. I don't know how to sovle this problem.
    Please help me. thank you
    [email protected]

    Hi, I'm fairly new with Linux.... I've downloaded the self extracting 1.4.0 bin file... how do I istall it now? I'm not sure what command to use for the installation to occur.
    I'm installing Tomcat as well...
    Is there anywhere I can go to see step by step instructions to install these products?
    Thank you in advanced!

  • Oracle Install on Mandrake Linux 9.1 (Dell Laptop 600)

    I have a full install of Oracle 10G running on a Dell Laptop using Mandrake Linux 9.1:
    First I did an install of the OS, I built the swap file to be 2GIGs, the /oracle partition as 5GIGS and the /home partition as 25GIGS.
    I made sure to choose the Development packages and the Office packages, I did not choose any of the WEB and other stuff.
    As root, edit the file /etc/sysctl.conf. Add the following lines to the end of the file:
    kernel.shmall = 2097152
    kernel.shmmax = 2147483648
    kernel.shmmni = 4096
    kernel.sem = 250 32000 100 128
    fs.file-max = 65536
    net.ipv4.ip_local_port_range = 1024 65000
    As root, issue the following commands at a terminal:
    groupadd oinstall
    groupadd dba
    useradd –g oinstall –G dba oracle
    passwd oracle <supply new password>
    You then need to set up the new user’s environment variables. Edit the file /home/oracle/.bashrc and add the following between the “# User specific aliases and functions” and the “# Source global definitions” lines. In Mandrake Linux all I did was edit the /etc/profile file and add the below at the end. This way all users get the added. Works like a charm.
    ORACLE_SID=lx10g
    ORACLE_BASE=/oracle
    ORACLE_HOME=/oracle/10g
    PATH=$ORACLE_HOME/bin:$PATH:.
    export ORACLE_SID ORACLE_BASE ORACLE_HOME PATH
    You can choose what you like for the ORACLE_SID: it represents what you will eventually call your database.
    Make install directories, In my case, for example, I did this:
    mkdir /oracle
    mkdir /oracle/10g
    chown -R oracle:oinstall /oracle
    First when you try to run the Universal Installer do the following:
    ./runInstaller -ignoreSysPrereqs (this gets you by the error on the OS)
    Then just follow the normal screens and at the end you should have a complete system. There is a bug in the installer and you will need to re-run the ./runInstaller and selct just the ISQLPlus* and it will then only re-install this package. It seems it misses it during the initial install. I also suggest downloading the Compaign CD and installing the APACHE and HTMDB using the same as above when running the ./runInstaller as everything else is already setup.

    check pre-requisites for a Linux OS here:
    Installation Guide for UNIX Systems: AIX-Based Systems, Compaq Tru64 UNIX, HP 9000 Series HP-UX, Linux Intel and Sun Solaris Contents / Search / Index / PDF
    http://otn.oracle.com/pls/db92/db92.docindex?remark=homepage
    Remember that the OS has to be certified to install
    Oracle sucessfully.
    Joel P�rez

  • Jmf instalation problem on Linux

    On my slackware 9.0 with java sdk1.4.2_04 I've tried to install jmf 2.1.1e. I've downloaded and executed the bin file. I've added the CLASSPATH=.:/usr/lib/java/JMF-2.1.1e/lib/jmf.jar and the LD_LIBRARY_PATH=/usr/lib/java/JMF-2.1.1e/lib but I can't run applets using appletviewer unless I use appletviewer -J-cp -J$CLASSPATH html_file. The problem is that I still get some errors java.io.IOException: File Not Found
    java.io.IOException: File Not Found
    Got exception javax.media.NoPlayerException: Error instantiating class: com.sun.media.protocol.file.DataSource : java.io.IOException: File Not Found
    java.lang.NullPointerException
            at PlayerApplet.start(PlayerApplet.java:21)
            at sun.applet.AppletPanel.run(AppletPanel.java:377)
            at java.lang.Thread.run(Thread.java:534)This is the applet source code:
    import java.applet.*;
    import java.awt.*;
    import java.net.*;
    import javax.media.*;
    public class PlayerApplet extends Applet implements ControllerListener {
       Player player = null;
       public void init() {
          setLayout(new BorderLayout());
          String mediaFile = getParameter("FILE");
          try {
             URL mediaURL = new URL(getDocumentBase(), mediaFile);
             player = Manager.createPlayer(mediaURL);
             player.addControllerListener(this);
          catch (Exception e) {
             System.err.println("Got exception "+e);
       public void start() {
          player.start();
       public void stop() {
          player.stop();
          player.deallocate();
       public void destroy() {
          player.close();
       public synchronized void controllerUpdate(ControllerEvent event) {
          if (event instanceof RealizeCompleteEvent) {
             Component comp;
             if ((comp = player.getVisualComponent()) != null)
                add ("Center", comp);
             if ((comp = player.getControlPanelComponent()) != null)
                add ("South", comp);        
             validate();
    }Is there is a way to config the environment to use appletviewer without extra options?
    Second problem is with http://java.sun.com/products/java-media/jmf/2.1.1/jmfdiagnostics.html
    I get
    Java 1.1 compilant browser...Maybe
    JMF classes..Not FoundI downloaded the jmfdiagnostics I run it using extra options from command line and the applet could't find the native libraries which are in the LD_LIBRARY_PATH
    What should I do to get it fixed?
    Thanks in advance
    Morfi

    <p><b>This</b> will give you some help with installing Linux. Although <b>this</b> is for 11g, it can be helpful when installing 10g.</p>
    Tom

  • CF8 install problems on linux server

    Really some basic install questions as it seems this should
    be simple enough, but I am a little confused with the jrun part. I
    am running on a Cent OS 5 server, the install I assume is the
    multi-server. It was installed to the default /opt location and I
    have both the coldfusion and jrun folders. I changed the apache
    connector to work which gave me the all good, but I have the
    following.
    I can hit the admin page
    http://server.domain.com/CFIDE/administrator/index.cfm
    ( no ports ). But when I try to load one of our pages I get;
    [Tue Mar 10 11:21:00 2009] [notice] jrApache[18561: 13457]
    JRun will not accept request. Check JRun web server configuration
    and JRun mappings on JRun server.
    I am still confused if I need to start cf
    (/opt/coldfusion8/bin/coldfusion start), AND start jrun
    (/opt/jrun4/jrun -start cfusion) but things just won't work, and I
    think I need a high level look 1st. Do I need that above jrun, if
    so how to setup, etc. If I run the ./jrun -start cfusion then try
    to run the cf-connectors.sh I get;
    Configuring the web server connector for ColdFusion 8
    (multiserver)
    Running apache connector wizard...
    =======================================
    There was an error while running the connector wizard
    Connector installation was not successful
    =======================================
    So any push in the right direction will help. I can provide
    anything, tried to be as descriptive as I can, but let me know.
    Thanks

    jeffcg2 wrote:
    > I think I am at the point of starting coldfusion but
    linux is not my strong
    > point. So I am wondering where to go now.
    I would guess you have ColdFusion installed, but your web
    server has not
    yet been configured to do something about it. You need to
    configure
    your web server to know that when it gets requests for
    ColdFusion
    resources, such as .cfm, .cfc. and .cfr files, it needs to
    pass the
    request off to the ColdFusion engine, not just serve the
    files to the
    client as a text file.
    You should be able to find the information you need by
    searching for
    information on wsconfig and ColdFusion web server connector.
    These two sections of the documentation are all about this
    topic.
    http://livedocs.adobe.com/coldfusion/8/htmldocs/webservmgmt_5.html#102669
    http://livedocs.adobe.com/coldfusion/8/htmldocs/webservmgmt_6.html#102674

  • JSP oracle connection problem on Linux

    I am running tomcat on Red Hat Linux. The JSP display everything on webpage except the data which is retreived from the database. The database is oracle8i on unix platfrom. The same webpage works perfectly fine on windows using apache tomcat. I copied the latest classes111.jar and classes12.jar files in the lib directory of tomcat.
    Can somebody help?

    No, I'm not talking about a compilation problem. That's where Tomcat expects to find them at runtime - that's what counts here.
    I assume you know how to compile your code. ;) - MOD

  • Problem in Installing oracle 11g in enterprise linux

    Hello all,
    Iam new to linux and oracle .... I had downloaded enterprise linux from oraclewebsite, My question is i was not able to install oracle 11g in enterprise linux...
    And when i am trying to install ./runInstaller
    iam getting error message (permission denied).
    is that necessary to install oracle vm server or manager .. if so how to do it .. Please give me clear idea how and where to start..

    Hi,
    The error message which iam getting is
    [root@Karthik database]# ls -la
    total 48
    drwxr-xr-x 8 root root 4096 Sep 10 15:42 .
    drwxr-xr-x 3 root root 4096 Sep 10 15:40 ..
    drwxr-xr-x 12 root root 4096 Sep 10 15:42 doc
    drwxr-xr-x 4 root root 4096 Sep 10 15:42 install
    drwxr-xr-x 2 root root 4096 Sep 10 15:42 response
    drwxr-xr-x 2 root root 4096 Sep 10 15:42 rpm
    -rwxrwxrwx 1 root root 4352 Aug 13 23:56 runInstaller
    drwxr-xr-x 2 root root 4096 Sep 10 15:42 sshsetup
    drwxr-xr-x 14 root root 4096 Sep 10 15:46 stage
    -rw-r--r-- 1 root root 5400 Aug 17 12:25 welcome.html
    [root@Karthik database]# ./runInstaller
    ./runInstaller: line 137: /root/Desktop/linux_11gR2_database_1of2/database/install/.oui: Permission denied
    The command
    bash ./runInstaller.sh didnt helped. again got the error of bash: ./runInstaller.sh: No such file or directory
    Thanks,
    karthik

  • This problem appears while installing oracle 10g on enterprise linux

    Hi All,
    While installing oracle 10g on enterprise linux 5 this message apear:
    http://img134.imageshack.us/my.php?image=problemqy2.png
    More Info:
    Oracle 10g supports redhat 4 and Enterprise Linux is redhat 5 so I changed the redhat-release to 4 to countinue setup but the above error appears, also I tried this configuration on SuSE 10 I changed the SuSE-release to 9 and went good.

    The packeges are already installedIf you execute runInstaller again is the error message the same as before?
    If yes can you post output for this command?
    rpm -qa --qf '%{name}-%{version}-%{release}.%{arch}\n'|grep -i 'libxp'

  • Problem Installing oracle 9iAS in Mandrake Linux 8.1

    1.When iam trying to install Oracle 9iAS in Mandrake linux 8.1 iam getting the
    below error. Pls help me out.
    A Initializing Java Virtual Machine from /tmp/OraInstall0/jre/bin/jre.
    Please wait...
    SIGSEGV received at bffff190
    in /tmp/OraInstall0/jre/lib/linux/native_threads/libjava.so.
    Processing terminated Writing stack trace to javacore1520.txt ... OK
    2.Does Orale 9iAS have Orace Database Server

    I don't really understand why you are using almost 6 years old distribution (release date 2002/09/30).
    What's the sense? Time has changed and of course SW included in this distro has changed (significantly) and especially glibc.
    10g R1 is certified for RH EL 2.1. When I compare version of packages (RH 8 vs RHEL 2.1) it could be possible (easily) to install on RH 8. For 10g R2 you need defintely upgrade at least glibc* packages.

  • Installation problem on Linux Slackware 7.1 (Oracle 8i)

    I try install Oracle 8i Enterprise in Linux Slackware 7.1 (kernel 2.2.16), but the runInstaller don't work.
    I read the installation manuals and make all steps, but the runInstaller don't work.
    I get this message:
    ./runInstaller
    The Java RunTime Environment was not found at bin/jre. Hence, the Oracle Universal Installer cannot be run.
    Please visit http://www.javasoft.com and install JRE version 1.1.8 or higher and try again.
    : No such file or directory
    I try --> ln -s /usr/local/jre118_v3 /usr/local/java
    and --> ln -s /usr/local/jre118_v3 /usr/local/jre
    and put in PATH --> /usr/local/jre/bin
    Nothing work's.
    Somebody can help me ?????
    Thank's ....

    Hello!
    I also tried to install Oracle 8.1.6.1 (after giving up the 8.0.5 installation due to segmentation faults all over..), it also failed.
    After trying to install Oracle 8.1.6.1 on RedHat 7.0 and it still crashed, i sent a mail to some guru that wrote the oracle-how-to document for redhat, here is what he replied.
    My guess is that this also applies to the newest slackware version, because i presume that slackware 7.0 also use the newest glibc libraries;
    Thanks for the feedback.
    Oracle 8.1.6 does not work under Red Hat >Linux 7. Yes, that's the problem
    that I mentioned in the doc--you get to 80% >and the DBCA crashes and the
    Oracle executables die.
    I've heard, but I haven't tried it myself, >that if you install the latest
    glibc errata (2.1.94) then the DBCA >completes but the Oracle executables
    still die. The DBCA problem was apparently >a Java issue that is fixed in
    the errata. But you're still out of luck >since the exes won't work.
    It might appear that this is a problem with >Red Hat Linux 7. But it appears
    that it is a problem with some assumptions >that Oracle made, assumptions
    that worked with glibc 2.1.3 (the C library >included with RHL 6.2) but which
    prove false with later glibc versions. As >other Linux distributions adopt
    the new glibc Oracle will fail to work on >them as well.
    The best advice I can give at this point is >to install and run Oracle on
    Red Hat Linux 6.2. Hopefully Oracle will >address the glibc issues with the
    8.1.7 release.
    ChrisI then installed Orace on RedHat 6.1 and it worked like a dream.
    Maybe you guys should try your luck on an earier version of slackware?
    Hope that helped...
    null

  • Problems to install Oracle9i on Linux RH 7.1

    Error message appeared during installation process.
    "Error in involing target install of makefile
    /disk01/app/oracle/products/9.0.1/plsql/lib/ins_plsql.mk"
    Does anybody know what to do?

    Try the instruction on this URL
    http://www.e-gineer.com/instructions/install-oracle9i-on-
    linux.phtml
    The problem may be coming from the binutils verson imcompatible.

Maybe you are looking for

  • Can I group several questions into one post?  I guess I will find out...

    Hello! I am new to this area of apple.com, but it looks like I should have been here a long time ago. Maybe I posted one post before I made the big purchase but all the problems I have had, this should be number 1 on my list. so far this might have b

  • Batch is not captured in MMBE as Schd. for Delivery?

    Hi SD Experts Particular batch stock is not captured in MMBE as scheduled for delivery after creating the Outbound delivery. Kindly provide some inputs. Thanks/Karthik

  • Can I still install Creative Suite 4 if I'm no longer a student?

    Hi, I bought Adobe Creative Suite 4 Student Edition whilst I was a full-time student in 2010 for my Macbook.  I'm no longer a student but I want to install it on a new MacBook air.  Can i still do this even if I'm no longer a student or does it mean

  • String is non numeric

    Hello, My customer is using Crystal X1. I created a report for them with the following parameter to choose either a date or year period. The report works on my laptop, however, when I copy it to their environment I receive the error 'String is non nu

  • @Remove not working on DATAEXPORT

    My data export still has rows for the years in my @Remove.... Any ideas? SET DATAEXPORTOPTIONS DataExportLevel LEVEL0; DataExportDynamicCalc OFF; DataExportNonExistingBlocks OFF; DataExportColFormat ON ; DataExportOverwriteFile ON ; Fix( @Remove(@Rel