Database Administration (MOSC)

MOSC Banner

How start or stop is passed to the dbora script in the symbolic links?

edited Jul 7, 2009 7:00AM in Database Administration (MOSC) 12 commentsAnswered ✓
Hi,

I follow the steps in http://download.oracle.com/docs/html/B10812_06/chapter2.htm to automate startup and shutdown of Oracle database through the script file dbora.  The script file dbora takes at least one parameter start or stop.  The last step of setup is to create symbolic links to the dbora script in the appropriate run-level script directories, as follows for Linux platform:

Linux
# ln -s /etc/init.d/dbora /etc/rc.d/rc3.d/K01dbora
# ln -s /etc/init.d/dbora /etc/rc.d/rc3.d/S99dbora
# ln -s /etc/init.d/dbora /etc/rc.d/rc5.d/K01dbora
# ln -s /etc/init.d/dbora /etc/rc.d/rc5.d/S99dbora
					
					

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