I have a question about incorporating startup and shutdown of multiple
oracle instances into SMF. Is there a straight forward way of doing
this and is there some sort of template available to do this?
I have taken a look at ora-smf.1.5.1.pkg and it des look like the sort
of tool I need, but i am unsure how to implement it for multiple
oracle instances on the same box.
Has anybody done this and is there any information on implementing
this package on multiple oracle instances.
much appreciated and thanks in advance.
rgds
dean
Your SMF bits can invoke dbstart and dbstop scripts in ORACLE_HOME.
su - oracle -c "ksh $ORACLE_HOME/bin/dbstart"
dbstart and dbstop will parse /var/opt/oracle/oratab to handle
multiple instances.
John
groe...@acm.org