首先ERP的用户分两大类,应用用户、数据库用户;其中数据库用户又分两类,ERP相关的、ERP无关的

应用用户:WEB页面的登录用户如sysadmin、asadmin

ERP相关的数据库用户:如APPS、AK、IBC这些

ERP无关的数据库用户:如system或单纯使用sqlplus>create user username的

数据库中查询和和ERP无关的数据库用户

select * from dba_users where username not in(select APPLICATION_SHORT_NAME from APPS.FND_APPLICATION_VL) and account_status='OPEN' order by user_id desc

select * from dba_users where username not in(select ORACLE_USERNAME from APPS.fnd_oracle_userid) and account_status='OPEN' order by user_id desc

不过貌似下面这个是对的,因为查出的ABM居然不受FNDCPASS ALLORACLE修改密码的影响

su - oracle

sqlplus / as sysdba

alter user system identified by manager01;

su -applmgr

FNDCPASS apps/123456 0 Y system/manager01 user 101004871 PwD20180207

--修改ERP WEB登录界面用户101004871的密码为PwD20180207

--apps的密码为123456,system的密码为manager01

FNDCPASS apps/123456 0 Y system/manager01 SYSTEM APPLSYS apps

--修改apps和applsys的密码为apps,apps原来的密码是123456

FNDCPASS apps/apps 0 Y system/manager01 ALLORACLE apps

--修改所有和ERP相关的数据库用户的密码为apps

FNDCPASS apps/apps 0 Y system/manager01 oracle hwms 666666

--单独修改和ERP相关的数据库用户hwms的密码为666666

--如果该数据库用户和ERP不相关,会报错如APP-FND-02702: XX is not a valid oracle user.

To change an Oracle E-Business Suite user's password:

You can use this command to change an individual Oracle E-Business Suite user's password.

FNDCPASS 0 Y USER

For example, if you were changing the password for the user VISION to 'WELCOME', you would use the following command:

FNDCPASS apps/apps 0 Y system/manager USER VISION WELCOME

logonThe Oracle username/password.

system/passwordThe username and password for the System DBA account.

usernameThe Oracle E-Business Suite username. For example, 'VISION'.

new_passwordThe new password

To change the APPS and APPLSYS (type 2) schema password:

Use this command to change passwords for schemas that are used by shared components of Oracle E-Business Suite.

FNDCPASS 0 Y SYSTEM

For example, the following command changes the APPLSYS password to 'WELCOME'.

FNDCPASS apps/apps 0 Y system/manager SYSTEM APPLSYS WELCOME

logonThe Oracle username/password.

system/passwordThe username and password for the SYSTEM DBA account.

usernameThe APPLSYS username. For example, 'applsys'.

new_passwordThe new password.

--以上命令看起来是修改applsys,其实apps和applsys一起都修改了

To change all ORACLE (type 3) schema passwords:

Use this command to change the passwords of all schemas provided by Oracle Application products.

FNDCPASS 0 Y ALLORACLE

For example, the following command changes all ORACLE schema passwords to "WELCOME":

FNDCPASS apps/apps 0 Y system/manager ALLORACLE WELCOME

logonThe Oracle username/password.

system/passwordThe username and password for the SYSTEM DBA account.

new_passwordThe new password.

To change an Oracle E-Business Suite schema password (type 3) (other than APPS/APPLSYS):

Use this command to change the password of a schema provided by an individual product in Oracle E-Business Suite.

FNDCPASS 0 Y ORACLE

For example, the following command changes the GL user password to 'GL1'.

FNDCPASS apps/apps 0 Y system/manager ORACLE GL GL1

logonThe Oracle username/password.

system/passwordThe username and password for the SYSTEM DBA account.

usernameThe Oracle username. For example, 'GL'.

new_passwordThe new password.

