Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: prob installing oracle 8.0.5 on RedHat5.2
At the beginning of the script (after the '#!/bin/sh', of course) type in:
export ORACLE_OWNER=<your_oracle_user> # for bash
or
setenv ORACLE_OWNER <your_oracle_user> # for csh
supply the value for <your_oracle_user> (without "<>").
Robert Xu
Mr_at_Ng.Wee.Hong (ngwh_at_bigfoot.com) wrote:
: hi guys,
: how do i "set and export" ORACLE_OWNER variables to ORACLE account
: user?? i need this for running the OraTab.SH script..can help?
: thanks
Received on Tue May 25 1999 - 17:04:18 CDT
![]() |
![]() |