Koozali.org: home of the SME Server
Obsolete Releases => SME 9.x Contribs => Topic started by: Jáder on January 29, 2015, 01:56:02 PM
-
I´ve installed a Oracle 11.2 XE (free edition) on SME9 64bits.
It appears to work so from my notes started a wiki page: wiki.contribs.org/OracleXE
I´m not sure about startup commands (ln -s to rc7 and rc1) and appreciate tips from anyone.
Regards
Jáder
-
excellent
I would modify:
ln -s /etc/rc.d/init.d/oracle-xe /etc/rc7.d/S99Oracle
ln -s /etc/rc.d/init.d/oracle-xe /etc/rc1.d/K98Oracle
in
config set oracle-xe service status enabled TCPPort 8080
ln -s /etc/rc.d/init.d/e-smith-service /etc/rc7.d/S99oracle-xe
ln -s /etc/rc.d/init.d/e-smith-service /etc/rc1.d/K01oracle-xe
in this way:
- you can enable/disable service in the SME way
- oracle-xe is one of the latest services to start and the first to be stopped
- start/stop/restart via
service oracle-xe start|stop|restart
NB the latest swiches can be different/not applicable
-
Thanks by your tips. Wiki updated.