Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: oracle805 install in Linux RH6
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
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
![]() |
![]() |