Forum OpenACS Q&A: Response to Oracle listener

Collapse
Posted by Ola Hansson on
Hey Mark, Yes I was starting it as root (as the guide suggests) with no ORA environment setup, though... Starting it as oracle is no good either. So I tried the following as an alternative - but didn't help:
oracle@debian:~$ env | grep ORA
ORACLE_SID=ora8
ORACLE_BASE=/ora8/m01/app/oracle
ORACLE_HOME=/ora8/m01/app/oracle/product/8.1.7
ORACLE_TERM=vt100
ORA_NLS33=/ora8/m01/app/oracle/product/8.1.7/ocommon/nls/admin/data
oracle@debian:~$

oracle@debian:~$ su  
Password: ********
debian:/home/oracle# env | grep ORA
ORACLE_SID=ora8
ORACLE_BASE=/ora8/m01/app/oracle
ORACLE_HOME=/ora8/m01/app/oracle/product/8.1.7
ORACLE_TERM=vt100
ORA_NLS33=/ora8/m01/app/oracle/product/8.1.7/ocommon/nls/admin/data
debian:/home/oracle# /etc/init.d/listener8i start
(didn't work)
Hmmm...