Install, Upgrade, Clone, Patch - EBS (MOSC)

MOSC Banner

How to Change hostname and domainname?

edited Aug 19, 2021 5:43PM in Install, Upgrade, Clone, Patch - EBS (MOSC) 7 commentsAnswered
Hi,

We have a single node oracle apps(10.5.10), and want to change its hostname and domainname. what should we do? I have found the following metalink notes:

 1. How to change the hostname of an Applications Tier using AutoConfig [Metalink 341322.1]
 2. How to change the hostname and/or port of the Database Tier using AutoConfig [Metalink 338003.1]

Using the docs above, I did the following to change host and domainname:


1. DB Tier: Deregister the current database server

SQL> select NAME, SERVER_TYPE from FND_APP_SERVERS, FND_NODES where FND_APP_SERVERS.NODE_ID = FND_NODES.NODE_ID and SERVER_TYPE='DB' and FND_NODES.NODE_NAME='clone1';

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center