Oracle on Caldera

Hi:
For anyone interested, listed below is a README and an install
script for installing oracle on Caldera OpenLinux 2.3. The only
problems I ran into were not having enough disk space or RAM and
swap space. As long as these are large enough (see the README),
the install seems to go pretty smoothly. Note: there might be
some typos in the stuff below, I just typed it in...
Ann
README:
1. Have OpenLinux 2.3 installed
2. Ensure that you have swap space at least twice as large as
your memory.
3. Install the 1.1.7 v3 JRE in /opt/jre1.1.7_v3 (the jre can be
downloaded from www.blackdown.org).
4. As root, run the orInstall.sh script (listed below).
5. Log out and log back in as user 'oracle'.
6. Place the Oracle cdrom in the cdrom drive (or have the Oracle
tar file extracted somewhere on your hard disk).
7. Chage to the cdrom drive: cd /auto/cdrom (or cd to the
directory where you extracted the Oracle install)
8. Run the runInstaller script.
9. Choose Custom Installation (Typical and Minimum do not work)
10. Go ahead and click "Next" on the Oracle Protocol Support
window although nothing appears in it.
11. When the installer asks you to run root.sh, change the
permissions on root.sh first by changing to the directory where
root.sh is and entering hte command "chmod 755 root.sh".
12. Ignore the warning about the National Character sets.
13. Select to "Create new database files"
14. Ignore the alert about being unable to open
"/u01/app/oracle/product/8.1.5/rdbms/admin/dbmssml.sql"
15. Wait a long time for the database to be created (it took 3
hours on my system).
16. Set the ORACLE_SID environment variable to the SID you chose
during the installation. Make sure you put this into your oracle
user .profile so it will be set the next time you log in.
17. Now you can start the server manager by running
$ORACLE_HOME/bin/svrmgrl and you can login as INTERNAL.
Notes:
orInstall.sh script:
# orInstall.sh
# shell script for setting up oracle environment on OpenLinux 2.3
# Created 10/6/99
# Ann C. Davis
# Caldera Systems
# [email protected]
# Variables
ORACLE_USER=oracle
ORACLE_GROUP=dba
INSTALL_GROUP=osinstall
ORACLE_DIR=/u01
DB_DIR=/u02
ORGRP_ID=800
INSTGRP_ID=801
HOMEDIR=/home/$ORACLE_USER
USERSHELL=/bin/bash
ORACLE_HOME=$ORACLE_DIR/app/oracle/product/8.1.5
ORACLE_BASE=$ORACLE_DIR/app/oracle
# Create links
echo "Creating link to jre..."
if [ -d /opt/jre117_v3 ]; then ln -s /opt/jre117_v3
/usr/local/jre
else
echo "JRE is not installed in /opt/jre117_v3."
exit 1
fi
echo "Link created"
ln /usr/bin/gawk /bin/awk
# Create Oracle and Oracle database directories
echo "Creating directories..."
mkdir ${ORACLE_DIR}
mkdir ${DB_DIR}
echo "Directories created."
# Create new groups "dba" and "osinstall"
echo "Adding groups..."
groupadd -g ${ORGRP_ID} ${ORACLE_GROUP}
groupadd -g ${INSTGRP_ID} ${INSTALL_GROUP}
echo "Groups added."
# Create new user "oracle"
echo "Creating user 'oracle'..."
useradd -m -g ${ORGRP_ID} -c "Oracle User" -d ${HOMEDIR} -s
${USERSHELL} ${ORACLE_USER}
passwd ${ORACLE_USER}
echo "User 'oracle' created."
# Set directory ownership correctly
echo "Setting directory ownership..."
chown -R ${ORACLE_USER}.${ORACLE_GROUP} ${ORACLE_DIR}
chown -R ${ORACLE_USER}.${ORACLE_GROUP} ${DB_DIR}
echo "Directory ownership set."
# Modify the Oracle user .profile
echo "Modifying .profile..."
echo "DISPLAY=$HOSTNAME:0.0; export DISPLAY" >>
${HOMEDIR}/.profile
echo "ORACLE_HOME=${ORACLE_HOME}; export ORACLE_HOME" >>
${HOMEDIR}/.profile
echo "ORACLE_BASE=${ORACLE_BASE}; export ORACLE_BASE" >>
${HOMEDIR}/.profile
echo "LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${ORACLE_HOME}/lib;
export LD_LIBRARY_PATH" >> ${HOMEDIR}/.profile
echo ".profile modified."
umask 022
echo "Shell script complete. Please log in as user 'oracle'"
echo "then run the Oracle runInstaller script."
null

