Friday, June 21, 2013

ORACLE EBS R12 changing IP address


1)perl $AD_TOP/bin/adgentns.pl appspass=apps contextfile=$APPL_TOP/admin/<SID>_hostname.xml -removeserver
2)connect with sqlplus apps/apps and run the following
begin
FND_NET_SERVICES.remove_server('<SID>', '<hostname>');
end;
/
commit;
/
3) Run autoconfig on application tier

....


Click here to read the full article

2 comments :

  1. DO I NEED TO RUN THE AUTOCONFIG ON THE APPS_TIER OR DATABASE TIER?

    ReplyDelete
  2. it changes according to your env.
    Are you changing the IP address of an apps node, or db node?
    This blog post is for changing the IP address of an apps node.

    ReplyDelete

If you will ask a question, please don't comment here..

For your questions, please create an issue into my forum.

Forum Link: http://ermanarslan.blogspot.com.tr/p/forum.html

Register and create an issue in the related category.
I will support you from there.