Doing:
cd /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/binI found that it was trying to access /var/tmp/.oracle but this directory is owned by root, so:
strace ./lsnrctl start
chown -R oracle:dba /var/tmp/.oracle
chown -R oracle:dba /var/run/.oracle
And now it works correctly.
No comments:
Post a Comment