注意:
修改密码时应保证所有用户已退出, 最好是关闭应用实例。不用关闭数据库。在修改密码之前一定要改备下数据库中的FND_ORACLE_USERID和FND_USER表。
FNDCPASS工具会自动把APPS用户的密码和APPLSYS用户的密码和APPLSYS用户的密码同步设置成一样的。
在修改完APPLSYS和APPS用户的密码后, 需要重新启动并发管理器。
在修改完APPLSYS和APPS用户的密码后,要求将已经处在登录状态的用户完全退出, 然后重新登录。
修改APPS用户的密码不支持直接在数据库中使用ALTER USER 命令。
在任何情况下,都不能直接使用操纵数据库的密码去直接修改APPS用户密码。
一定要用FNDCPASS去修改APPS密码, 在ORACLE 12.1.2中可以用AFPASSWD命令。
在修改密码过程中,要仔细,反复确认FNDCPASS日志,如果在FNDCPASS日志中发现了任何错误信息,在没弄清楚错误原因之前不要手动去运行AUTOCONFIG命令。
在修改用户密码过程中,如果出现ERP系统不能登录的问题, 不要再随便运行AUTOCONFIG命讼。

密码修改失败以后修复办法:

  1. truncate table fnd_user;
  2. truncate table fnd_oracle_userid;
  3. insert into fnd_user select * from 前面的备份表;
  4. insert into fnd_oracle_userid select * from ......;
  5. commit;

