How to Change Weblogic Password in R12.2

This step requires a minimum version of R12.AD.C.Delta.7 and R12.TXK.C.Delta.7 or later.

TXK 7's functionality has been simplified and largely automated with the introduction of a new utility that handles previously manual procedures.

1. Shutdown the all application tier services except the Admin Server.

Primary node, run the below command

cd $ADMIN_SCRIPTS_HOME /adstpall.sh -skipNM -skipAdmin

Secondary nodes, stop the application services

cd $ADMIN_SCRIPTS_HOME /adstpall.sh

2. To change the Oracle WebLogic Server Administration User password, execute the below command on the primary node's run file system.

Source the environment on the run file system.


perl $FND_TOP/patch/115/bin/txkUpdateEBSDomain.pl -action=updateAdminPassword


3. Start all services on all nodes, using the command:

cd $ ADMIN_SCRIPTS_HOME /adstrtal.sh

Reference:

How To Change or Reset The WebLogic Administration Password In 12.2 E-Business Suite (Doc ID 1385751.1 )

Comments

Popular posts from this blog

How to troubleshoot long running concurrent request in R12.2

How to run Gather Schema Statistics in R12.2

How to clear weblogic stuck threads in R12.2