Thursday, November 26, 2009

install oracle on opensuse 11.2

1) rpm -Uvh oracle-xe-univ etc etc as root
2) add yr user to the dba group (if you want handle oracle service and listeners*)
3) enable login for oracle user
4) relogin
5) chmod -R g+w /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/log as root
6) /etc/init.d/oracle-xe configure

* disable in yast -> system -> runlevel the oracle service and use lsnctl start/stop and sqlplus / as sysdba startup/shutdown from yr user