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
-
This blog describes the process of re-creating an existing Applications Release 12 database instance using the export and import utilities....
-
Secure Sockets Layer (SSL) SSL is a technology that defines the essential functions of mutual authentication, data encryption, and data inte...
-
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 ...
-
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...
-
Memory Tuning The total available memory on a system should be configured in such a manner, that all components of the system functio...
-
Symptom: A MultiException has 6 exceptions. They are: 1. java.lang.AssertionError: Cannot export non clusterable object with jndiName:weblo...
-
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...
-
Today, i need to blog out the configuration of SSL in R12 Environment. The process and steps are as follows. It contains both Middle Tier an...
-
Hi, everybody should come across, while during a clone, you might have experienced very poor performance while running txkWfClone.sh profil...
-
We will be unable to login using none of the seeded users nor custom users. Applications will not allow any user to be logged in. For a VISI...
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