Oracle Autostart - switching from dbstart to systemd
Hello,
I followed up instruction to make oracle auto start: https://www.tldp.org/HOWTO/Oracle-7-HOWTO-6.html#ss6.1
Now I would like to switch to systemd version: https://oracle-base.com/articles/linux/linux-services-systemd#creating-linux-services
I assume that to deactivate the old method (dbstart and dbstop) I need only to remove static links I created as a part of the procedure:
$ ln -s ../init.d/oracle /etc/rc.d/rc2.d/S99oracle
$ ln -s ../init.d/oracle /etc/rc.d/rc3.d/S99oracle
$ ln -s ../init.d/oracle /etc/rc.d/rc4.d/S99oracle
$ ln -s ../init.d/oracle /etc/rc.d/rc0.d/K01oracle # Halting