Change the WebLogic password in EBS 12.2
Change the WebLogic password How do you change password in EBS 12.2 for weblogic The following sections show the steps for updating the WebLogic password for Txk Delta 7 and later and for versions earlier than Txk Delta 7. TKX DELTA 7 AND LATER The following steps apply to WebLogic Txk Delta 7 and later: ⦁ Run the following command to source the run filesystem, shut down all application tier services except the Admin Server, and ensure that no application services (except admin server and node manager) are running on the primary application server: ⦁ adstpall.sh apps/apps_password -mode=allnodes -skipNM -skipAdmin ⦁ Run the following command to change the Weblogic administration password and start the services: ⦁ perl $FND_TOP/patch/115/bin/txkUpdateEBSDomain.pl -action=updateAdminPassword The system prompts you for the Apps password, the old WebLogic password and the new WebLogic password. Following is some sample output from this process: $ perl $FND_TOP/patch