Oracle 9i on RedHat 6.1

I have RedHat 6.1. Do I need to upgrade to 7.1, or can install Oracle 9i on 6.1?
Please say "yes".
null

Hi,
I am not a Linux expert. So I may be wrong.
It is not easy (may be possible) to install oracle 9i on 6.1.
Reasons
Redhat 6.1 and 6.2
ship with glibc 2.1
and oracle 8.1.6 and 8.1.7 compile with this version of glibc.
Enter Redhat 7.0 and glibc shipped with it is 2.2
So it is a pain to install Oracle 8.1.6 and 8.1.7 (or shall i say it was, coz it is easy after oracle provided the patch) on Redhat 7.0
Enter Oracle 9i which compiles with glibc 2.2
so it is not possilbe to install it (easily) on Redhat 6.1 and 6.2 as they are shipped with glibc 2.1 . Now now now there will be ways if i could install a database that compiled with 2.1 with the Linux distribution that had 2.2 then the other way round should be possible.
If you are a linux expert this should be a matter of few minutes to you
Hope i have not lost you :)
Vinayak
null

Similar Messages

  • Installation of oracle 10g on RedHat Linux EE 3

    Hi,
    I am going to Install of oracle 10g on RedHat Linux EE 3, rigth now i am running oracle 9i on windows platform. I need following things:
    -I want to export all my data from oracle 9i on windows. For this what is the best way should i transport my tablespace and install oracle 10g on linux and import them after creating db or should i simply export and import it from there.
    -Is there any issues that i should look at before i transfer my database.
    -We are a Industrial Laboratory and use scientific notation in our database. Would this import export can takecare of all the things or should i set some character set setting before import/export.
    -Any thing else if you thing that i should take care.
    Thanks & Regard
    Rashid K.K

    You cannot use transportable tablespace. Platform independent transportable tablespace run only on newer versions (10g). You have to create the tablespaces on you linux machine and than exp/imp (full=y).
    Bye, Aron

  • Installation of Oracle 9i on Redhat Linux 7.3

    Hi.
    I'm trying to install oracle 9i on Redhat Linux an facing some problems. To start with I had no problem in installing and creating the database, The listener.ora and tsnname.ora files created are similar to what i have on windows 2000( Since i was not able to make oracle working on linux, i tried installing on windows, so as to check and create database for temporary work.), But when i go to the console and type the commands: sqlplus /nolog it says bash: sqlplus:command not found.
    2. When i try clicking sqlplus executable file in the bin directory, i get a message that 'Could'nt find the program'.
    3. Where can i find the bash_profile file.
    4.I'm able to run the database configuration assistant and create new databases without any error.
    I would appreciate if some one can help me out.Also are there any special commands, for this is my first experience on linux.
    Thanks
    Pranav

    If your shell is bash (which I guess it is) you need to set the environment variables either per user in a file called ~/.bash_profile (probably /home/oracle/.bash_profile) or globally by making a file /etc/profile.d/oracle.sh
    you can list .files with ls -la
    for now you can either type /opt/oracle/product/9.2.0/bin/sqlplus or type
    export PATH=${PATH}:/opt/oracle/product/9.2.0/bin
    to add oracle to the path in your current session

  • Error while installing oracle 10g in redhat Server

    Hi experts,
    I installed Oracle 10g in RedHat Linux server. After the installation Oracle will work smoothly. After restarting the server we try to start the listener service manually but it is not starting. I configured listener.ora file using GUI interface and also set Oracle HOME and Oracle SID. But still it’s not starting.
    when Try to start the listener the following error comes.
    Tns-12537:TNS:Connection closed
    Tns-12560:TNS:PROTOCOL ADAPTER ERROR
    Tns-00507:TNS:Connection closed
    Linux error 29:illegal Seek.
    Please help me

    Thanks for the answer it was helpful and i successfully started the oracle database.
    and i am trying to import dump file to tha database by creating the new schema when i try this i used the command like
    imp userid=username/password@servicename file=C:\filename.dmp fromuser=username touser=username but i got error as no such command.pls help

  • Error While Installing ORACLE 10g in Redhat Linux 5.0

    Hi all,
    Anybody please guide me regarding the posted error.
    I'm trying to install ORACLE 10g in Redhat Linux 5.0 and finding error as "Exception in thread "main" java.lang.UnsatisfiedLinkError: /tmp/OraInstall2009-10-15_09-20-56PM/jre/1.4.2/lib/i386/libawt.so: libXp.so.6: cannot open shared object file: No such file or directory
    at java.lang.ClassLoader$NativeLibrary.load(Native Method)
    at java.lang.ClassLoader.loadLibrary0(Unknown Source)
    at java.lang.ClassLoader.loadLibrary(Unknown Source)
    at java.lang.Runtime.loadLibrary0(Unknown Source)
    at java.lang.System.loadLibrary(Unknown Source)
    at sun.security.action.LoadLibraryAction.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.awt.NativeLibLoader.loadLibraries(Unknown Source)
    at sun.awt.DebugHelper.<clinit>(Unknown Source)
    at java.awt.Component.<clinit>(Unknown Source)
    I tired a lot to sort it out but unable to resolve.So please tell me the possible ways.
    I appreciate all types of clarifications...
    Thanks in Advance
    Sajeev George

    Sajeevcmc wrote:
    Hi,
    Thanks for the reply.
    Could you please tell me the rpm full name and where i can download the same?
    Thanks in Advance
    SAJEEV GEORGEYou need to have the following packages installed already before starting Oracle installation
    http://download.oracle.com/docs/cd/B19306_01/install.102/b15669/pre_install.htm#sthref80
    binutils-2.15.92.0.2-10.EL4
    compat-db-4.1.25-9
    control-center-2.8.0-12
    gcc-3.4.3-9.EL4
    gcc-c++-3.4.3-9.EL4
    glibc-2.3.4-2
    glibc-common-2.3.4-2
    gnome-libs-1.4.1.2.90-44.1
    libstdc++-3.4.3-9.EL4
    libstdc++-devel-3.4.3-9.EL4
    make-3.80-5
    pdksh-5.2.14-30
    sysstat-5.0.5-1
    xscreensaver-4.18-5.rhel4.2
    And from the following link, you can get the same list:
    http://www.puschitz.com/InstallingOracle10g.shtml (Go to Checking Software Packages (RPMs))
    And from my installation guide you can easily install Oracle on Linux by following step by step instruction
    [Step by Step Installing Oracle Database 10g Release 2 on Linux (CentOS) and AUTOMATE the installation using Linux Shell Script|http://kamranagayev.wordpress.com/2009/05/01/step-by-step-installing-oracle-database-10g-release-2-on-linux-centos-and-automate-the-installation-using-linux-shell-script/]

  • Error in Installing Oracle 9i on redhat 7.2 -- jre was not found again!

    I'm installing Oracle 9i on redhat 7.2. The machine I'm installing it on is an AMD k-6 500 mhz pc. While attempting to install Oracle 9i
    I think I'm successful (well, maybe not) except for the fact that the oui reports the following error:
    "configuration tool oracle net configuration assistant failed. jre was not found
    in /home/ora1/jre/1.1.8/bin/../bin/i586/green_threads/jre"
    Now, I know about the i686/i586 scenario, and I have a 586 pc. I got the more common error message:
    "jre was not found in /tmp/OraInstall/jre/bin/i586/green_threads" (also for ../lib/..)
    and I set up symbolic links for that and re-ran the runInstaller. Everything I've tried so far has been unsuccessfull.
    Can anyone help? Thanks.
    BTW: What does it mean when the path has double dots (i.e. bin/../bin) in it?. That confuses me a bit.

    I had a similar problem when running jre in linux.
    Any help really appreciated.
    [root@Linux bin]# jre
    jre was not found in /usr/local/bin/../bin/i686/green_threads/jre
    [root@Linux bin]#
    [root@Linux bin]# uname -a
    Linux Linux 2.6.9-34.EL #1 Fri Feb 24 16:44:51 EST 2006 i686 i686 i386 GNU/Linux[root@Linux bin]#

  • Unable to Install Oracle 9i on redhat linux 9

    Hi everybody,
    I had been trying to install Oracle 9i on redhat linux 9 since last month and I am not able to succeed in installing the same. In fact I do not get to see even the OUI screen . I give below the steps I followed.
    1) Setting of env varibles pertinent to oracle., say ORACLE_HOME,NLS_LANG etc.
    2) PATH=$PATH:/usr/local/jdk1.3.1/bin:.
    3) export LD_ASSUME_KERNEL=2.4.1
    I have a set of 3 CD's for installation. As soon as I load the first CD. the runInstaller would run for sometime and stop, while I do the installation in the graphic mode.
    When I try to install the same in the command line mode, I get to see something like the one below
    Initializing java jre from /tmp/OraInstall0/... please wait.. and then it would come back to the command prompt.
    I then invoke ps -ef | grep -i oracle to check if some process is running and I do get to see something. But ultimately nothing happens.
    Please help me with this.

    At Oracle Site we have a very good manual for 9i installation. Follow the manual step-by-step.
    Your problem seems as a java or permissions issue.
    good luck
    Eduardo

  • Error in Installing Oracle 9i on RedHat LINUX 8.0

    When I am trying to install Oracle 9i on RedHat LINUX 8.0 I am getting the Error message " CANNOT COPY INTO THE FILE aurora.zip". I just ignored this and i continued the Installation. But after some time (During installation in LINKING part) i am getting the error message ERROR IN INVOKING TARGET ctx_on OF MAKEFILE /u01/app/oracle/product/9.2.0/rdbms/lib/ins_rdbms.mk
    What shall i do for this?

    are u sure that u can load Oracle 9i on Linux 8.0? i am aware that the three Linux distributions certified for Oracle 10g are:
    Red Hat Enterprise Linux 2.1
    Red Hat Enterprise Linux 3
    Novell SUSE Linux Enterprise Server 8

  • Installing oracle 817 on redhat 7.1

    Could someone please help me? I'm trying to install oracle 817
    on redhat 7.1 i did all the prework and also installed java
    sdk1.3.1, and set my path also.
    when I try to run the ./runInstaller or even the
    install/linux/runInstaller, i get this error, Java runtime
    environment not found e/bin/jre.............
    the e at e/bin/jre had a little mark on top of it, i have no
    idea what that means. I diged through some documentation and
    the only reference that i found saids something about long file
    name. Has anyone else came across this and what would be the
    fix to this?
    Thank you.
    Will

    Hello.
    You dont need any java to install 8.1.7 in RedHat 7.1
    Just make a full installation of RedHat and for running the
    runInstaller export LD_ASSUME_KERNEL=2.2.5 before
    I dont know if this are in the RelaseNotes of Disk1 of RedHat 7.0
    or 7.1
    FS

  • Oracle 8i and Oracle 9i On Redhat 7.1

    I have installed oracle 9i on SuSe 7.1 and Mandrake 8.0 successfully!!But when I want to install Oracle 8i and Oracle 9i on Redhat 7.1,it goes wrong! All installtion was successful.The last step is Link Pending and errors come~~~~:"Error in invoking target toolsinstall of make file /soft/oracle/product/9.0.1.0.0/ldap/lib/ins_ldap.mk".
    See the graphic:http://211.100.12.66/oracle.htm

    Go to www.oracle.com.
    click on downloads in the upper right.
    Select 8i Enterprise edition in the select product box.
    select 8.1.7 for linux.
    You should see the glibc patch on this page.
    you will need a userid and password to the oracle technology network, but these are free if you do not have one.
    Thanks
    Don

  • Error in Installing Oracle 9i on Redhat 7.2

    I'm installing Oracle 9i on redhat 7.2. The machine I'm installing it on is an AMD k-6 500 mhz pc. While attempting to install Oracle 9i I'm successful (well, I think maybe not) except for the fact that the oui reports the following error:
    "configuration tool oracle net configuration assistant failed. jre was not found in /home/ora1/jre/1.1.8/bin/../bin/i586/green_threads/jre"
    Now, I know about the i686/i586 scenario, and I have a 586 pc. I got the more common error message "jre was not found in /tmp/OraInstall/jre/bin/i586/green_threads" (also for ../lib/..) and I set up symbolic links for that and re-ran the runInstaller.
    But I need help on the first error message. Can anyone offer advise? When I start sqlplus, startup fails with the error: "ORA-03113: end-of-file on communiation channel" I think that this may be related. I'd appreciate any help/advice. Thanks.

    From the SuSE Oracle support site.
    Installation problem on non-i686 architectures: There is a problem running the Oracle installer on any system where the arch command returns anything else but "i686". This is not a problem with the processor itself, just with the name, because Oracle uses this name as directory names for the Java Runtime Environment used to run the Oracle tools.
    To workaround this problem do this: Start the installer and wait for the error, which will be something like "jre not found".
    Background info: What happens is that the Oracle script that starts the installer copies the JRE from ./stage/Components/oracle.swd.jre/1.1.8.0.0/1/DataFiles/Expanded/linux/ to /tmp/OraInstall/jre, and then attempts to start the Java Oracle Universal Installer, using the JRE in /tmp/OraInstall/jre/(bin|lib)/`arch`/, which fails if the architecture is not "i686" - not for any valid reason but simply because to assume all Intel and compatible processors are called "i686" is not a good idea!
    After getting the error the installer aborted, and you execute the commands below (no need to switch to root) and afterwards just restart the runInstaller, which this time will work:
    # create symlinks so that the installer finds the JRE
    cd /tmp/OraInstall/jre/bin/
    ln -s i686 i586
    cd ../lib/
    ln -s i686 i586

  • Will Oracle 9i support RedHat 7.2 Linux  on Alpha (DEC) ?

    Will Oracle 9i support RedHat 7.2 Linux on Alpha (DEC)?
    And if they will support it - when will that happend?
    Kato Indrevoll
    [email protected]

    Oracle/Linux is available for Intel Plattform only. There are no known plans to support other architectures with linux.
    Regards

  • Installation oracle 9i under Redhat 4

    hi everybody,
    I'm trying to install oracle 9i under Redhat ES4, and I have this error message,
    thanks for your help,
    regards
    [root@localhost ~]# more /home/oracle/oraInventory/logs/oraInstall2008-12-23_07-
    19-22PM.err
    java.lang.UnsatisfiedLinkError: /tmp/OraInstall2008-12-23_07-19-22PM/libactionUn
    ix22.so: /tmp/OraInstall2008-12-23_07-19-22PM/libactionUnix22.so: symbol errno,
    version GLIBC_2.0 not defined in file libc.so.6 with link time reference
    at java.lang.ClassLoader$NativeLibrary.load(Native Method)
    at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1419)
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1314)
    at java.lang.Runtime.load0(Runtime.java:698)
    at java.lang.System.load(System.java:797)
    at ssOiGenClassux22.<clinit>(ssOiGenClassux22.java:25)
    at sscreateLinkux.createLink(sscreateLinkux.java:255)
    at sscreateLinkux.installAction(sscreateLinkux.java:83)
    at oracle.sysman.oii.oiis.OiisCompActions.doActionWithException(OiisComp
    Actions.java:1357)
    at oracle.sysman.oii.oiis.OiisCompActions.doActionImpl(OiisCompActions.j
    ava:1157)
    at oracle.sysman.oii.oiis.OiisCompActions.doAction(OiisCompActions.java:
    604)
    at CompActions.doActionP1createLink3(CompActions.java:310)
    at CompActions.stateChangeActions(CompActions.java:106)
    at oracle.sysman.oii.oiic.OiicInstallActionsPhase$OiilActionThr.run(Oiic
    InstallActionsPhase.java:604)
    at oracle.sysman.oii.oiic.OiicInstallActionsPhase.executeProductPhases(O
    iicInstallActionsPhase.java:2199)
    at oracle.sysman.oii.oiic.OiicInstallActionsPhase.doInstalls(OiicInstall
    ActionsPhase.java:2052)
    at oracle.sysman.oii.oiic.OiicInstallActionsPhase$OiInstRun.run(OiicInst
    allActionsPhase.java:2945)
    at java.lang.Thread.run(Thread.java:484)

    I'm more than a bit confused why anyone would be installing, 10 years after its release, a now desupported version of the product. It seems from what you posted that you are installing on an operating system version that did not exist when 9i (whatever that means - 9.0.3 or 9.2.0.5 are version numbers) was released.
    I would suggest installing 10.2.0.1 on Redhat 4, 11.1.0.6 on version 5, finding an ancient version of the O/S if you want 9.x or playing games with the install to see if you can trick it into thinking you have compatibility which is generally speaking a bad idea.

  • Urgent help oracle 9i on redhat el3 AS

    ive tried to install oracle 9i on redhat el3 AS all the kernel parameters has been changed as given in
    http://www.oracle-base.com/articles/9i/Oracle9iInstallationOnRedHatAS3.php
    and i set the my enironment variable in oracle.bash_profile as
    # .bash_profile
    # Get the aliases and functions
    if [ -f ~/.bashrc ]; then
    . ~/.bashrc
    fi
    # User specific environment and startup programs
    ORACLE_BASE=/u01/app/oracle; export ORACLE_BASE
    ORACLE_HOME=$ORACLE_BASE/product/9.2.0.1.0; export ORACLE_HOME
    ORACLE_TERM=xterm; export ORACLE_TERM
    PATH=$ORACLE_HOME/bin:$PATH; export PATH
    ORACLE_OWNER=oracle; export ORACLE_OWNER
    ORACLE_SID=TSH1; export ORACLE_SID
    LD_LIBRARY_PATH=$ORACLE_HOME/lib; export LD_LIBRARY_PATH
    CLASSPATH=$ORACLE_HOME/JRE:$ORACLE_HOME/jlib:$ORACLE_HOME/rdbms/jlib
    CLASSPATH=$CLASSPATH:$ORACLE_HOME/network/jlib; export CLASSPATH
    LD_ASSUME_KERNEL=2.4.1; export LD_ASSUME_KERNEL
    TMP=/tmp; export TMP
    TMPDIR=$TMP; export TMPDIR
    touch /var/run/console/oracle
    chmod 600 /var/run/console/oracle
    xhost+172.xx.xx.xx:0.0
    PATH=$PATH:$HOME/bin
    export PATH
    unset USERNAME
    after checking with set | more i had result
    ~
    [oracle@solar oracle]$ vi .bash_profile
    [oracle@solar oracle]$ se | more
    bash: se: command not found
    [oracle@solar oracle]$ set | more
    BASH=/bin/bash
    BASH_ENV=/root/.bashrc
    BASH_VERSINFO=([0]="2" [1]="05b" [2]="0" [3]="1" [4]="release" [5]="i386-redhat-linux-gnu")
    BASH_VERSION='2.05b.0(1)-release'
    COLORS=/etc/DIR_COLORS.xterm
    COLORTERM=gnome-terminal
    COLUMNS=80
    DIRSTACK=()
    DISPALY=172.17.0.153
    DISPLAY=:0.0
    EUID=502
    GDMSESSION=Default
    GNOME_DESKTOP_SESSION_ID=Default
    GROUPS=()
    GTK_RC_FILES=/etc/gtk/gtkrc:/root/.gtkrc-1.2-gnome2
    G_BROKEN_FILENAMES=1
    HISTFILE=/home/oracle/.bash_history
    HISTFILESIZE=1000
    HISTSIZE=1000
    HOME=/home/oracle
    HOSTNAME=solar
    HOSTTYPE=i386
    IFS=$' \t\n'
    INPUTRC=/etc/inputrc
    LANG=en_US.UTF-8
    LANGVAR=en_US.UTF-8
    LESSOPEN='|/usr/bin/lesspipe.sh %s'
    LINES=32
    LOGNAME=oracle
    LS_COLORS='no=00:fi=00:di=00;34:ln=00;36:pi=40;33:so=00;35:bd=40;33;01:cd=40;33;01:or=01;05;37;41:mi=01;05;37;41:ex=00;32:*.cmd=00;32:*.exe=00;32:*.com=00;32:*.btm=00;32:*.bat=00;32:*.sh=00;32:*.csh=00;32:*.tar=00;31:*.tgz=00;31:*.arj=00;31:*.taz=00;31:*.lzh=00;31:*.zip=00;31:*.z=00;31:*.Z=00;31:*.gz=00;31:*.bz2=00;31:*.bz=00;31:*.tz=00;31:*.rpm=00;31:*.cpio=00;31:*.jpg=00;35:*.gif=00;35:*.bmp=00;35:*.xbm=00;35:*.xpm=00;35:*.png=00;35:*.tif=00;35:'
    MACHTYPE=i386-redhat-linux-gnu
    MAIL=/var/spool/mail/root
    MAILCHECK=60
    OLDPWD=/
    OPTERR=1
    OPTIND=1
    OSTYPE=linux-gnu
    PATH=/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/root/bin
    PIPESTATUS=([0]="0")
    PPID=4670
    PROMPT_COMMAND='echo -ne "\033]0;${USER}@${HOSTNAME%%.*}:${PWD/#$HOME/~}\007"'
    PS1='[\u@\h \W]\$ '
    PS2='> '
    PS4='+ '
    PWD=/home/oracle
    QTDIR=/usr/lib/qt-3.1
    SESSION_MANAGER=local/solar:/tmp/.ICE-unix/3990
    SHELL=/bin/bash
    SHELLOPTS=braceexpand:emacs:hashall:histexpand:history:interactive-comments:monitor
    SHLVL=3
    SSH_AGENT_PID=4056
    SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass
    SSH_AUTH_SOCK=/tmp/ssh-TDmv3990/agent.3990
    SUPPORTED=en_US.UTF-8:en_US:en
    TERM=xterm
    UID=502
    USER=oracle
    USERNAME=root
    WINDOWID=29391105
    XAUTHORITY=/root/.Xauthority
    XMODIFIERS=@im=none
    _=
    i=/etc/profile.d/which-2.sh
    when i try to install the following error
    [oracle@solar Disk1]$ Initializing Java Virtual Machine from /tmp/OraInstall2005-05-03_11-23-56PM/jre/bin/java. Please wait...
    Xlib: connection to ":0.0" refused by server
    Xlib: No protocol specified
    Exception in thread "main" java.lang.InternalError: Can't connect to X11 window server using ':0.0' as the value of the DISPLAY variable.
    at sun.awt.X11GraphicsEnvironment.initDisplay(Native Method)
    at sun.awt.X11GraphicsEnvironment.<clinit>(X11GraphicsEnvironment.java:59)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:120)
    at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvironment.java:58)
    at java.awt.Window.<init>(Window.java:188)
    at java.awt.Frame.<init>(Frame.java:315)
    at java.awt.Frame.<init>(Frame.java:262)
    at oracle.sysman.oii.oiic.OiicInstaller.main(OiicInstaller.java:593)

    Run the "xhost +" command as root before you run the installer.

  • Oracle Client on win2000 & Oracle Server on redhat 7.2

    I've installed Oracle Client 9.2 on a win2000 machine. I want to connect to a Database on a Oracle Server, which is installed on a redhat 7.2 machine.
    I can successly do everything about oracle on the redhat 7.2 server itself,but i can't connect the redhat 7.2 oracle server by oms,while i can connect the redhat 7.2 oracle server by standalone,the error hint as fallowing:
    java.lang.NullPointerException error
    why?
    Please help....thanx....
    null

    Oracle software is multi home aware - which means you can install 10 different Oracle products and versions, each in its own unique Oracle Home directory, and switch between and run all 10 different products - even at the same time (assuming sufficient resources on the platform).
    You cannot "+consolidate+" different Oracle Homes - it is an unwise thing to do. The Oracle Universal Installer (OUI) has the means to determine when installing a new product, whether or not you have the option to install into an existing Oracle Home.
    And with OUI you also have the means to uninstall products in which case you can remove the corresponding Oracle Home from your platform.
    Note though that despite multiple homes, certain configuration files will be shared (e.g. +/etc/oratab+ on Unix systems). In such a case you may need to manually update such a configuration file after removing an Oracle Home from your system.
    Oracle XE sports its own installer (setup.exe on Windows) - so it does not use OUI. But it is multi-home aware - and can co-exists with other Oracle products in their specific Oracle Homes.

  • Oracle 8i on Redhat 7

    I heard that there are some problems running Oracle 8i on Redhat 7 ... can find anything on this site. Comments ?
    Thanks

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by [email protected]:
    I heard that there are some problems running Oracle 8i on Redhat 7 ... can find anything on this site. Comments ?
    Thanks<HR></BLOCKQUOTE>
    That's an understatement! I tried installing 8.1.7 on RedHat 7.0 without success. I got to the point where the starter database was being created, and it failed with the error message "End of file on communication channel". The same thing happened when I tried it a second time. I then tried installing 8.1.6 on the same machine (after cleaning out the remants of 8.1.7) and it hung on the database creation section, but returned no error message.
    I then re-installed RH 6.2 on the same machine, and was able to successfully install 8.1.6. I'd like to install 8.1.7 on Linux to experiment with it's new features before upgrading our Solaris installation, but I think I'll wait a while.
    null

