Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle 8.1.7 installation on linux

Re: Oracle 8.1.7 installation on linux

From: Álvaro Palma Aste <queria_direccion_at_el.perla.invalid>
Date: Mon, 22 Jul 2002 17:45:57 +0000 (UTC)
Message-ID: <ahhgcl$951$1@localhost.localdomain>


APaone escribió:
>I'm trying to install Oracle Enterprise Edition 8.1.7 on Linux (RedHat 7.3,
>kernel 2.4.18).
>I downloaded the file from Oracle site and untarred it in a local directory
>from which .
>I followed all the instructions in the Installation Guide, but when I try to
>start installation I received the following message:

> Initializing Java Virtual Machine from
>../stage/Components/oracle.swd.jre/1.1.8/1/DataFiles/Expanded/linux/bin/jre.
>Please wait...
>SIGSEGV received at bfffdc74 in
>/usr/tempo/Disk1/stage/Components/oracle.swd.jre/1.1.8/1/DataFiles/Expanded/linux/lib/linux/native_threads/libjava.so.
>Processing terminated
>Mon Jul 22 18:01:28 2002

>jre full version "JDK 1.1.8 IBM build l118-20000713 (JIT enabled: jitc)"
>Operating Environment
>---------------------
>Host : localhost.localdomain.(none)
>OS Level : 2.4.18-3.#1 Thu Apr 18 07:31:07 EDT 2002
>glibc Version : 2.2.5
>No. of Procs : 1
>Memory Info:
> total: used: free: shared: buffers: cached:
>Mem: 262336512 215592960 46743552 0 9576448 94564352
>Swap: 534601728 0 534601728
>MemTotal: 256188 kB
>MemFree: 45648 kB
>MemShared: 0 kB
>Buffers: 9352 kB
>Cached: 92348 kB
>SwapCached: 0 kB
>Active: 155752 kB
>Inact_dirty: 2416 kB
>Inact_clean: 28224 kB
>Inact_target: 37276 kB
>HighTotal: 0 kB
>HighFree: 0 kB
>LowTotal: 256188 kB
>LowFree: 45648 kB
>SwapTotal: 522072 kB
>SwapFree: 522072 kB
>Committed_AS: 377944 kB

>User Limits (in bytes except for NOFILE and NPROC) -
> RLIMIT_FSIZE : infinity
> RLIMIT_DATA : infinity
> RLIMIT_STACK : 2093056
> RLIMIT_CORE : 0
> RLIMIT_NOFILE : 1024
> RLIMIT_NPROC : 2047

>Can anyone help me to understand what is the problem?

Use this settings in your .tcshrc or equivalent:

setenv ORACLE_HOME /u01/app/oracle/product/8.1.7 (or wherever you prefer)
setenv ORACLE_BASE /u01/app/oracle
setenv NLS_LANG spanish_spain.we8dec (your local language definition here)
setenv ORA_NLS33 $ORACLE_HOME/ocommon/nls/admin/data setenv ORACLE_TERM xterm
setenv LD_LIBRARY_PATH $ORACLE_HOME/lib
setenv CLASSPATH "/usr/local/jre/lib/rt.jar:$ORACLE_HOME/jlib" setenv PATH "$ORACLE_HOME/bin:$PATH"

# To work with 2.4 kernels, put this

setenv LD_ASSUME_KERNEL 2.2.5
setenv LDEMULATION elf_i386_glibc21
setenv GCC_EXEC_PREFIX /usr/i386-glibc21-linux/lib/gcc-lib/

#Java Runtime Settings

setenv JAVA_HOME $ORACLE_HOME/JRE (if this doesn´t work, try whit the jre_118 location, usually /usr/local/jre) setenv PATH "$JAVA_HOME/bin:$PATH"

an also, before you run the installer, unset LANG. Don´t ask why, but it works.

unset LANG

Hope this helps, good luck

-- 
Atte.
Álvaro Palma Aste
Grupo de Ing. Biomédica
Depto. de Ing. Eléctrica - U. de Chile
******************************************************
It's the only form of protest they're allowed 
I've seen their silent faces scream so loud 
If they were to speak these words they'd go missing too 
Another woman on a torture table what else can they do

Sting - They Dance Alone...
Received on Mon Jul 22 2002 - 12:45:57 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US