修改案例:
1. 停止实例:

  1. [ebsapp@gd1ebs132 ~]$ /u01/PROD/PROD/inst/apps/PROD_gd1ebs132/admin/scripts/adstpall.sh apps/apps
  2. You are running adstpall.sh version 120.10.12010000.4
  3. The logfile for this session is located at /u01/PROD/PROD/inst/apps/PROD_gd1ebs132/logs/appl/admin/log/adstpall.log
  4. Executing service control script:
  5. /u01/PROD/PROD/inst/apps/PROD_gd1ebs132/admin/scripts/jtffmctl.sh stop
  6. script returned:
  7. ****************************************************
  8. You are running jtffmctl.sh version 120.3
  9. Shutting down Fulfillment Server for PROD on port 9307 ...
  10. jtffmctl.sh: exiting with status 0
  11. .end std out.
  12. .end err out.
  13. ****************************************************
  14. Executing service control script:
  15. /u01/PROD/PROD/inst/apps/PROD_gd1ebs132/admin/scripts/adcmctl.sh stop
  16. script returned:
  17. ****************************************************
  18. You are running adcmctl.sh version 120.17.12010000.5
  19. Shutting down concurrent managers for PROD ...
  20. ORACLE Password:
  21. Submitted request 403157 for CONCURRENT FND SHUTDOWN
  22. adcmctl.sh: exiting with status 0
  23. adcmctl.sh: check the logfile /u01/PROD/PROD/inst/apps/PROD_gd1ebs132/logs/appl/admin/log/adcmctl.txt for more information ...
  24. .end std out.
  25. .end err out.
  26. ****************************************************
  27. Executing service control script:
  28. /u01/PROD/PROD/inst/apps/PROD_gd1ebs132/admin/scripts/adoafmctl.sh stop
  29. script returned:
  30. ****************************************************
  31. You are running adoafmctl.sh version 120.8
  32. Stopping OPMN managed OAFM OC4J instance ...
  33. adoafmctl.sh: exiting with status 0
  34. adoafmctl.sh: check the logfile /u01/PROD/PROD/inst/apps/PROD_gd1ebs132/logs/appl/admin/log/adoafmctl.txt for more information ...
  35. .end std out.
  36. .end err out.
  37. ****************************************************
  38. Executing service control script:
  39. /u01/PROD/PROD/inst/apps/PROD_gd1ebs132/admin/scripts/adformsctl.sh stop
  40. script returned:
  41. ****************************************************
  42. You are running adformsctl.sh  version 120.16.12010000.3
  43. Stopping OPMN managed FORMS OC4J instance  ...
  44. adformsctl.sh: exiting with status 0
  45. adformsctl.sh: check the logfile /u01/PROD/PROD/inst/apps/PROD_gd1ebs132/logs/appl/admin/log/adformsctl.txt for more information ...
  46. .end std out.
  47. .end err out.
  48. ****************************************************
  49. Executing service control script:
  50. /u01/PROD/PROD/inst/apps/PROD_gd1ebs132/admin/scripts/adoacorectl.sh stop
  51. script returned:
  52. ****************************************************
  53. You are running adoacorectl.sh version 120.13
  54. Stopping OPMN managed OACORE OC4J instance ...
  55. adoacorectl.sh: exiting with status 0
  56. adoacorectl.sh: check the logfile /u01/PROD/PROD/inst/apps/PROD_gd1ebs132/logs/appl/admin/log/adoacorectl.txt for more information ...
  57. .end std out.
  58. .end err out.
  59. ****************************************************
  60. Executing service control script:
  61. /u01/PROD/PROD/inst/apps/PROD_gd1ebs132/admin/scripts/adapcctl.sh stop
  62. script returned:
  63. ****************************************************
  64. You are running adapcctl.sh version 120.7.12010000.2
  65. Stopping OPMN managed Oracle HTTP Server (OHS) instance ...
  66. opmnctl: stopping opmn managed processes...
  67. adapcctl.sh: exiting with status 0
  68. adapcctl.sh: check the logfile /u01/PROD/PROD/inst/apps/PROD_gd1ebs132/logs/appl/admin/log/adapcctl.txt for more information ...
  69. .end std out.
  70. .end err out.
  71. ****************************************************
  72. Executing service control script:
  73. /u01/PROD/PROD/inst/apps/PROD_gd1ebs132/admin/scripts/adalnctl.sh stop
  74. script returned:
  75. ****************************************************
  76. adalnctl.sh version 120.3
  77. Shutting down listener process APPS_PROD.
  78. adalnctl.sh: exiting with status 0
  79. adalnctl.sh: check the logfile /u01/PROD/PROD/inst/apps/PROD_gd1ebs132/logs/appl/admin/log/adalnctl.txt for more information ...
  80. .end std out.
  81. .end err out.
  82. ****************************************************
  83. Executing service control script:
  84. /u01/PROD/PROD/inst/apps/PROD_gd1ebs132/admin/scripts/adopmnctl.sh stop
  85. script returned:
  86. ****************************************************
  87. You are running adopmnctl.sh version 120.6.12010000.5
  88. Stopping Oracle Process Manager (OPMN)  and the managed processes ...
  89. opmnctl: stopping opmn and all managed processes...
  90. adopmnctl.sh: exiting with status 0
  91. adopmnctl.sh: check the logfile /u01/PROD/PROD/inst/apps/PROD_gd1ebs132/logs/appl/admin/log/adopmnctl.txt for more information ...
  92. .end std out.
  93. .end err out.
  94. ****************************************************
  95. All enabled services on this node are stopped.
  96. adstpall.sh:Exiting with status 0
  97. adstpall.sh: check the logfile /u01/PROD/PROD/inst/apps/PROD_gd1ebs132/logs/appl/admin/log/adstpall.log for more information ...

2. 进入数据库备份相关表:

  1. SQL> conn apps/apps
  2. Connected.
  3. SQL> create table fnd_user_bak as select * from fnd_user;
  4. Table created.
  5. SQL> create table fnd_oracle_userid_bak as select * from fnd_oracle_userid;
  6. Table created.

3. 修改密码:

  1. [ebsapp@gd1ebs132 ~]$ FNDCPASS apps/apps 0 Y system/manager SYSTEM APPLSYS vipshop
  2. Log filename : L403158.log
  3. Report filename : O403158.out

查看日志:

  1. [ebsapp@gd1ebs132 ~]$ more L403158.log
  2. +---------------------------------------------------------------------------+
  3. Application Object Library: Version : 12.0.0
  4. Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
  5. module:
  6. +---------------------------------------------------------------------------+
  7. Current system time is 13-JUN-2013 11:15:15
  8. +---------------------------------------------------------------------------+
  9. Working...
  10. +---------------------------------------------------------------------------+
  11. Concurrent request completed successfully
  12. Current system time is 13-JUN-2013 11:15:15
  13. +---------------------------------------------------------------------------+
  14. 修改正常。

