通过 alter user apps 修改apps密码后用户锁定处理

简介:

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博客tolywang的博客,原文链接:通过 alter user apps 修改apps密码后用户锁定处理,如需转载请自行联系原博主。
相关文章
|
8月前
|
存储 前端开发 小程序
因为一个App,他借此掌握了约x密码
因为一个App,他借此掌握了约x密码
52 0
|
6月前
|
数据安全/隐私保护 iOS开发
生成IOS app专用密码教程
生成IOS app专用密码教程
|
6月前
|
数据安全/隐私保护 Android开发 iOS开发
解决第三方邮箱APP登陆QQ、163邮箱无法验证账户名或密码的问题(IOS、MacOS、Windows、Android)
解决第三方邮箱APP登陆QQ、163邮箱无法验证账户名或密码的问题(IOS、MacOS、Windows、Android)
111 0
|
11月前
|
数据安全/隐私保护 iOS开发
生成IOS app专用密码教程
.如果没有APP账号的话,点此链接复制到浏览器打开appleid.apple官网,然后点击“创建您的APP ID” 。
|
数据安全/隐私保护 iOS开发
生成IOS app专用密码教程
生成IOS app专用密码教程
生成IOS app专用密码教程
|
数据安全/隐私保护 iOS开发
生成IOS app专用密码教程
生成IOS app专用密码教程
生成IOS app专用密码教程
WM
|
弹性计算 小程序 关系型数据库
基于ECS搭建的应用示例(博客、密码管理、同学地图、APP服务端等)详解之一
作为互联网行业从业者,头脑里总是会冒出各种各样的想法,当然可以用网络笔记、云盘甚至本地的方式等记录下自己的想法,然而如果想要落地尝试,则拥有一台自己的服务器就再好不过了。全栈开发已经讲了很久了,如果是前端,通过nodejs也可以搭建后端服务;如果是后端,通过flutter、uniapp等也可以搭建出各种端上的APP;如果非研发人员,通过低代码开发平台拖拽也可以。有了自己的产品之后,如果不满足于本地跑跑,那么就得面临选择应用的载体了,性价比最高的方式是选择云上ECS,下面拿我的几年使用经验来展开讲一下。
WM
383 0
基于ECS搭建的应用示例(博客、密码管理、同学地图、APP服务端等)详解之一
|
传感器 安全 生物认证
iOS传感器开发——为APP添加手机密码、指纹进行安全验证
iOS传感器开发——为APP添加手机密码、指纹进行安全验证
218 0
iOS传感器开发——为APP添加手机密码、指纹进行安全验证
|
Oracle 关系型数据库 数据安全/隐私保护