Oracle HTTP Server (Apache) - Explain how to start and stop the Oracle HTTP
Server. posted by Babu
Kunwar
Explain how to start and stop the Oracle HTTP Server.
Oracle HTTP Server is managed by OPMN which stands for Oracle Process Manager
and Notification Server. With the use of opmnctl utility we can start, stop and
restart Oracle HTTP Server. If we don’t use this utility the configuration
management infrastructure cannot detect or communicate with the Oracle HTTP
Server processes, and problems may occur.
The startproc command for the case of Windows is: ORACLE_HOME\opmn\bin>
opmnctl [verbose] startproc ias-component=HTTP_Server.
To stop Oracle HTTP Server, use the stopproc command: Windows:
ORACLE_HOME\opmn\bin> opmnctl [verbose] stopproc ias-component=HTTP_Server.
More links
What is SQL*Plus? Explain its features
Explain how to use the SQL*Plus utility.
What are the basic SQL*Plus commands?
What is AFIEDT.BUF?
Difference between ? and HELP.
Explain how to enable the SQL*Plus HELP facility.
Difference between @ and @@.
Difference between & and &&.
Difference between ! and HOST
How can one prevent SQL*Plus connection warning messages?.............
|