Oracle 8.1.5 with redhat 6.2

I am currently running 8i 8.1.5 straight from the CD w/o any patches on red hat 6.0. When I tried applying the patches a while ago, nothing would work. Anycase for what I am doing all works very well. My question is simple. Can I upgrade to redhat 6.2 and have 8i 8.1.5 still function or will 8i break??
thanks
carl
null

I was receiving the same problem. I finally got around it by setting up my environment - ORACLE_HOME, LD_LIBRARY_PATH, etc.. to my new ORACLE_HOME before I ran the installer.
I also got through it alot faster when I did the install under a new user - not oracle.
The only env var that was identical to the
oracle users environment was TNS_ADMIN.
<BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by dwt1105:
I'm trying to install webdb v2.2 on redhat 6.1 with oracle 8.1.5. I enter the prompts for sys password and tns alias, and I get a notification:
owa40.vrf(93) OS_ERROR while spawning sqlplus -a /nolog @passwd.sql sys/<my password here>@<my tns alias>. (No such file or directory).
I made sure the webdb home was in my path and that the new bin and lib were in both my path and ld_library_path variables.
Any ideas where I dropped this ball????<HR></BLOCKQUOTE>
null

Similar Messages

  • Oracle 9i installation problem with RedHat 7.2 (segmentation violation)

    I have try to installation 9i with RedHat 7.2 by x windows.
    when i use xwin to run the "./runInstaller, i got the error
    (segmentation) as below:
    i have already try to follow the installation procedure in
    http://staff.in2.hr/denis/oracle/901install_rh72_en.html#1 but
    still got this error.
    Can anyone help me??
    Regards
    Chris Sung
    =================================================================
    ===============
    oracle install
    Connecting 192.168.1.3 via TELNET
    Thursday, December 13, 2001 1:04:06
    Red Hat Linux release 7.2 (Enigma)
    Kernel 2.4.7-10 on an i686
    login: oracle
    Password:
    Last login: Thu Dec 13 00:46:39 from apple
    [oracle@orange oracle]$ (/home/oracle/Disk1/runInstaller -
    display 192.168.1.2:0
    -name "oracle install" &)
    [oracle@orange oracle]$ Initializing Java Virtual Machine
    from /tmp/OraInstall/jre/bin/jre. Please wait...
    SIGSEGV 11* segmentation violation
         stackbase=0xbffff298, stackpointer=0xbffff160
    Full thread dump:
    "Finalizer thread" (TID:0x4276d210, sys_thread_t:0x4d0bfe0c,
    state:R) prio=1
    "Async Garbage Collector" (TID:0x4276d258,
    sys_thread_t:0x4d09ee0c, state:R) prio=1
    "Idle thread" (TID:0x4276d2a0, sys_thread_t:0x4d07de0c,
    state:R) prio=0
    "Clock" (TID:0x4276d088, sys_thread_t:0x4d05ce0c, state:CW)
    prio=12
    "main" (TID:0x4276d0b0, sys_thread_t:0x80d6fe8, state:R)
    prio=5 *current thread*
         java.lang.System.initializeSystemClass(System.java)
    Monitor Cache Dump:
    Registered Monitor Dump:
    Thread queue lock: <unowned>
    Name and type hash table lock: <unowned>
    String intern lock: <unowned>
    JNI pinning lock: <unowned>
    JNI global reference lock: <unowned>
    BinClass lock: <unowned>
    Class loading lock: <unowned>
    Java stack lock: <unowned>
    Code rewrite lock: <unowned>
    Heap lock: <unowned>
    Has finalization queue lock: <unowned>
    Finalize me queue lock: <unowned>
    Dynamic loading lock: <unowned>
    Monitor IO lock: <unowned>
    Child death monitor: <unowned>
    Event monitor: <unowned>
    I/O monitor: <unowned>
    Alarm monitor: <unowned>
         Waiting to be notified:
         "Clock" (0x4d05ce0c)
    Monitor registry: owner "main" (0x80d6fe8, 1 entry)
    Thread Alarm Q:

    Strange, but yesterday I nter in Oracle9i install, open
    gnome-terminal window as oracle user and simply type
    /tmp/Disk1/runInstaler
    the DISPLAY enviroment variable was set,
    using RedHat 7.2 , kernel 2.4.16-0.9, glibc-2.2.4-19
    Segmentation violation 11 may mean RAM problem, sometimes
    incorrect program pointer.So I think it must work (runIstaler)

  • Problems With  Oracle 8.1.7 on RedHat 7.1

    Hi,
    I can not even start the installation program, it just stays in
    there with out any response or feed back it never launches the
    installation screen.
    Can some body help me?
    Thanx Alot!
    Jet

    got this info from different posts & other sources, here it is
    in one
    place, here's what worked for me:
    to install oracle 8.1.7 on redhat 7.1 (i686):
    1. make sure you have oracle 8.1.7.1 (this is release 3), the
    latest
    ver on the oracle d/l site
    2. download the stub file they have on the same d/l page-
    glibc-2.1.3-stubs.tar.gz
    3. set up your oracle mount points, groups, etc as per oracle
    instructions
    4. untar the oracle817 file
    4. add this to your oracle user's .bash_profile (or however you
    set
    env variables):
    LD_ASSUME_KERNEL=2.2.5
    (and add LD_ASSUME_KERNEL to the export line as well)
    5. instead of running ./runInstaller, like oracle says, use
    install/linux/runInstaller (this one works)
    6. I chose a pretty slim install- none of the oracle optional
    features
    (esp not the apache module, which needs the 118 jvm). Definitely
    tell
    it not to create a database during the install (won't work).
    7. Two kinds of errors can happen during the install:
    installation
    errs (which I didn't get, but which I have read can be solved by
    copying the files oracle says it can't copy by hand) and linking
    errors, which are expected.
    8. fixing the linking errors- this is done with the stub lib
    supplied
    by oracle. although the readme that accompanies it (on the oracle
    site) says to perform an install, then install the stub lib, it
    worked
    for me to:
    -perform the install
    -at the first linking error (error in invoking target
    relink of
    makefile...), it will ask you abort/retry/ignore, open another
    terminal window and install the stub lib as per the oracle
    instructions. (except for one thing: although the file has a .gz
    extension, it is really just a tar file, so skip the z option,
    e.g.
    use tar xvf glibc-2.1.3-stubs.tar.gz). once the stub lib is
    installed,
    hit retry on the error message dialog.
    9. last step: when the installer asks you to run root.sh as root,
    don't- there is a syntax error in root.sh you have to fix first.
    it is
    on line 155 and is missing a single quote near the end. change
    it from
    RUID=`/usr/bin/id|$AWK -F\( '{print $2}'|$AWK -F\) '{print $1}`
    to
    RUID=`/usr/bin/id|$AWK -F\( '{print $2}'|$AWK -F\) '{print $1}'`
    save it and run it. this got me through the install process with
    no
    errors.

  • Oracle 8.1.5 nad RedHat 7.0 Instalation

    Hi
    I have problem with instalation of Oracle 8.1.5 on RedHat 7.0.
    I tried to follow the documentetion of Oracle but with no result.
    Is anyone who can tell me what should I do.
    What install ( and how to do it)? Where and what should I write?
    Please Help

    Even i have the same problem installing oracle 8.1.6. I tried tracing using strace and found the jre is going in a loop with
    SIGNAL SIGSEGV segmentation violation. Is there any work around for this
    possible reasons
    1. GLIC compatability 2.1 is required.
    i havent tried yet but i believe this should work, before starting runInstaller
    export LD_ASSUME_KERNEL=2.2.(5 or 14).
    run /usr/i386-glibc21-linux/bin/i386-glibc21-linux-env.sh
    still if it doesnt try the patch
    glibc-2.1.3-stubs.tar
    could any one think of an alternative.
    please please post the feedback
    thanks
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Andrew Williams:
    I am trying to Install Oracle 8.1.6 (Enterprise edition provided with the book Oracle 8i for Linux starter kit!!) on red hat 7.1. I have tried many of the options given previously, but I still can not install it. I have downloaded the compat glibc 2.1.3.2 and copied the files etc, but when I run the "runInstaller" from the command line, all I get is:
    "[oracle] /mnt/cdrom=$ Initializing Java Virtual Machine from ../stage/Components/oracle.swd.jre/1.1.8/1/DataFiles/Expanded/linux/bin/jre. Please wait..." It eventually comes back to the command prompt, but no GUI insatller. Any ideas???<HR></BLOCKQUOTE>
    null

  • Oracle 8.1.5 on Redhat 6.0

    I have installed Oracle 8.1.5 on Redhat 6.0 after many attempts.
    I have tried to apply the patch by running the script linux_81501patch_ee.sh but got many compilation errors.
    For example, in the compilation of sqlplus, I got the following errors:
    /home/oracle/lib/nautab.o(.rodata+0x8): undefined reference to `nauzaoss'
    collect2: ld returned 1 exit status
    gmake: *** [sqlplus] Error 1
    Anybody got any idea ??

    I've been dealing with the same problems in the english version but could bypass thiss by doing the folowing.
    -Just ignore the disk space stuff
    -Ignore the charset message, also
    -When creating a database, choose custom and then select the WE8ISO8859P1 char set. It worked for portuguese, must work for french also.
    -Everyone here recommended, and I do the same, leave the database creation for later, not during instalation.
    Good Luck!

  • Oracle 8.1.6 on RedHat 8.0 libjox8.so problems

    hi,
    i have installed oracle 8.1.6 on RH 8. i did not create database
    at install time.
    After installation i applied the glibc-stubs patch from otn. Then i
    started dbassist utility to create database.
    After dbassist wizard has finished and database creation has started i
    get an error "ORA-12547: TNS:lost contact"
    when i start
    sqlplus with scott/tiger i get the following error :
    relocation error: /ora01/app/oracle/product/8.1.6/lib/libjox8.so:
    undefined symbol: __fixunssfdi
    ORA-12547: TNS:lost contact
    Can somebody help me out with this problem.
    Thanx in advance
    Tejas Arun Kokje
    Project Trainee
    DDE-ORG (www.ddeorg.com)

    Dear Arun,
    I am not been able to install oracle 8.1.6 on Redhat 8.0 Please send me the installation procedure.
    Thanking you
    Pravin Takpire
    ICFAI B School, Pune

  • Oracle 8.1.16 on RedHat 7.0

    Hello, i've managed to install Oracle 8.1.16 on RedHat 7.0 after numerous installation and going thru all the work around provided by those who have posted their message here.Thanks u guys.
    Anyway, I still having problem starting the db. Running svrmgrl,then connect internal works fine..but type-in startup...and there are no response at all(checking the pid just give me [oracle<defunct>].
    And i have problem with TNS: could not resolve service name even thought i've edited listener.ora and tnsnames.ora as required but I'm not sure wether i've edited it right.
    Can some one post to me the right listener.ora and tnsnames.ora files.
    Thank u for your help.

    I have the identical problem, the database hangs up initializing. Your description is exactly as I see it, with svrmgrl not able to startup...have you made any further progress ?
    Thanks Art
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by jeunu ([email protected]):
    Hello, i've managed to install Oracle 8.1.16 on RedHat 7.0 after numerous installation and going thru all the work around provided by those who have posted their message here.Thanks u guys.
    Anyway, I still having problem starting the db. Running svrmgrl,then connect internal works fine..but type-in startup...and there are no response at all(checking the pid just give me [oracle<defunct>].
    And i have problem with TNS: could not resolve service name even thought i've edited listener.ora and tnsnames.ora as required but I'm not sure wether i've edited it right.
    Can some one post to me the right listener.ora and tnsnames.ora files.
    Thank u for your help.<HR></BLOCKQUOTE>
    null

  • Installation of Oracle 8.1.17 on Redhat Linux Enterprise Edition 2.4

    dear all
    I have tried to Oracle 8.1.17 on Redhat Linux Enterprise Edition 2.4 but it gives an error "Error in invoking target make file .."
    I tried using retries it failed each time to prorceed.
    I checked for my binutils ( binutils-2.14.90.0.4-26 ) but mine are higher than binutils-2.11.90.0.8-13.i386.rpm required ..
    do i need to down grade my binutils for 8.1.7
    abhi

    Hi Abhi!
    If I remember correctly (817 is stone age) the binutils used a strange debug flag in the 2.11.90.0.8-13 (something with -z).
    If this is not present in your newer version of the binutils the make will fail.
    Try downgrading the binutils during the installation.
    cu
    Andreas

  • Oracle 8.0.5 on Redhat 6.0

    I was trying to install Oracle 8.0.5 on RedHat 6.0.
    I know I need some kind of patch. So I downloaded it, read the
    readme file, then I was lost. What I don't understand is the
    following:
    1> Download the following compatibility RPMS to link
    Oracle8.0.5 executables on a glibc 2.1 system from
    ftp://ftp.redhat.com/pub/redhat/redhat-6.0/i386/RedHat/RPMS
    or from one of the mirror sites located at
    http://www.redhat.com/mirrors.html.
    compat-binutils-5.2-2.9.1.0.23.1.i386.rpm
    compat-egcs-5.2-1.0.3a.1.i386.rpm
    compat-egcs-c++-5.2-1.0.3a.1.i386.rpm
    compat-glibc-5.2-2.0.7.1.i386.rpm
    compat-libs-5.2-1.i386.rpm
    I have downloaded these RPMs. Then what should I do next? How
    should I link them or install them?
    Any help or suggestion would be appreciated.
    Thanks in advance.
    null

    Install the rpms!!!! You obviously haven't learned how to use
    rpm. Type "man rpm " and that will help. To install the packages:
    rpm -Uvh compat-?????.rpm
    (replace ??? with the actual words)
    John Salvo
    Way (guest) wrote:
    : I was trying to install Oracle 8.0.5 on RedHat 6.0.
    : I know I need some kind of patch. So I downloaded it, read the
    : readme file, then I was lost. What I don't understand is the
    : following:
    : 1> Download the following compatibility RPMS to link
    : Oracle8.0.5 executables on a glibc 2.1 system from
    : ftp://ftp.redhat.com/pub/redhat/redhat-6.0/i386/RedHat/RPMS
    : or from one of the mirror sites located at
    : http://www.redhat.com/mirrors.html.
    : compat-binutils-5.2-2.9.1.0.23.1.i386.rpm
    : compat-egcs-5.2-1.0.3a.1.i386.rpm
    : compat-egcs-c++-5.2-1.0.3a.1.i386.rpm
    : compat-glibc-5.2-2.0.7.1.i386.rpm
    : compat-libs-5.2-1.i386.rpm
    : I have downloaded these RPMs. Then what should I do next? How
    : should I link them or install them?
    : Any help or suggestion would be appreciated.
    : Thanks in advance.
    null

  • Patch for Oracle 8.0.5 on RedHat Linux

    I cannot find the glibcpatch.tgz under ftp://ftp.oracle.com/pub/www/otn/linux. Please let us know where we can find this patch.

    Install the rpms!!!! You obviously haven't learned how to use
    rpm. Type "man rpm " and that will help. To install the packages:
    rpm -Uvh compat-?????.rpm
    (replace ??? with the actual words)
    John Salvo
    Way (guest) wrote:
    : I was trying to install Oracle 8.0.5 on RedHat 6.0.
    : I know I need some kind of patch. So I downloaded it, read the
    : readme file, then I was lost. What I don't understand is the
    : following:
    : 1> Download the following compatibility RPMS to link
    : Oracle8.0.5 executables on a glibc 2.1 system from
    : ftp://ftp.redhat.com/pub/redhat/redhat-6.0/i386/RedHat/RPMS
    : or from one of the mirror sites located at
    : http://www.redhat.com/mirrors.html.
    : compat-binutils-5.2-2.9.1.0.23.1.i386.rpm
    : compat-egcs-5.2-1.0.3a.1.i386.rpm
    : compat-egcs-c++-5.2-1.0.3a.1.i386.rpm
    : compat-glibc-5.2-2.0.7.1.i386.rpm
    : compat-libs-5.2-1.i386.rpm
    : I have downloaded these RPMs. Then what should I do next? How
    : should I link them or install them?
    : Any help or suggestion would be appreciated.
    : Thanks in advance.
    null

  • ORACLE 8.1.6 on Redhat 6.2 SIGSEGV problem

    Hi!
    I have the same problem which others have too but I could not find any solution.
    The starnge is that I have two machine with redhat 6.2 (not the same kernel anyway) and then installer on one is works fine but doesn't on the other.
    Brand new installation nothing kernel compilation or something else.
    Please drop a mail into my private box too if you have any idea: fehers<at>freemail<dot>hu
    thnx. Sanya
    SIGSEGV received at bffff164 in /mnt/cdrom/stage/Components/oracle.swd.jre/1.1.8/1/DataFiles/Expanded/linux/lib/linux/native_threads/libawt.so. Processing terminated

    I have reinstalled JDK118 thaking it from www.blackdown.org and all goes fine!
    By

  • Oracle 9i Release 2 on RedHat 8.0

    I have installed Oracle 9i Release 2 on RedHat 8.0 and works perfectly.
    You need to follow all the kernel settings as they are stated in the install pdf and
    also take a look at www.puschitz.com . The install will stop with an error while comipling but if you follow the instructions at www.puschitz.com everything will work OK. Select create database later, just get the sofware compiled and installed.
    Eddy

    I recently read that Mandrake ran some benchmark far faster than Suse ..
    Red Hat's announcement of new release coming next spring/summer include
    acknowledgement of some architectural problems that'll be fixed ..
    Perhaps Mandrake got it right the first time.
    Installed OK on RH 7.3 and Mandrake 9.0 (only modified the shmmax parameter).
    Some problems in RH 8.0 (runInstaller exited unexpectedly halfway thru the initial configuration phase, then the make failed and I had to use the trick suggested in the excellent online article mentioned by other posts).
    Interestingly, at the "46% Database creation phase", I had to wait a very, very long time while installing in RH 8.0, but in Mandrake 9.0 the datadabse creation progressed nicely, without long waits.
    Since the installation was on my home machine (AMD XP 1800, 512 Mb DDRAM), I had the luxury of changing the OS (from RH 8.0 to Mandrake 9.0). I know that most people regard Mandrake as a newbie, only-for-home-use Linux, but I found it stable and reliable. Along with Oracle 9i (9.2.0), I also run JDeveloper 9.03, IBM DB2 7.1 and IBM MQ Series. And everything works fine. I might be a bit out of line here, but I believe that RH 8.0 does have some issues (I found some on my own, hence the decision to switch to another flavour, plus check out some Linux forums for a long and growing list of problems). Perhaps sticking with 7.3 for the time being wouldn't be such a bad idea...
    Cheers,
    George Topfner

  • Unable to start jdev 903 with redhat 7.3

    Hi,
    I installed jdev 902 on a redhat 7.3 box. It worked fine except i was unable to see/select the Property palette within the UI editor.
    So i tried to install jdev 903 to see if it worked better. I installed jdk1.3.0_02 and change the jdev.conf to point to this jdk.
    Then i typed:
    /opt/oracle/jdev903/jdev/bin/jdev
    ... and only got that ==>
    Oracle9i JDeveloper
    Copyright 1997, 2002 Oracle Corporation. All Rights Reserved
    <==
    Nothing more. No window, no startup sreen.
    I tried
    /opt/oracle/jdev903/jdev/bin/jdev -verbose
    and got:==>
    Oracle9i JDeveloper
    Copyright 1997, 2002 Oracle Corporation. All Rights Reserved
    Reading configuration from: /opt/oracle/jdev903/jdev/bin/jdev.conf
    Running under Linux, Setting stack size to 2048.
    Running Command: /usr/java/jdk1.3.0_02/bin/java -Xverify:none -Xmx512M -Dorg.omg.CORBA.ORBClass=com.inprise.vbroker.orb.ORB -Dorg.omg.CORBA.ORBSingletonClass=com.inprise.vbroker.orb.ORB -Dice.browser.forcegc=false -Xbootclasspath/p:../lib/lwawt.jar -Dreserved_filenames=con,aux,prn,lpt1,lpt2,lpt3,lpt4,lpt5,lpt6,lpt7,lpt8,lpt9,com1,com2,com3,com4,com5,com6,com7,com8,com9,conin$,conout$ -Djbo.debugoutput=silent -Djbo.showdebugwarningbanner=false -Dproduct.version=9.0.3.1035 -XX:MaxPermSize=64M -Djava.library.path=/bin:/usr/bin:/usr/bin/X11:/usr/local/bin:/usr/bin:/usr/X11R6/bin:/home/jboss/bin:/usr/local/java/j2sdk1.4.0_01/bin/:/home/jboss/local/ant/bin:/home/jboss/bin:/usr/local/java/j2sdk1.4.0_01/bin/:/home/jboss/local/ant/bin:../lib/ext -Dide.user.dir=/home/jboss/jdevhome -classpath ../lib/jdev.jar:../lib/xmleditor.jar:../lib/xmladdin.jar:../lib/ojc.jar:../lib/ant.jar:../../lib/xmlparserv2.jar:../lib/jgl3.1.0.jar:../lib/jdev-rt.jar:../../jlib/jewt4.jar:../../jlib/share.jar:../../jlib/help4.jar:../../jlib/inspect4.jar:../../vbroker4/lib/vbjorb.jar:../../javavm/lib/aurora.zip:../../jdbc/lib/classes12.jar:../../jdbc/lib/nls_charset12.jar:../../j2ee/home/lib/ojsp.jar:../../j2ee/home/jsp/lib/taglib/ojsputil.jar:../../jsp/lib/ojspicons.jar:../../jlib/oracle_ice5.jar:../../sqlj/lib/translator.jar:../../sqlj/lib/runtime12.jar:../../j2ee/home/lib/servlet.jar:../../lib/mts.jar:../../jlib/regexp.jar:../../soap/lib/soap.jar:../../webservices/lib/wsdl.jar:../../j2ee/home/lib/http_client.jar:../../jlib/jssl-1_2.jar:../../j2ee/home/oc4j.jar:../../lib/xmlcomp.jar:../../ds/uddi/lib/uddiclient.jar:../lib/bc4jdt.jar:../../BC4J/lib/bc4jmt.jar:../../BC4J/lib/bc4jmtejb.jar:../../BC4J/jlib/bc4jmtvb.jar:../../BC4J/jlib/bc4jtester.jar:../../BC4J/lib/bc4jct.jar:../../BC4J/lib/bc4jdomorcl.jar:../../BC4J/lib/collections.jar:../../BC4J/lib/bc4jhtml.jar:../../BC4J/jlib/bc4jui.jar:../../BC4J/jlib/dacf.zip:../infobus/lib/infobus.jar:../../jlib/LW_PfjBean.jar:../../BC4J/lib/datatags.jar:../../BC4J/lib/bc4juixtags.jar:../../jlib/uix2.jar:../../jlib/uix2tags.jar:../../jakarta-struts/lib/struts.jar:../../BC4J/jlib/bc4jstruts.jar:../../jlib/bigraphbean.jar:../../jlib/bigraphbean-nls.zip:../lib/uixaddin.jar:../lib/batik-awt-util.jar:../lib/batik-dom.jar:../lib/batik-ext.jar:../lib/batik-svggen.jar:../lib/batik-transcoder.jar:../lib/batik-util.jar:../lib/batik-xml.jar:../lib/jr_cws.jar:../lib/jr_diff.jar:../lib/jr_vhv.jar:../lib/jr_jol.jar:../lib/jr_cmd.jar:../lib/jr_file.jar:../lib/modelers.jar:../lib/ebiadapters.jar:../lib/refactoring.jar:../lib/jdscm.jar:../lib/jdebi.jar:../lib/jdukshare.jar:/usr/java/jdk1.3.0_02/lib/tools.jar:/usr/java/jdk1.3.0_02/lib/dt.jar oracle.ideimpl.IdeMain
    <==
    Here again nothing more.
    Any idea?

    Hi,
    Well see and thank you for the answer: Java 1.3.0_02 is not working in my system.
    Other versions of java work fine but not this one. But the way i made a mistake: the system where i installed jdev is running with RedHat 7.2.
    I have reinstalled java 1.3.0_02 with no more success.Could it be a problem between rh 7.2 and this version of java? In this case is it possible to use jdev with another version of java. I tried jdev 902 with java 1.4 and remember running into display problems.
    Thanks
    Oscar

  • 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

  • Unable to start ORACLE 8.1.5 on RedHat 6.2

    completed installation of Oracle 8.1.5 on Redhat 6.2.
    dbassist reports that it had created a database for me.
    But I am unable to "STARTUP" the oracle instance successfully.
    I get "Load Indicator not supported by OS" message in the "alert" log.
    null

    See the solution to that in my FAQ/Miscellaneous section:
    http://homepages.tig.com.au/~jmsalvo/linux/oracle8i.html

Maybe you are looking for

  • How can I set up skype on iPad

    Is there an accessory that you can hook up to iPad in order to have video feed on the iPad to set up skype calls? And then how do you set it up?

  • IPhoto won't display thumbnails

    I performed a clean install of OS X, and when I copied over the pictures I had backed up iPhoto wouldn't display thumbnails. Old photos have no thumbnails at all, new photos will show thumbnails if I scroll around quickly, but return to blanks if I s

  • How to meet customer's demand in the query?

    There are a lot of record in DSO, for each plant the customer wants to display the latest record. e.g Plant Date       amount A1 2007/08/09 30 A1 2007/12/05 50 A1 2007/12/28 30 in the query A1 2007/12/28 30 will be displayed. PS: Remodellierung and n

  • How to get Oracle Form Parameter Value into Oracle Report

    Hi, Please guide for the following: On a form, there is one Control Block (CB1), having two TEXT ITEMS, namely From_Date & To_Date respectively. The user inputs from and to dates, for example From_Date: 01-JAN-2009 and To_Date: 31-DEC-2009 and then p

  • Binary, Bits and Hexidecimal

    I am developing code to decode handphone PDU. I need to decode the hexidecimal in the PDU into binary bits first. Then I need to take every 7 bits and form them into a character. E.g. A201 will give 1010 0010 0000 0001 so the code will have to return