Hi,
I want to know the same thing even thought i'm sure the answer will be something like a stub library (like the patch for 8.1.7). My comment here is to push a little bit the staff at OTN, because SUSE is turning to IBM anyway, and for those who have critical business, Caldera is a very good choice (I install on a Compaq ML570 without any third party drivers, even the SmartArray works well). Anyway, you can forget my comment on Cladera, but you can't ignore that every distro. has a different version of glibc, and th point here is to run 9i and test 9i and finnaly the point where you win a lot : We recommend 9i to our clients.
Thank you and i'll wait for an answer.

Similar Messages

  • Oracle 8.1.7 in Caldera Open Unix 8 with lkp

    Hello:
    Anyone had installed Oracle 8.1.7 in Caldera Open Unix 8 with LKP (Linux Kernel Personality)?
    I've installed the software but I can't create a new database. I think there may be an operating system problem because I can't even get the startup nomount comand.
    Any help would be great.
    Thanks,
    Pablo Gomez Aguilera
    Twins Informatica

    I've install 8.1.7, 9.0.1 and 9.2 on Caldera Open Unix 8 and UnixWare 7.1.3 with LKP without any trouble.
    Check installation steps at http://www.sco.com/products/openunix/lkp/lkp_doc/LKP_oracle.html.
    Regards, Vladimir.

  • Unable to install Oracle 8.0.5 on Caldera Linux 1.3

    Hello,
    I am getting problem when i run ./orainst from
    /mount_point/orainst - its giving error'
    ''sh - ./orainst.cm no such file or directory''.
    I have done proper user and group creation, environment
    settings, permissins,path settings etc..
    I have never seen this problem in Solaris or Aix.
    please help me
    null

    the file libnsl.so is in the glibc-2 area, check out your
    linux/gcc documentation for using an alternative libc
    i had the same thing on suse5.3, and had to edit the make files
    to add in the path to the glibc2 libraries
    ray
    Bill Derosier (guest) wrote:
    : sroy (guest) wrote:
    : : Hello,
    : : I am getting problem when i run ./orainst from
    : : /mount_point/orainst - its giving error'
    : : ''sh - ./orainst.cm no such file or directory''.
    : : I have done proper user and group creation, environment
    : : settings, permissins,path settings etc..
    : : I have never seen this problem in Solaris or Aix.
    : : please help me
    : I contacted Caldera support. There is a package on the
    : installation CDROM. You need to install this package using
    : rpm -i . The package is the glibc-2.0.6-1 package. I installed
    : the package an could run orainst ok. NOW I am getting link
    errors
    : i.e. -lnsl errors.
    : ERROR: /usr/i386-linux/bin/ld : cannot open -lnsl : no such
    file
    : etc etc.
    : If you have this problem let me know. I need a fix.
    : PS: the package is under the col/contrib dir on the CDROM.
    : [email protected]
    null

  • Installing Problem: Oracle 8.0.5.1 on Redhat 6.0

    Hello All,
    I'm an oracle and LINUX Newbi.
    I have been trying to install Oracle 8.0.5.1 on Redhat 6.0
    and when I try to run any of the executable the application
    core dumps.
    I have tried all the fixes in the newsgroup..
    ie,manually copying $ORACLE_HOME\bin files, compat fix from
    redhat ...etc.. and have NOT made any progress!!
    Can somebody please writeup a "detailed HOWTO" to do
    a clean installation for Redhat 6.0??
    I'm almost on the verge of switching over to NT because
    of the problems..
    Any help will be greatly appreciated,
    regards,
    abhi
    null

    have set up Oracle using the patch putup by Oracle
    Everyting dseems to be working ok...
    Thanks All for help
    -abhi
    Kumar Srinivas (guest) wrote:
    : The problem is with EGCS and its libraries!
    : If possible, load Redhat 5.2 and install ORACLE -
    : it installs flawlessly.
    : Funnily, you can then run ORACLE on 6.0 without any
    : problems!
    : I am running it on Caldera 2.2 with ORACLE 8.0.5
    : (installed from Redhat 5.2 partition and mounted on the
    : new kernel)
    : Good luck.
    : Vittorio Turchetti (guest) wrote:
    : : Please see the reply by Alan Mullet to a similar question.
    : : There is a known problem with RedHat 6.0 new libraries.
    : : Best regards,
    : : Vittorio
    : : P.S. Please do not say "NT" again!
    : : Abhijit Arunachalam (guest) wrote:
    : : : Hello All,
    : : : I'm an oracle and LINUX Newbi.
    : : : I have been trying to install Oracle 8.0.5.1 on Redhat 6.0
    : : : and when I try to run any of the executable the
    application
    : : : core dumps.
    : : : I have tried all the fixes in the newsgroup..
    : : : ie,manually copying $ORACLE_HOME\bin files, compat fix from
    : : : redhat ...etc.. and have NOT made any progress!!
    : : : Can somebody please writeup a "detailed HOWTO" to do
    : : : a clean installation for Redhat 6.0??
    : : : I'm almost on the verge of switching over to NT because
    : : : of the problems..
    : : : Any help will be greatly appreciated,
    : : : regards,
    : : : abhi
    null

  • Installation of Oracle 8.1.5 on Linux Red Hat 5.2

    I successfully downloaded Oracle Entreprise Server i8.1.5 (260
    Mb).
    But I did not succeed to install it. I've go a problem with the
    script runInstaller. When I run it, nothing happens. When I try
    to run the run time itself, it cores.
    At least, it must run the OUI.
    So I checked my hardware configuration : Aptiva IBM Pentium II
    45O Mhz, RAM 128 Mb, HDD 13Gb splitted in 2 parts ( 6.5 Gb for
    Linux and 6.5 for Windows).
    I also checked the requierement for the environnement.(Variables
    display, home directories, and the mandatory accounts for Oracle
    and the parameters of the kernel). It looks correct.
    What can I do now ? Is it a bug of this version ?
    Why the OUI does not start ?
    Thanks to advise.
    Franck Kelfa
    null

    Kevin OGorman (guest) wrote:
    : Franck Kelfa (guest) wrote:
    : : I successfully downloaded Oracle Entreprise Server i8.1.5
    (260
    : : Mb).
    : : But I did not succeed to install it. I've go a problem with
    the
    : : script runInstaller. When I run it, nothing happens. When I
    try
    : : to run the run time itself, it cores.
    : : At least, it must run the OUI.
    : : So I checked my hardware configuration : Aptiva IBM Pentium
    II
    : : 45O Mhz, RAM 128 Mb, HDD 13Gb splitted in 2 parts ( 6.5 Gb
    for
    : : Linux and 6.5 for Windows).
    : : I also checked the requierement for the
    : environnement.(Variables
    : : display, home directories, and the mandatory accounts for
    : Oracle
    : : and the parameters of the kernel). It looks correct.
    : : What can I do now ? Is it a bug of this version ?
    : : Why the OUI does not start ?
    : : Thanks to advise.
    : : Franck Kelfa
    : I'm having essentially the same results with RH 6.0. And I was
    : having the same thing in Caldera. I'm thinking this is
    something
    : stupid we're doing wrong. When you find out what fixes your
    : problem, let's agree to share.
    : I'm really frustrated...
    Kevin,
    Don't forget you need the Jave Runtime Environnement JRE 1.1.6
    r5.
    But Today, I 've updated my kernel with Red Hat 6.0 (Kernel
    2.2.x] including glibc 2.1 .
    Now , runInstaller does something and goes forward trying to run
    the jre. But I have the following message:
    Initializing Java Virtual Machine from /usr/local/jre/bin/jre.
    Please wait...
    /usr/local/jre/bin/../bin/checkVersions: /tmp/ldd.out.1131:
    Permission non accord     e
    SIGSEGV 11* segmentation violation
    stackbase=(nil), stackpointer=(nil)
    Full thread dump:
    NULL (TID:0x406a40b0, sys_thread_t:0x81a53d0, state:R)
    prio=5[oracle@saturne
    wing message:
    null

  • Installation of Oracle 8.1.5 on Sun 2.8 Intel

    HI!!!
    Can anybody help me installing Oracle version 8.1.5 on Sun 2.8 for Intel. Everytime whenever I insert the BONUS CD that comes with original software, the system does'nt mount.
    Can anyone provide me some solutions..

    Kevin OGorman (guest) wrote:
    : Franck Kelfa (guest) wrote:
    : : I successfully downloaded Oracle Entreprise Server i8.1.5
    (260
    : : Mb).
    : : But I did not succeed to install it. I've go a problem with
    the
    : : script runInstaller. When I run it, nothing happens. When I
    try
    : : to run the run time itself, it cores.
    : : At least, it must run the OUI.
    : : So I checked my hardware configuration : Aptiva IBM Pentium
    II
    : : 45O Mhz, RAM 128 Mb, HDD 13Gb splitted in 2 parts ( 6.5 Gb
    for
    : : Linux and 6.5 for Windows).
    : : I also checked the requierement for the
    : environnement.(Variables
    : : display, home directories, and the mandatory accounts for
    : Oracle
    : : and the parameters of the kernel). It looks correct.
    : : What can I do now ? Is it a bug of this version ?
    : : Why the OUI does not start ?
    : : Thanks to advise.
    : : Franck Kelfa
    : I'm having essentially the same results with RH 6.0. And I was
    : having the same thing in Caldera. I'm thinking this is
    something
    : stupid we're doing wrong. When you find out what fixes your
    : problem, let's agree to share.
    : I'm really frustrated...
    Kevin,
    Don't forget you need the Jave Runtime Environnement JRE 1.1.6
    r5.
    But Today, I 've updated my kernel with Red Hat 6.0 (Kernel
    2.2.x] including glibc 2.1 .
    Now , runInstaller does something and goes forward trying to run
    the jre. But I have the following message:
    Initializing Java Virtual Machine from /usr/local/jre/bin/jre.
    Please wait...
    /usr/local/jre/bin/../bin/checkVersions: /tmp/ldd.out.1131:
    Permission non accord     e
    SIGSEGV 11* segmentation violation
    stackbase=(nil), stackpointer=(nil)
    Full thread dump:
    NULL (TID:0x406a40b0, sys_thread_t:0x81a53d0, state:R)
    prio=5[oracle@saturne
    wing message:
    null

  • Can't install 8.1.5 on Caldera or RH

    I must be doing something exceedinly stupid. I can't get
    OUI to start on either Caldera OpenLinux 2.2 or RH 6.0.
    Both are vanilla Linux installs, just for the purpose of
    getting Oracle up.
    Caldera: right after saying it's initializing JVM with
    /usr/local/jre/bin/jre, the process terminates and I get
    another prompt. There are no other messages. Strace
    indicates there's a Seg fault just before the end.
    RedHat: I get the same message, but things keep going.
    There's a window that gets built, but it disappears before
    I can read anything in it. Then it just runs, using all
    CPU between JRE and X, for hours.
    I'm on a Pentium-III 550Mhz, with a 3dfx Voodoo3 2000 card.
    I've got Linux in a 2GB partition, the Oracle installation
    files in another 2GB partition, and four empty 2GB partitions
    waiting for the install. RAM is 256MB. I don't think there's
    a resource problem.
    I think I have ORACLE_BASE and ORACLE_HOME set properly. At
    least in RH, the JRE runs, and strace indicates lots of
    Oracle files get processed in /tmp, but when I look there's
    nothing there, so that may have been ephemeral.
    I did not set NLS_LANG.
    null

    Based on a suggestion from Mladen, I got this working by
    changing from jre 1.1.5 to the latest 1.1.7: v3. Suddenly
    the install proceeds.
    The Oracle Database Configuration Assistant fails during
    loading, but the installer characterizes it as "not required".
    For me, this is great progress.
    This works in RedHat, but sadly the Caldera system still fails.
    -- Kevin
    Kevin O'Gorman (guest) wrote:
    : I must be doing something exceedinly stupid. I can't get
    : OUI to start on either Caldera OpenLinux 2.2 or RH 6.0.
    : Both are vanilla Linux installs, just for the purpose of
    : getting Oracle up.
    : Caldera: right after saying it's initializing JVM with
    : /usr/local/jre/bin/jre, the process terminates and I get
    : another prompt. There are no other messages. Strace
    : indicates there's a Seg fault just before the end.
    : RedHat: I get the same message, but things keep going.
    : There's a window that gets built, but it disappears before
    : I can read anything in it. Then it just runs, using all
    : CPU between JRE and X, for hours.
    : I'm on a Pentium-III 550Mhz, with a 3dfx Voodoo3 2000 card.
    : I've got Linux in a 2GB partition, the Oracle installation
    : files in another 2GB partition, and four empty 2GB partitions
    : waiting for the install. RAM is 256MB. I don't think there's
    : a resource problem.
    : I think I have ORACLE_BASE and ORACLE_HOME set properly. At
    : least in RH, the JRE runs, and strace indicates lots of
    : Oracle files get processed in /tmp, but when I look there's
    : nothing there, so that may have been ephemeral.
    : I did not set NLS_LANG.
    null

  • ORACLE 8.0.5 Patches on Red Hat 8.2.1

    After installing Oracle 8.0.5 on Red Hat Linux 6.1, do we need to run any patches..?
    (I have downloaded the ORACLE8 from Technet).
    If yes.. where do I get them..?
    null

    I would not blame ORACLE - I think the problem is
    with the EGCS and the libraries.
    I have emails from the linux.devel on these.
    For e.g. a simple program such as
    #include "stdio.h"
    FILE *fp = stderr;
    main() {
    gives error on Redhat 6.0, Caldera 2.2!
    It works on Solaris, IRIX, AIX, Redhat 5.2 and
    even with Visual C++ 6!
    I have had other programs such as pdksh (ksh) also
    dumping on Redhat 6.0 and Caldera 2.2
    (even after I compile everything from source!).
    I have also had nothing but trouble with other databases
    on 6.0. I think new kernels should go through a lot more
    testing before being released like this.
    I am also debating whether to move back to Redhat 5.2!
    Freddy Wissing (guest) wrote:
    : Oracle Development Team wrote:
    : : Oracle 8.0.5.x is certified on GLIBC 2.1 system and a patch
    : : is available for this.
    : : The patch available for download contains two files -
    : : README including instructions for applying the patch and
    : : the patch file glibcpatch.tgz (compressed tar). Follow the
    : : instructions provided in the README to apply this patch.
    : : This patch is available for both 8.0.5 Standard and
    Enterprise
    : : Editions of Oracle.
    : : Get Technical!
    : : http://technet.oracle.com
    : I agree with the others. Referring back to an older library
    : merely for compatibility's sake is different from forward
    : motion. I 've been having nuttin' but trouble with the compat
    : stuff, and now my pro-c stuff won't work at all. (separate
    post)
    : There needs to be REAL glibc-2.1 linking. I hesitate to run
    : anything important (no less mission critical) on top of these
    : compat packages, and it's truly making me rethink my strategy
    of
    : using RedHat/Oracle unless I revert back to RedHat 5.2, which I
    : liked.
    : If you are already publishing a real fix for this, please
    : disregard. Otherwise, please do us this favor. There's a
    : tremendous RedHat 6.0 population out there.
    : Freddy Wissing
    null

  • Oracle 8.0.5 certified on GLIBC 2.1 system (e.g., RH 6.0)

    Oracle 8.0.5.x is certified on GLIBC 2.1 system and a patch
    is available for this.
    The patch available for download contains two files -
    README including instructions for applying the patch and
    the patch file glibcpatch.tgz (compressed tar). Follow the
    instructions provided in the README to apply this patch.
    This patch is available for both 8.0.5 Standard and Enterprise
    Editions of Oracle.
    Get Technical!
    http://technet.oracle.com
    null

    I would not blame ORACLE - I think the problem is
    with the EGCS and the libraries.
    I have emails from the linux.devel on these.
    For e.g. a simple program such as
    #include "stdio.h"
    FILE *fp = stderr;
    main() {
    gives error on Redhat 6.0, Caldera 2.2!
    It works on Solaris, IRIX, AIX, Redhat 5.2 and
    even with Visual C++ 6!
    I have had other programs such as pdksh (ksh) also
    dumping on Redhat 6.0 and Caldera 2.2
    (even after I compile everything from source!).
    I have also had nothing but trouble with other databases
    on 6.0. I think new kernels should go through a lot more
    testing before being released like this.
    I am also debating whether to move back to Redhat 5.2!
    Freddy Wissing (guest) wrote:
    : Oracle Development Team wrote:
    : : Oracle 8.0.5.x is certified on GLIBC 2.1 system and a patch
    : : is available for this.
    : : The patch available for download contains two files -
    : : README including instructions for applying the patch and
    : : the patch file glibcpatch.tgz (compressed tar). Follow the
    : : instructions provided in the README to apply this patch.
    : : This patch is available for both 8.0.5 Standard and
    Enterprise
    : : Editions of Oracle.
    : : Get Technical!
    : : http://technet.oracle.com
    : I agree with the others. Referring back to an older library
    : merely for compatibility's sake is different from forward
    : motion. I 've been having nuttin' but trouble with the compat
    : stuff, and now my pro-c stuff won't work at all. (separate
    post)
    : There needs to be REAL glibc-2.1 linking. I hesitate to run
    : anything important (no less mission critical) on top of these
    : compat packages, and it's truly making me rethink my strategy
    of
    : using RedHat/Oracle unless I revert back to RedHat 5.2, which I
    : liked.
    : If you are already publishing a real fix for this, please
    : disregard. Otherwise, please do us this favor. There's a
    : tremendous RedHat 6.0 population out there.
    : Freddy Wissing
    null

  • Oracle 8.0.5, WAS 3.0.2, Redhat 6.1

    I recently had Redhat 5.2, Oracle 8.0.5 and WAS 3.0.2 running perfectly. I decided to upgrade the O/S to 6.1. According to Oracle, I have to apply a patch to get the databases to work (Or at least to be certified). I did not apply the patch and
    the database seems to be working fine. Does anyone know if I have to apply the patch or recompile the Oracle code?
    2nd, I am having problems with WAS 3.0.2 and RH 6.1. I can't seem to start the wrb processes (owsctl start wrb). I am getting a: Error in opening UDP:laptop:2649 message. I think I ran into this before. I don't remember how to fix it. Has anyone else ran into this? Does WAS 3.0.2 work with 6.1 or do I have to go to 4.0.7? Do I need to recompile these executables with the 2.0 libraries like I'm suppose to do with Oracle?
    Any help is appreciated.
    -Jim Wartnick
    null

    I would not blame ORACLE - I think the problem is
    with the EGCS and the libraries.
    I have emails from the linux.devel on these.
    For e.g. a simple program such as
    #include "stdio.h"
    FILE *fp = stderr;
    main() {
    gives error on Redhat 6.0, Caldera 2.2!
    It works on Solaris, IRIX, AIX, Redhat 5.2 and
    even with Visual C++ 6!
    I have had other programs such as pdksh (ksh) also
    dumping on Redhat 6.0 and Caldera 2.2
    (even after I compile everything from source!).
    I have also had nothing but trouble with other databases
    on 6.0. I think new kernels should go through a lot more
    testing before being released like this.
    I am also debating whether to move back to Redhat 5.2!
    Freddy Wissing (guest) wrote:
    : Oracle Development Team wrote:
    : : Oracle 8.0.5.x is certified on GLIBC 2.1 system and a patch
    : : is available for this.
    : : The patch available for download contains two files -
    : : README including instructions for applying the patch and
    : : the patch file glibcpatch.tgz (compressed tar). Follow the
    : : instructions provided in the README to apply this patch.
    : : This patch is available for both 8.0.5 Standard and
    Enterprise
    : : Editions of Oracle.
    : : Get Technical!
    : : http://technet.oracle.com
    : I agree with the others. Referring back to an older library
    : merely for compatibility's sake is different from forward
    : motion. I 've been having nuttin' but trouble with the compat
    : stuff, and now my pro-c stuff won't work at all. (separate
    post)
    : There needs to be REAL glibc-2.1 linking. I hesitate to run
    : anything important (no less mission critical) on top of these
    : compat packages, and it's truly making me rethink my strategy
    of
    : using RedHat/Oracle unless I revert back to RedHat 5.2, which I
    : liked.
    : If you are already publishing a real fix for this, please
    : disregard. Otherwise, please do us this favor. There's a
    : tremendous RedHat 6.0 population out there.
    : Freddy Wissing
    null

  • Database Configuration Assistant of Oracle 9i

    I'm trying to execute Oracle 9i Database Configuration Assistant on Caldera OpenUNIX 8, from the command line (bash-2.05$ ./dbca) and the first error that apperars is :
    Xlib: connection to "192.168.1.203:0.0" refused by server
    Xlib: Invalid MIT-MAGIC-COOKIE-1 key
    java.lang.InternalError: Can't connect to X11 window server using '192.168.1.203
    :0.0' as the value of the DISPLAY variable.
    at sun.awt.motif.MToolkit.<init>(MToolkit.java:43)
    at java.awt.Toolkit.getDefaultToolkit(Toolkit.java:399)
    at java.awt.Font.initializeFont(Font.java:106)
    at java.awt.Font.<init>(Font.java:121)
    at
    at oracle.sysman.assistants.util.wizard.WizardObject.<init>(WizardObject
    .java)
    at oracle.sysman.assistants.dbca.ui.DBCAWizard.<init>(DBCAWizard.java)
    at oracle.sysman.assistants.dbca.ui.UIHost.initialize(UIHost.java)
    at oracle.sysman.assistants.dbca.Dbca.execute(Dbca.java)
    at oracle.sysman.assistants.dbca.Dbca.main(Dbca.java)

    Hi,
    I think this is a bug with OpenUnix and the LKP.
    Check out the support link TA # 114684
    http://support.caldera.com/rn_cgi/install.cfg/php/enduser/std_adp.php?p_sid=NU7G4zIg&p_lva=&p_faqid=114684&p_created=995487610&p_sp=cF9zcmNoPTEmcF9ncmlkc29ydD0mcF9yb3dfY250PTIwJnBfc2VhcmNoX3RleHQ9TEtQJnBfc2VhcmNoX3R5cGU9MyZwX3Byb2RfbHZsMT00NSZwX3Byb2RfbHZsMj1_YW55fiZwX2NhdF9sdmwxPX5hbnl_JnBfc29ydF9ieT1kZmx0JnBfcGFnZT0x&p_li=

  • Oracle 8i on Linux

    When trying to install on Caldera Linux v2.4 Oracle 8i runInstaller gives an error -
    ...jre...initializing
    createProcess...-1
    and exits.
    Anu suggestions ? Would be grateful

    The download for Oracle 8.1.7 for Linux is available at: http://otn.oracle.com/software/products/oracle8i/content.html
    Documentation for this product can be found at:http://otn.oracle.com/docs/products/oracle8i/content.html
    Best Regards, OTN Team

  • DBCA error on Caldera OpenUnix 8

    I installed Oracle 9i Enterprise Edition Database on OpenUNIX 8 (SCO UnixWare 7.1.3 + Caldera OpenLinux 3.1.1 RPM). Net Assistant was completed automatically after the installation while the next tool (Database Configuration Assistant) didn't run correctly, so I had to complete the instalation without creating any database. Runing that tool after (bash-2.05$ ./dbca )shows the same error message, as below :
    SIGSEGV 11* segmentation violation
    stackbase=0x450b8000, stackpointer=0x450b75b0

    Pl see this related thread - DBCA error in Oracle_Developer_Days Package
    HTH
    Srini

  • 5th attempt to install Oracle

    When I try to install Oracle on Slackware 3.3, after 1 hour of
    installation I get an error during attempt to run bin/lsnrctl
    start. In in lsnrctl.log following strings appears:
    TNS-0155: Incorrectly specified SID_LIST_LISTENER parameter in
    LISTENER.ORA
    NL-00303: syntax error in NV string
    I'm correct parameter GLOBAL_DBNAME equvalent host name of
    computer and press Retry. And get the next error during action
    "Running crdbora.sql"
    Command: bin/svrmgrl <<! admin/ora/create/crdbora.sql
    I'm try to run svrmgrl manully, but get an error:
    Segmentation fault
    Anybody knows, what is this and how to fight with them?
    Thank you for your time and sorry for my bad English
    null

    John Koo (guest) wrote:
    : Alex (guest) wrote:
    : : When I try to install Oracle on Slackware 3.3, after 1 hour
    of
    : : installation I get an error during attempt to run bin/lsnrctl
    : : start. In in lsnrctl.log following strings appears:
    : : TNS-0155: Incorrectly specified SID_LIST_LISTENER parameter
    in
    : : LISTENER.ORA
    : : NL-00303: syntax error in NV string
    : : I'm correct parameter GLOBAL_DBNAME equvalent host name of
    : : computer and press Retry. And get the next error during
    action
    : : "Running crdbora.sql"
    : : Command: bin/svrmgrl <<! admin/ora/create/crdbora.sql
    : : I'm try to run svrmgrl manully, but get an error:
    : : Segmentation fault
    : : Anybody knows, what is this and how to fight with them?
    : : Thank you for your time and sorry for my bad English
    : My only recommendation is to use Redhat instead of Slackware
    : because the Oracle staff code & test it on Redhat !!
    It works just fine on Caldera OpenLinux 1.3 as well.
    null

  • SIGSEGV dump crashed error when installing Oracle 8i

    I'm using Caldera eServer 2.3 with a kernel version of 2.2. When I try to run the installer program I receive this error. I have read some of the postings regarding Red Hat installs, but has anyone experienced this problem with Caldera products?

    go to caldera.com and search for oracle installation. you'll have to download glibc, jdk, jre and upgrade them.
    Caldera have very good source for this problem. I encounter the same error and got it fixed.
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Rich Vanderbilt ([email protected]):
    I'm using Caldera eServer 2.3 with a kernel version of 2.2. When I try to run the installer program I receive this error. I have read some of the postings regarding Red Hat installs, but has anyone experienced this problem with Caldera products? <HR></BLOCKQUOTE>
    null

Maybe you are looking for

  • Late 2006 iMac won't recognize external monitor

    My late 2006 iMac doesn't recognize an external VGA monitor connected via the mini-dvi port with adapter and cabling. Doesn't show up in Displays System Preferences - at times the mouse does show up but not the full display. Any suggestions - Am I mi

  • Why is my results slide blank when branch aware selected?

    Hi All. I'm hoping that someone can help me. I've created a relatively simple e-Learning course using Captivate 7, that has the following  structure: Part One Learning, Part One Assessment Part Two Learning, Part Two Assessment Part Three Learning, P

  • PDF as printpreview and not download

    Hi Experts, I am aware of the code to download smartforms to pdf. I would like to know if it is possible to display the pdf file when the user clicks on print preview. Something similar to Adobe Interactive Forms in Webdynpro. Warm Regards, Abdullah

  • Use of KeyEvent.VK_DELETE

    i want to make a check on the key typed and if it is the delete key than i want to perform a certain function.This check works for all the keys except the delete key.Could you please point out where am i going wrong.here ideally it should print delet

  • Different service costs in work order and purchase order

    When I add a service in a works order and later on add the vendor I get an incorrect planned cost in the order. A recalculation is not performed based on vendor price. A manual recalculation is possible but it should be done automatically on order sa