GNU/Linux Desktop Survival Guide by Graham Williams |
|||||
Oracle User Setup |
Log in as user oracle
su oracle |
umask 022 |
ORACLE_BASE=/u01/app/oracle ORACLE_SID=test export ORACLE_BASE ORACLE_SID unset ORACLE_HOME unset TNS_ADMIN |
ORATAB=/var/opt/oracle/oratab |
ORATAB=/etc/oratab |
Jean-David Hsu suggests that to use LSNRCTL, the environment variables ORACLE_HOME and ORACLE_OWNR need to be set and exported (perhaps in /etc/profile).