4. 以新密码启动应用。

    1. [ebsdb@gd1ebs131 ~]$ sqlplus apps/apps
    2. SQL*Plus: Release 11.2.0.3.0 Production on Thu Jun 13 11:11:54 2013
    3. Copyright (c) 1982, 2011, Oracle.  All rights reserved.
    4. ERROR:
    5. ORA-01017: invalid username/password; logon denied
    6. Enter user-name: ^C
    7. [ebsdb@gd1ebs131 ~]$ sqlplus apps/vipshop
    8. SQL*Plus: Release 11.2.0.3.0 Production on Thu Jun 13 11:12:06 2013
    9. Copyright (c) 1982, 2011, Oracle.  All rights reserved.
    10. Connected to:
    11. Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    12. With the Partitioning, OLAP, Data Mining and Real Application Testing options
    13. SQL>
    14. [ebsapp@gd1ebs132 ~]$ /u01/PROD/PROD/inst/apps/PROD_gd1ebs132/admin/scripts/adstrtal.sh apps/vipshop
    15. You are running adstrtal.sh version 120.15.12010000.3
    16. The logfile for this session is located at /u01/PROD/PROD/inst/apps/PROD_gd1ebs132/logs/appl/admin/log/adstrtal.log
    17. Executing service control script:
    18. /u01/PROD/PROD/inst/apps/PROD_gd1ebs132/admin/scripts/adopmnctl.sh start
    19. script returned:
    20. ****************************************************
    21. You are running adopmnctl.sh version 120.6.12010000.5
    22. Starting Oracle Process Manager (OPMN) ...
    23. opmnctl: opmn started.
    24. adopmnctl.sh: exiting with status 0
    25. adopmnctl.sh: check the logfile /u01/PROD/PROD/inst/apps/PROD_gd1ebs132/logs/appl/admin/log/adopmnctl.txt for more information ...
    26. .end std out.
    27. .end err out.
    28. ****************************************************
    29. Executing service control script:
    30. /u01/PROD/PROD/inst/apps/PROD_gd1ebs132/admin/scripts/adalnctl.sh start
    31. script returned:
    32. ****************************************************
    33. adalnctl.sh version 120.3
    34. Checking for FNDFS executable.
    35. Starting listener process APPS_PROD.
    36. adalnctl.sh: exiting with status 0
    37. adalnctl.sh: check the logfile /u01/PROD/PROD/inst/apps/PROD_gd1ebs132/logs/appl/admin/log/adalnctl.txt for more information ...
    38. .end std out.
    39. .end err out.
    40. ****************************************************
    41. Executing service control script:
    42. /u01/PROD/PROD/inst/apps/PROD_gd1ebs132/admin/scripts/adapcctl.sh start
    43. script returned:
    44. ****************************************************
    45. You are running adapcctl.sh version 120.7.12010000.2
    46. Starting OPMN managed Oracle HTTP Server (OHS) instance ...
    47. opmnctl: opmn is already running.
    48. opmnctl: starting opmn managed processes...
    49. adapcctl.sh: exiting with status 0
    50. adapcctl.sh: check the logfile /u01/PROD/PROD/inst/apps/PROD_gd1ebs132/logs/appl/admin/log/adapcctl.txt for more information ...
    51. .end std out.
    52. .end err out.
    53. ****************************************************
    54. Executing service control script:
    55. /u01/PROD/PROD/inst/apps/PROD_gd1ebs132/admin/scripts/adoacorectl.sh start
    56. script returned:
    57. ****************************************************
    58. You are running adoacorectl.sh version 120.13
    59. Starting OPMN managed OACORE OC4J instance  ...
    60. adoacorectl.sh: exiting with status 0
    61. adoacorectl.sh: check the logfile /u01/PROD/PROD/inst/apps/PROD_gd1ebs132/logs/appl/admin/log/adoacorectl.txt for more information ...
    62. .end std out.
    63. .end err out.
    64. ****************************************************
    65. Executing service control script:
    66. /u01/PROD/PROD/inst/apps/PROD_gd1ebs132/admin/scripts/adformsctl.sh start
    67. script returned:
    68. ****************************************************
    69. You are running adformsctl.sh  version 120.16.12010000.3
    70. Starting OPMN managed FORMS OC4J instance  ...
    71. Calling txkChkFormsDeployment.pl to check whether latest FORMSAPP.EAR is deployed...
    72. Program : /u01/PROD/PROD/apps/apps_st/appl/fnd/12.0.0/patch/115/bin/txkChkFormsDeployment.pl started @ Thu Jun 13 11:18:14 2013
    73. *** Log File = /u01/PROD/PROD/inst/apps/PROD_gd1ebs132/logs/appl/rgf/TXK/txkChkFormsDeployment_Thu_Jun_13_11_18_14_2013/txkChkFormsDeployment_Thu_Jun_13_11_18_14_2013.log
    74. File "/u01/PROD/PROD/apps/tech_st/10.1.3/j2ee/forms/applications/forms/formsweb/WEB-INF/lib/frmsrv.jar" exists. Proceeding to check the size...
    75. =============================================
    76. *** Latest formsapp.ear has been deployed ***
    77. =============================================
    78. Program : /u01/PROD/PROD/apps/apps_st/appl/fnd/12.0.0/patch/115/bin/txkChkFormsDeployment.pl completed @ Thu Jun 13 11:18:14 2013
    79. Perl script txkChkFormsDeployment.pl got executed successfully
    80. adformsctl.sh: exiting with status 0
    81. adformsctl.sh: check the logfile /u01/PROD/PROD/inst/apps/PROD_gd1ebs132/logs/appl/admin/log/adformsctl.txt for more information ...
    82. .end std out.
    83. *** ALL THE FOLLOWING FILES ARE REQUIRED FOR RESOLVING RUNTIME ERRORS
    84. *** Log File = /u01/PROD/PROD/inst/apps/PROD_gd1ebs132/logs/appl/rgf/TXK/txkChkFormsDeployment_Thu_Jun_13_11_18_14_2013/txkChkFormsDeployment_Thu_Jun_13_11_18_14_2013.log
    85. .end err out.
    86. ****************************************************
    87. Executing service control script:
    88. /u01/PROD/PROD/inst/apps/PROD_gd1ebs132/admin/scripts/adoafmctl.sh start
    89. script returned:
    90. ****************************************************
    91. You are running adoafmctl.sh version 120.8
    92. Starting OPMN managed OAFM OC4J instance  ...
    93. adoafmctl.sh: exiting with status 0
    94. adoafmctl.sh: check the logfile /u01/PROD/PROD/inst/apps/PROD_gd1ebs132/logs/appl/admin/log/adoafmctl.txt for more information ...
    95. .end std out.
    96. .end err out.
    97. ****************************************************
    98. Executing service control script:
    99. /u01/PROD/PROD/inst/apps/PROD_gd1ebs132/admin/scripts/adcmctl.sh start
    100. script returned:
    101. ****************************************************
    102. You are running adcmctl.sh version 120.17.12010000.5
    103. Starting concurrent manager for PROD ...
    104. Starting PROD_0613@PROD Internal Concurrent Manager
    105. Default printer is noprint
    106. adcmctl.sh: exiting with status 0
    107. adcmctl.sh: check the logfile /u01/PROD/PROD/inst/apps/PROD_gd1ebs132/logs/appl/admin/log/adcmctl.txt for more information ...
    108. .end std out.
    109. .end err out.
    110. ****************************************************
    111. Executing service control script:
    112. /u01/PROD/PROD/inst/apps/PROD_gd1ebs132/admin/scripts/jtffmctl.sh start
    113. script returned:
    114. ****************************************************
    115. You are running jtffmctl.sh version 120.3
    116. Validating Fulfillment patch level via /u01/PROD/PROD/apps/apps_st/comn/java/classes
    117. Fulfillment patch level validated.
    118. Starting Fulfillment Server for PROD on port 9307 ...
    119. jtffmctl.sh: exiting with status 0
    120. .end std out.
    121. .end err out.
    122. ****************************************************
    123. All enabled services for this node are started.
    124. adstrtal.sh: Exiting with status 0
    125. adstrtal.sh: check the logfile /u01/PROD/PROD/inst/apps/PROD_gd1ebs132/logs/appl/admin/log/adstrtal.log for more information ...

