Skip Headers

Oracle® Database Installation Guide
10g Release 1 (10.1.0.2.0) for Windows

Part Number B10130-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Feedback page
Feedback

Go to previous page
Previous
Go to next page
Next
View PDF

E Oracle Database Default Port Numbers

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:

E.1 Components and Port Ranges

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.

Component Port Range
Enterprise Manager Agent HTTP: 1830 - 1849
Enterprise Manager Database Control HTTP: 5500 - 5519

RMI: 5520 - 5539

JMS: 5540 - 5559

iSQL*Plus HTTP: 5560 - 5579

RMI: 5580 - 5599

JMS: 5600 - 5619

Oracle Services for Microsoft Transaction Server HTTP: 2030 - 2049
Oracle Ultra Search HTTP: 5620 - 5639

RMI: 5640 - 5659

JMS: 5660 - 5679

E.2 Configured Ports and Access URLs

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.

E.3 Changing the Enterprise Manager Agent HTTP Port

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

E.4 Changing the Enterprise Manager Database Control Ports

The following sections describe how to change the Oracle Enterprise Manager Database Control ports.


Changing the HTTP Port

To change the HTTP port, edit the following files:


Changing the RMI Port

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"...>

Changing the JMS Port

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"...>

E.5 Changing the iSQL*Plus Ports

The following sections describe how to change the iSQL*Plus ports.


Changing the HTTP Port

To change the HTTP port, edit the following files:


Changing the RMI Port

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"...>

Changing the JMS Port

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"...>

E.6 Changing the Oracle Ultra Search Ports

The following sections describe how to change the Oracle Ultra Search ports.


Changing the HTTP Port

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"...>

Changing the RMI Port

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"...>

Changing the JMS Port

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"...>