 |
|
Oracle Tips by Burleson |
About
OPMN
Before finishing the chapter, the role the Oracle
Process Management Notification should be explained with regard to the Oracle HTTP Server. The
Oracle Process Management Notification (OPMN) manages Oracle
Application Server components. Oracle HTTP Server is a component of
the Oracle Application Server and is one of the components managed by
the OPMN.
OPMN is a process that runs in the background and
checks the health of Oracle Application Server components. If the
OPMN recognizes a component has abruptly shut down, it will attempt to
restart it. This is referred to as death detection.
OPMN provides a command line interface for
controlling the components in Oracle Application Server. Although
there are many commands, the ones most applicable to the book are:
-
opmnctl
.exe stopall
-
opmnctl.exe
startall
-
opmnctl.exe
startproc ias-component=HTTP_Server
-
opmnctl.exe stopproc ias-component=HTTP_Server
-
opmnctl.exe restartproc ias-component=HTTP_Server
The above book excerpt is from:
Easy
HTML-DB Oracle Application Express
Create
Dynamic Web Pages with OAE
ISBN 0-9761573-1-4
Michael Cunningham & Kent
Crotty
http://www.rampant-books.com/book_2005_2_html_db.htm
|