EBS R12 修改 apps 密码[Z]的更多相关文章

  1. EBS R12 更改SYSADMIN密码

    SQL> select * from v$version; BANNER------------------------------------------------------------- ...

  2. EBS R12 怎么修改APPS密码

    apps 和 applsys 的口令 $> FNDCPASS apps/<apps password> 0 Y system/<system password> SYST ...

  3. 更改EBS APPS 密码流程

    更改EBS APPS 密码流程 (更改完后重启APP 和DB)2008-1-4 在EBS11.5.10.2环境应用成功!  参考metalink Note:160337.1 How To Manual ...

  4. ORACLE EBS R12 FOR LINUX 开机后如何启动数据库、应用脚本[Z]

    在Linux中安裝EBS  R12後, EBS關閉與啟動的程序為: 1. 關閉EBS - 先關閉Applications Server $ cd /d01/oracle/VIS/inst/apps/V ...

  5. Oracle EBS R12经验谈(二)

    作者: jianping.ni    时间: 2009-2-13 12:52     标题: Oracle EBS R12经验谈(二) OAF页面:银行帐户开户人LOV值列表无值    在输入 应付超 ...

  6. EBS R12安装升级(FRESH)(五)

    7.4.5 用DBUA升级 Database Upgrade Assistant提供图形界面进行升级. 将zysong.ttf复制到 /u01/oracle/TEST/db/tech_st/11.2. ...

  7. EBS R12安装升级(FRESH)(三)

    5 EBS R12.1.1安装后配置 5.1 新建patch文件夹 1 2 3 su - root mkdir /stage/patch chmod 777 /stage/patch 打补丁说明:随便 ...

  8. EBS R12安装升级(FRESH)(二)

    3 Linux系统设置 这一节步骤基本都在终端root用户下进行. 自行熟悉vi或其他文本工具的用法. 3.1 host-only外网连接 如果用的NAT模式这一节略过. 右击当前主机连接外网的网卡, ...

  9. EBS R12安装升级(FRESH)(一)

    from:http://nufeng.net/ebs-r12-fresh-installation-and-upgrades/ 文章目录[隐藏] 1 EBS安装前准备 1.1 硬件 1.2 虚拟机vm ...

