EBS R12 修改 apps 密码[Z]

注意:
修改密码时应保证所有用户已退出,
最好是关闭应用实例。不用关闭数据库。在修改密码之前一定要改备下数据库中的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命讼。

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

[sql] view plaincopy

  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. 停止实例:

[sql] view plaincopy

  1. [[email protected] ~]$ /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. 进入数据库备份相关表:

[sql] view plaincopy

  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. 修改密码:

[sql] view plaincopy

  1. [[email protected] ~]$ FNDCPASS apps/apps 0 Y system/manager SYSTEM APPLSYS vipshop

  2. Log filename : L403158.log
  3. Report filename : O403158.out

查看日志:

[sql] view plaincopy

  1. [[email protected] ~]$ 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. 以新密码启动应用。

[sql] view plaincopy

    1. [[email protected] ~]$ 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. [[email protected] ~]$ 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. [[email protected] ~]$ /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[email protected] 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]

时间: 2024-10-25 22:29:04

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

EBS R12 更改SYSADMIN密码

SQL> select * from v$version; BANNER--------------------------------------------------------------------------------Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - 64bit ProductionPL/SQL Release 11.1.0.7.0 - ProductionCORE    11.1.0.7.0  

破解EBS R12应用和数据库用户密码

1,如果你有某个EBS环境APPS用户密码,可以破解应用用户的密码 参考:Oracle EBS R12下如何破解用户密码 2,如果没有APPS用户密码,还想破解该环境A密码.要看"运气"了,如果有相应的Clone环境B,EBS DBA还没有修改$CONTEXT_FILE内容,并且具有环境A的数据查询权限,可以破解APPS密码 参考:Oracle EBS R12 - 利用PLSQL取得/破解apps密码和EBS中的用户密码 1)在环境B中创建上文中的包,在环境A中查询GUEST用户加密后

更改EBS APPS 密码流程

http://www.cnblogs.com/toowang/p/3584785.html 更改EBS APPS 密码流程 (更改完后重启APP 和DB)2008-1-4 在EBS11.5.10.2环境应用成功!  参考metalink Note:160337.1 How To Manually Change The APPS, APPLSYS and APPLSYSPUB Passwords in Oracle Applications  Note:159244.1 How To Use FN

EBS系统多层次密码与修改方法

我们将EBS系统密码分成四类,更改密码都需要遵照章程.规范,特别是做好备份. 1.操作系统用户,如root,ora,appl等用户. [修改方法] 利用passwd这个OS命令去更改用户密码. 如: passwd root passwd ora passwd apps [生产密码] 12345678 [测试与DG环境] 12345678 [注意事项] 无.如忘记root密码,可以用单用户模式登陆OS,以修改root密码. 理论上,修改操作系统用户密码,对EBS系统没有影响. 2. 数据库用户 2

Oracle EBS R12.2创建客户化模块

以下步骤描述EBS R12.2中如何注册客户化模块,参考Oracle support Creating a CustomApplication in Oracle E-Business Suite Release 12.2 (文档 ID 1577707.1) 1.下载补丁3636980,拷贝3636980\izu\admin目录下3个.txt文件到/tmp目录下进行修改 如:izuprod.txt改名为cuxhdprod.txt izuterr.txt改名为cuxhdterr.txt 2.修改n

Oracle EBS R12 (12.1.3) Installation Linux(64 bit)

Oracle EBS R12 (12.1.3) Installation Linux(64 bit) Contents Objective. 3 1 Download & Unzip. 3 Download. 3 Unzip. 3 MD5 Checksums. 4 2 Pre-Install Task. 5 Disk Space. 5 Specific Software Requirements. 5 RPM... 6 JDK. 8 OS User & Group. 11 3 Instal

Oracle EBS R12 - 怎样更改SYSADMIN的password

SQL> select * from v$version; BANNER -------------------------------------------------------------------------------- Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - 64bit Production PL/SQL Release 11.1.0.7.0 - Production CORE    11.1.0.7

WampServer修改Mysql密码的步骤

1.安装成功后,通过 phpmyadmin 进入mysql,点击上面的 [用户] 菜单,在用户[root]主机[localhost]点击编辑权限,下面有一个选项[修改密码],输入您想要的密码,如:123456. 2.现在mysql密码已经修改成功.但是 phpmyadmin 还无法和 mysql 通信.所以下面我们修改 phpmyadmin 配置文件. 3.进入wampserver安装目录,如 C:/wamp/apps/phpmyadmin3.5.1 4.打开(www.111cn.net)con

设备配置路由恢复出厂及修改特权密码

一.路由器恢复出厂设置 Router>en Router#config Configuring from terminal, memory, or network [terminal]? Enter configuration commands, one per line.  End with CNTL/Z. Router(config)# Router(config)#interface f0/0 Router(config-if)# Router(config-if)#ip address