INTRODUCTION:

The below steps shows how to decrypt the weblogic password for oracle Apps R12.2

STEP 1:

Connect to instance as applmgr and source the ENV.

su – applmgr
. /u01/oracle/ship/fs2/EBSapps/appl/APPSSHIP_ship-583571.env
STEP 2:
Run the below command to open the web logic terminal,
sh /u01/oracle/ship/fs1/FMW_Home/oracle_common/common/bin/wlst.sh
STEP 3:
Run the below domain,service and encryption command
domain = “/u01/oracle/ship/fs1/FMW_Home/user_projects/domains/EBS_domain_SHIP”
service = weblogic.security.internal.SerializedSystemIni.getEncryptionService(domain)
encryption = weblogic.security.internal.encryption.ClearOrEncryptedService(service)
/u01/oracle/ship/fs1/FMW_Home/user_projects/domains/EBS_domain_SHIP/servers/AdminServer/security
STEP 4:
Run the below print command to view to encrypted password
print “Weblogic server Admin password : %s” %encryption.decrypt(“<encrypted_value>”)
print “Weblogic server Admin password: %s” %encryption.decrypt(“{AES}CMMWLkvhP8ctCf/090gE4852jc0ZsZWRwtxyyG+Jpms=”)
Recent Posts

Start typing and press Enter to search