随机推荐

  1. opengl笔记——旋转,一段代码的理解

    重看:opengl笔记——OpenGL好资料备忘 在找到这段代码,对理解opengl旋转很有帮助 ... glPushMatrix(); // initialze ModelView matrix g ...

  2. jQuery Custom Selector JQuery自定义选择器

    什么是JQuery的选择器呢,详见JQuery中的Selector: http://docs.jquery.com/Selectors 比如 $("div:contains('John')& ...

  3. ab -n -c

    ab是apache自带的一个很好用的压力测试工具,当安装完apache的时候,就可以在bin下面找到ab 1 我们可以模拟100个并发用户,对一个页面发送1000个请求 ./ab -n1000 -c1 ...

  4. 存储和读取MYSQL时间戳

    from_unixtime(date,'%Y%m%d')是MySQL里的时间函数date为需要处理的参数(该参数是Unix 时间戳),可以是字段名,也可以直接是Unix 时间戳字符串后面的 '%Y%m ...

  5. HTML构成及基本标签

    超文本标记语言:HTML W3C:互联网联盟 注释语法:<!--注释掉的内容--> 标签格式: 双标签元素:<标签名 属性 style="样式">内容< ...

  6. sqlserver 2008 局域网跨服务器T-SQL操作(一)

    --查看当前链接情况: select * from sys.servers; --增加链接,参数:服务器别名,为链接服务器的OLE DB数据源的产品名称,与此数据源对应的OLE DB访问接口的唯一编程 ...

  7. 5.7.13mysql 无法登陆

    话不多说 用的http://dev.mysql.com/downloads/mysql/下的ZIP  Archive安装方式 下载 解压,然后吧bin目录添加到系统path环境变量下.然后将my-de ...

  8. oracle distinct 去除重复,同时按某字段排序

    SELECT distinct supplier_id, min(evidence_date) as evidence_date FROM TD_SUPPLIER_EVIDENCE_INFO wher ...

  9. append, appendTo, after区别(preappend、before与这几个原理相同)

    append在被选元素结尾插入内容,是被包围在所选元素的标签内的. <script> $('p').append('<a>http</a>'); </scri ...

  10. java web每天定时执行任务(四步轻松搞定)

    第一步: package com.eh.util; import java.util.Calendar; import java.util.Date; import java.util.Timer; ...