Oracle® Database Installation Guide 10g Release 1 (10.1.0.2.0) for Windows Part Number B10130-01 |
|
|
View PDF |
During installation, Oracle Universal Installer assigns port numbers to components from a set of default port numbers. This appendix lists the default port numbers and describes how to change the assigned port after installation. It includes information about the following topics:
The following table lists the port ranges used by components that are configured during the installation. By default, the first port in the range is assigned to the component, if it is available.
During Oracle Database installation, the portlist.ini
file and readme.txt
files are created. These files are located in ORACLE_BASE
\
ORACLE_HOME
\install
. The readme.txt
file lists the access URLs for the installed J2EE Web applications and the portlist.ini
file lists the configured ports for the applications.
To change the Oracle Enterprise Manager Agent HTTP port, modify the ORACLE_BASE
\
ORACLE_HOME
\host_sid\sysman\config\emd.properties
file with the following parameter:
EMD_URL=http://host.domain:1830/emd/main
The following sections describe how to change the Oracle Enterprise Manager Database Control ports.
To change the HTTP port, edit the following files:
ORACLE_BASE\ORACLE_HOME
\host
_
sid
\sysman\config\emoms.properties
Modify the following parameters in the file:
oracle.sysman.emSDK.svlt.ConsoleServerPort=5500 oracle.sysman.emSDK.svlt.ConsoleServerHTTPSPort=5500
ORACLE_BASE\ORACLE_HOME
\host
_
sid
\sysman\config\emd.properties
Modify the following parameters in the file:
REPOSITORY_URL=http://host.domain:5500/em/upload/ emdWalletSrcUrl=http://host.domain:5500/em/wallets/emd
ORACLE_BASE\ORACLE_HOME
\oc4j\j2ee\OC4J_DBConsole_
host_sid
\config\http-web-site.xml
Modify the port attribute of the web-site element:
<web-site port="5500" ...>
To change the RMI port, modify the port attribute of the rmi-server element in the ORACLE_BASE\ORACLE_HOME
\oc4j\j2ee\OC4J_DBConsole_
host
_
sid
\config\rmi.xml
file:
<rmi-server port="5520"...>
To change the JMS port, modify the port attribute of the jms-server element in the ORACLE_BASE\ORACLE_HOME
\oc4j\j2ee\OC4J_DBConsole_
host
_
sid
\config\jms.xml
file:
<jms-server port="5540"...>
The following sections describe how to change the iSQL*Plus ports.
To change the HTTP port, edit the following files:
ORACLE_BASE\ORACLE_HOME
\host
_
sid
\sysman\config\emoms.properties
Modify the following parameters in the file:
oracle.sysman.db.isqlplusUrl=http\://host.domain\:5560/isqlplus/dynamic oracle.sysman.db.isqlplusWebDBAUrl=http\://host.domain\:5560/isqlplus/ dynamic
ORACLE_BASE\ORACLE_HOME
\oc4j\j2ee\isqlplus\config\http-web-site.xml
Modify the port attribute of the web-site element:
<web-site port="5560" ...>
To change the RMI port, modify the port attribute of the rmi-server element in the ORACLE_BASE\ORACLE_HOME
\oc4j\j2ee\isqlplus\config\rmi.xml
file:
<rmi-server port="5580"...>
To change the JMS port, modify the port attribute of the jms-server element in the ORACLE_BASE\ORACLE_HOME
\oc4j\j2ee\isqlplus\config\jms.xml
file:
<jms-server port="5600"...>
The following sections describe how to change the Oracle Ultra Search ports.
To change the HTTP port, modify the port attribute of the web-site element in the ORACLE_BASE\ORACLE_HOME
\oc4j\j2ee\OC4J_SEARCH\config\http-web-site.xml
file:
<web-site port="5620"...>
To change the RMI port, modify the port attribute of the rmi-server element in the ORACLE_BASE\ORACLE_HOME
\oc4j\j2ee\OC4J_SEARCH\config\rmi.xml
file:
<rmi-server port="5640"...>
To change the JMS port, modify the port attribute of the jms-server element in the ORACLE_BASE\ORACLE_HOME
\oc4j\j2ee\OC4J_SEARCH\config\jms.xml
file:
<jms-server port="5660"...>