Maybe you are looking for

  • IMessage on MacBook Pro - how to use mobile number?

    So I upgraded to 10.8.2 on ML and IOS 6 on other devices. I notice on the iPhone that my iMessages can be received by default only to the mobile number. I previously turned iMessage off because frankly it was a complete PITA and more trouble than it

  • Insert animated gif or flash files (.swf) in Form?

    How can i insert animated gif or flash files (.swf) or another type of animated files in Form?

  • Sorting out multiple iPhoto libraries

    Hello This is my first time posting on apple support.... I've looked through many discussions and can't find the full answer to my questions so am posting a new question (apologies, if I am duplicating something I missed).  Ok, so we (Husband and I)

  • Bridge CS3 slowdown, upgrade to 5 or 6 on Mac?

    My OSX is 10.8.4 and I use PSE10 for mac with Bridge CS3. Recently, I have observed a major slowdown in bridge and some annoying interactions with PSE10. I have about 17,000 jpegs (of insects) organized in hierarchical folders, i.e., taxonomically. I

  • Kernel update (3.9.5-1) causes graphics issues, X11 "no screens found"

    Earlier I updated my system with pacman -Syu. Everything went smoothly. I rebooted and immediately noticed something was wrong with the console framebuffer - printing and scrolling are very, very slow and jerky, an error flashed by after fsck too qui