Database Administration (MOSC)

MOSC Banner

Oracle Autostart - switching from dbstart to systemd

edited Aug 27, 2019 12:00AM in Database Administration (MOSC) 1 commentAnswered ✓

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 

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center