oracle erp 重置密码,ORACLE ERP修改密码的方法相关推荐

  1. mysql本地服务器密码,mysql如何修改密码

    今天利用SQLyog连接本地服务器,连接不上,一直报2003的错误,这个错误是由于本地mysql没有启动,经过一番倒腾,服务开启,但连接时再一次报1045Access denied for user ...

  2. macOS忘记密码后如何修改密码

    #macOS忘记密码后如何修改密码 摘要: 有时候我们经常忘记macOS的密码,通过以下方式可以重置密码 ##恢复模式 方法一: 1.关闭你的 Mac. 2.按住 Command + R(⌘R) 组合 ...

  3. android SharedPreferences设置初始密码,并修改密码

    在很多应用程序中,都需要注册账号和密码,并且都会有一个初始密码,刚好在刚做的APP中要实现这个功能,要APP实现具有初始密码的功能,就是要判断用户是不是第一次使用这个APP,在保存用户设置多用的是Sh ...

  4. win10服务器修改远程密码,技术员解惑win10系统远程桌面保存密码后无法修改的设置方法...

    我们在使用win10系统的过程中,经常需要对win10系统远程桌面保存密码后无法修改的情况,想必大家都遇到过win10系统远程桌面保存密码后无法修改的情况吧,那么应该怎么处理win10系统远程桌面保存 ...

  5. 微信服务器在哪里修改密码,微信怎么修改密码?微信在哪里修改密码?

    微信怎么修改密码?微信在哪里修改密码?人们对微信的使用率日益增多,但是有很多朋友有疑惑,我们的微信密码该如何修改呢其实方法有很多.下面是对微信密码修改的经验,希望和大家分享一下. 1.第一种方法非常简 ...

  6. 忘记mysql密码后如何修改密码(2022最新版详细教程保姆级)

    忘记mysql密码后如何修改密码 注意事项 步骤 注意事项 一共用到两个cmd窗口,每一个都要以管理员身份打开,且在修改密码后,要先关闭第一个跳过验证密码的mysql服务的cmd窗口,再启动mysql ...

  7. 服务器群 密码定期修改,服务器密码设置定期修改密码

    服务器密码设置定期修改密码 内容精选 换一换 需要定期修改客户端的操作系统"rdadmin"用户的登录密码,并禁止"rdadmin"用户远程登录,以提升系统运维 ...

  8. Mysql数据库的初始密码及如何修改密码

    数据库初始密码及如何修改密码 初始密码 修改密码 初始密码 可能很多小伙伴们下载安装好MySQL后,登录时提示你输入密码,但是自己不知道密码是什么,用下面的方法可以帮助你快速的找到: step1:打开 ...

  9. mysql密码过期,修改密码,设置永不过期

    一.密码过期,修改密码 1.正常密码过期需要执行以下操作解决:(1)切换到超级用户 sudo su(2)使用原始密码登录mysql sh-3.2# ./mysql -uroot -pxxxxx(3)m ...

  10. mysql80重置密码_MySQL8.0修改密码问题

    MySQL5.7和之前的用户修改密码方式:mysql -uroot -e "Set password=password('123');" mysql -uroot -p123.co ...

最新文章

  1. linux ssh Unused,ssh免密码登录 - leopardlinux的个人空间 - OSCHINA - 中文开源技术交流社区...
  2. PHP Session变量
  3. 兼顾效率与安全:如何制止新模版注入漏洞?
  4. 7.SpringMVC 配置式开发-ModelAndView和视图解析器
  5. Linux打开rtf文档,在linux下设置开机自动启动程序的方法_精品.rtf
  6. 【软件工程】构件化业务模型CBM
  7. vi编辑器的学习使用(二十)
  8. python编程(类的使用)
  9. java语音读字符串_Android Java文本到语音查看额外的字符串信息
  10. 日志分析里面的max是什么_mysql慢日志文件分析处理
  11. ningx访问日志切割
  12. 无线射频识别技术开发与应用学习视频
  13. 药易通采购过账存储过程ts_c_BillAudit 分析
  14. 2021-06-22 加水印后原本EXCEL内容被覆盖
  15. 比赛介绍评委的pp咋做_播音主持专业如何做自我介绍?
  16. 联想e470加装固态硬盘_联想e470能不能加固态硬盘?
  17. python内存泄露memory leak排查记录
  18. 多元线性回归分析c语言,多元线性回归公式推导及R语言实现
  19. mfrc522 c语言程序,MF RC522 51单片机测试程序
  20. QImage/cv::Mat/HObject的图像格式互相转换,4字节对齐

热门文章

  1. [机器学习]基于信用卡欺诈的预测分析
  2. 使用requests获取58同城北京二手房信息
  3. DPDK igb/ixgbe/igb_uio bind ubind,网卡解绑
  4. UCloud杨镭:贴近用户需求做研发,将“云”简单化...
  5. 争夺细分新赛道,哪十家企业「领跑」L4级自动驾驶域控制器?
  6. 【面试智力题】有7克、2克砝码各一个,天平一只,如何只用这些物品三次将140克的盐分成50、90克各一份?
  7. EDA与VHDL作业(1)
  8. 20208月7号蜗牛学院作业
  9. vue keep-live使用
  10. 记一次由Arthas引起的Metaspace OOM问题