Skip Headers

Oracle® Database Installation Guide
10g Release 1 (10.1) for UNIX Systems: AIX-Based Systems, hp HP-UX PA-RISC (64-bit), hp Tru64 UNIX, Linux x86, and Solaris Operating System (SPARC)
Part No. B10811-01
  Go To Table Of Contents
Contents
Go To Index
Index

Previous Next  

E Default Port Numbers

During installation, the 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:

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 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
Ultra Search HTTP 5620 - 5639
RMI 5640 - 5659
JMS 5660 - 5679

Changing the Enterprise Manager Agent HTTP Port

To change the Oracle Enterprise Manager Agent HTTP port, edit the following files:

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_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_HOME/oc4j/j2ee/OC4J_DBConsole_host_sid/config/jms.xml file:

<jms-server port="5540"...>

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_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_HOME/oc4j/j2ee/isqlplus/config/jms.xml file:

<jms-server port="5600"...>

Changing the Ultra Search Ports

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


Changing the HTTP Port

To change the HTTP port, modify the port attribute of the web-site element in the $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_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_HOME/oc4j/j2ee/OC4J_SEARCH/config/jms.xml file:

<jms-server port="5660"...>