If you receive the error while starting the fusion applications like
FunctionalSetupServer_1 [ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)' WLS Kernel 1376716681974 BEA-001129 Received exception while creating connection for pool "ApplicationDB": ORA-28001: the password has expired
To solve this,
For Oracle Fusion installations, you need to change all fusion-related accounts if you find one of them has expired or is going to expire. To find the account status and its expiry date, you can use:
SQL> select username, account_status, lock_date, expiry_date from dba_users;
USERNAME ACCOUNT_STATUS EXPIRY_DA
------------------------------ -------------------------------- ---------
SCM_FUSION_MDS_SOA EXPIRED 17-JUL-13
SCM_FUSION_SOAINFRA EXPIRED 16-JUL-13
FUSION_OTBI EXPIRED 17-JUL-13
FUSION_BIPLATFORM EXPIRED 16-JUL-13
HCM_FUSION_SOAINFRA EXPIRED 16-JUL-13
FUSION_ORA_ESS EXPIRED 16-JUL-13
SETUP_FUSION_MDS_SOA EXPIRED 16-JUL-13
PRC_FUSION_SOAINFRA EXPIRED 16-JUL-13
FUSION_PORTLET EXPIRED 18-JUL-13
PRC_FUSION_MDS_SOA EXPIRED 18-JUL-13
OIC_FUSION_MDS_SOA EXPIRED 18-JUL-13
To extract the encrypted password for the users who have expired accounts
select
'alter user "'||username||'" identified by values '''||
extract(xmltype(dbms_metadata.get_xml('USER',username)),
'//USER_T/PASSWORD/text()').getStringVal()||''';' old_password
from
dba_users where account_status='EXPIRED'
Verify the passwords and usernames are correctly populated like this one.
alter user "SCM_FUSION_MDS_SOA" identified by values '163ADA6508E9D1C3';
alter user "SCM_FUSION_SOAINFRA" identified by values 'D912786349BA6EA3';
alter user "FUSION_OTBI" identified by values '66E632C33281B01E';
alter user "FUSION_BIPLATFORM" identified by values 'EA482B1786E8F466';
alter user "HCM_FUSION_SOAINFRA" identified by values '1D1C913177201A02';
alter user "FUSION_ORA_ESS" identified by values 'E35CAA10530BC219';
alter user "SETUP_FUSION_MDS_SOA" identified by values '9594CA5CD06C3825';
alter user "PRC_FUSION_SOAINFRA" identified by values 'F89E2FC5B64583F9';
alter user "FUSION_PORTLET" identified by values '18BE75B962643F54';
alter user "PRC_FUSION_MDS_SOA" identified by values '35A07CDF207B6F04';
alter user "OIC_FUSION_MDS_SOA" identified by values 'A4E4736B03BB24FF';
alter user "OIC_FUSION_SOAINFRA" identified by values '442823F64859765D';
Execute these statements agaist SQL*PLUS as sys user only.
SQL> alter user "SCM_FUSION_MDS_SOA" identified by values '163ADA6508E9D1C3';
User altered.
Cheers!!!
Share the content if you found it is useful (You can share using 300 community websites) click "share" at the end of the post.
You are encouraged to leave a comment.
You are encouraged to leave a comment.
Saturday, August 17, 2013
Oracle Fusion Applications DB Users account expired
Subscribe to:
Post Comments (Atom)
Let us be Friends...
Popular Posts
-
1. Installation of the Demantra Base Application or Patches Create a C:/Tmp folder on the machine where the setup.exe will be executed pri...
-
The Following Error was detected while doing Cloning of DB Tier. The actual Fact was: The server was heavily loaded, so the control file cre...
-
Secure Sockets Layer (SSL) SSL is a technology that defines the essential functions of mutual authentication, data encryption, and data inte...
-
In this Blog, I am going to explain you the way you can get the Translation Synchronization Patch for the Language you license thro OAM. T...
-
This blog describes the process of re-creating an existing Applications Release 12 database instance using the export and import utilities....
-
This blog speaks about the Login Page Issue on R12.1.1 instance. Suddenly the login page was throwing an error - 404 /OA_HTML/AppsLogin was ...
-
Primary Node: Host name: genius.chainsys.com IP : 192.168.2.236 File locations: apps - /oracle/D1/apps (SHARED) db - /oracle/PROD/db inst - ...
-
Hi, everybody should come across, while during a clone, you might have experienced very poor performance while running txkWfClone.sh profil...
-
Happy and Prosperous New Year 2010!!! Today I need to discuss an issue while planning to upgrade my 12.1.1 instance to 12.1.2 using the patc...
-
The Oracle Universal Installer supports the installation of several active Oracle homes on the same host. An Oracle home is a directory into...
1 comment:
Hey very nice blog!!
Hi there,I enjoy reading through your article post, I wanted to write a little comment to support you and wish you a good continuationAll the best for all your blogging efforts.
Appreciate the recommendation! Let me try it out.
Keep working ,great job!
Microsoft dynamics training
Post a Comment