通過 alter user apps 修改apps密碼後使用者鎖定處理

tolywang發表於2012-05-03

APPS User Locks After Manually Altering Password [ID 566127.1]
--------------------------------------------------------------------------------
 
--------------------------------------------------------------------------------
Platforms: 1-914CU;

This document is being delivered to you via Oracle Support's Rapid Visibility (RaV) process and therefore has not been subject to an independent technical review.
 
Applies to:
Oracle Application Object Library - Version: 12.0.4
Information in this document applies to any platform.
***Checked for relevance on 26-Feb-2010***
Symptoms
On 12.0.4
Changed APPS password and cannot login.
STEPS
The issue can be reproduced at will with the following steps:
Changed the apps pwd using
alter user command
instead of FNDCPASS
 
Cause
Apps password was manually changed

Changing the password manually is a security breach and will corrupt the passwords
.
Solution
To implement the solution, please execute the following steps:
1. Backup the FND_USER, FND_ORACLE_USERID tables
2. Change the password in the following sequence.
SQL> alter user applsys identified by apps;
SQL> alter user apps identified by apps;
SQL> alter user apps account unlock;

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/35489/viewspace-722599/,如需轉載,請註明出處,否則將追究法律責任。

相關文章