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.
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
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
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:
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;
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/,如需转载,请注明出处,否则将追究法律责任。
转载于:http://blog.itpub.net/35489/viewspace-722599/
在Oracle Application Object Library 12.0.4版本中,若通过SQL命令直接更改APPS用户的密码,而非使用FNDCPASS命令,会导致账号被锁定无法登录。此操作被视为安全违规行为,并可能破坏密码结构。
471

被折叠的 条评论
为什么被折叠?



