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.0.5/Linux : installation problem

Re: Oracle 8.0.5/Linux : installation problem

From: Torsten Borchert <T.Borchert_at_DeutschePost.de>
Date: Mon, 15 Mar 1999 09:15:14 +0100
Message-ID: <36ECC192.58CAD2D@DeutschePost.de>


Hi,

you need:
/etc/passwd:
grep oracle /etc/passwd
oracle:x:900:9000:oracle admin:/oracle:/bin/bash grep dba /etc/group
dba:x:9000:
cat /etc/oratab

#  This file is used by ORACLE utilities.  It is created by root.sh
#  and updated by the Oracle8 and SQL*Net install procedures.
#
#  A colon, ':', is used as the field terminator.  A new line terminates
#  the entry.  Lines beginning with a pound sign, '#', are comments.
#
#  Entries are of the form:
#      \$ORACLE_SID:\$ORACLE_HOME:<N|Y>:
#
#  The first and second fields are the system identifier and home
#  directory of the database respectively.  The third field indicates
#  to the dbstart utility that the database should, "Y", or should not,
#  "N", be brought up at system boot time.
#
#  Multiple entries with the same \$ORACLE_SID are not allowed.
#
#

zeus:/oracle/app/oracle/product/8.0.5:Y

cat /oracle/.profile
# Profile fuer Oracle, T. Borchert
umask 022

MAIL=/usr/mail/${LOGNAME:?}

ORACLE_SID=zeus
ORACLE_HOME=/oracle/app/oracle/product/8.0.5 PATH=$PATH:$ORACLE_HOME/bin
ORA_NLS33=$ORACLE_HOME/ocommon/nls/admin/data EDITOR=/usr/bin/vi
LD_LIBRARY_PATH=/usr/lib:/usr/ccs/lib:/var/opt/lanman/etc:/usr/lib/snmpd/app_lib:$ORACLE_HOME/lib export PATH ORACLE_HOME ORACLE_TERM ORACLE_SID ORA_NLS33 EDITOR LD_LIBRARY_PATH # Tracing Oracle intern ausschalten

EPC_DISABLE=TRUE
export EPC_DISABLE

LESSCHARSET=latin1
export PAGER LESSCHARSET

# Unix - Sprache
LANG=De_DE.88591
NLSPATH=/usr/lib/nls/msg/%L/%N.cat:/opt/lib/nls/msg/%L/%N.cat:/usr/lib/nls/msg/%l/%N.cat:/opt/lib/nls/msg/%l/%N.cat:/var/spool/Spool/config/MSG/%l/%N.cat:/opt/lib/nls/msg/%L/%N export NLSPATH

# Oracle - Sprache
NLS_LANG=GERMAN_GERMANY.WE8ISO8859P1
export NLS_LANG
export LANG

Then login as oracle; cd orainst;./orainst But you need glibc2 and Kernel at least 2.0.35

Torsten

Christian Gilbert wrote:
>
> I'm running RedHat 5.2 and cannot manage to install Oracle 8.0.5...
> when I run the orainst script, I get the following message :
>
> orainst: ./orainst.cm: Permission denied
>
> Can anyone help me ?
>
> thanks by advance
Received on Mon Mar 15 1999 - 02:15:14 CST

Original text of this message

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