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: oracle805 install in Linux RH6

Re: oracle805 install in Linux RH6

From: Jill <jc_va_at_hotmail.com>
Date: Sat, 2 Oct 1999 11:49:03 -0700
Message-ID: <7t59gl$ihl$1@bgtnsc03.worldnet.att.net>


The syntax varies depending on which shell you're using. If you're using the Korn shell, simply type:

export ORACLE_OWNER=<probably oracle>

at the command line. You shouldn't need it in your profile. Mine, BTW, looks like this:

export ORACLE_HOME=/u01/app/oracle/product/8.0.5 export HOME=/home/oracle
export LD_LIBRARY_PATH=/u01/app/oracle/product/8.0.5/lib

export ORACLE_BASE=/u01/app/oracle
export ORACLE_SID=ORCL
export ORACLE_TERM=vt100

export PATH=$PATH:$HOME
export PATH=$PATH:$ORACLE_HOME/bin
export TMPDIR=/var/tmp
stty erase ^?
set -o vi
PS1="[\u : \w] $"

John <jywang_at_bigpond.com> wrote in message news:37F62582.86D58F55_at_bigpond.com...
> got the message that ORACLE_OWNER enviroment variable need to be set to
> the user who install oracle product. How do I set the enviroment
> variable?
>
> Had create "dba" group and a member of this group "oracle" account, as
> which I log in to install ora805. Your advice much appreciated.
>
Received on Sat Oct 02 1999 - 13:49:03 CDT

Original text of this message

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