Installing an OracleAS Cold Failover Cluster (Infrastructure) Configuration
(DESCRIPTION_LIST =
...
In this example, db_hostname is the fully-qualified hostname for the existing
database and db_port is the port for the existing database.
Add an ADDRESS entry to the ADDRESS_LIST entry for the new Oracle
5.
Application Server instance:
LISTENER =
(DESCRIPTION_LIST =
...
In this example, new_hostname is the fully-qualified hostname for the new
Oracle Application Server instance and new_port is the port for the new Oracle
Application Server instance. See
Existing Oracle Database"
to not conflict.
Start the listener for the existing database:
6.
prompt> lsnrctl start
8.3 Installing an OracleAS Cold Failover Cluster (Infrastructure)
Configuration
Figure 8–1
8-6 Oracle Application Server Installation Guide
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = db_hostname)(PORT = db_port))
)
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = db_hostname)(PORT = db_port))
(ADDRESS = (PROTOCOL = TCP)(HOST = new_hostname)(PORT = new_port))
)
for information on ensuring that the database listeners
shows an OracleAS Cold Failover Cluster (Infrastructure) configuration.
Section 2.5.4.1, "If Port 1521 Is In Use by an
Need help?
Do you have a question about the Application Server B32100-01 and is the answer not in the manual?