FNDCPASS ALLORACLE的用法
FNDCPASS ALLORACLE在11.5.10 RUP 3 中提供,对于以前的版本可以通过安装 standalone patch 4745998 。
FNDCPASS ALLORACLE 改的是所有用户的密码吗? 不是的
oracle中包含四类Schema
1. Schemas that exist in every Oracle database (whether used by Oracle Applications or not) [ex: SYS,SYSTEM].
2. A small set of schemas used by shared components of Oracle Applications [for example, APPLSYSPUB,APPLSYS,APPS].
3. A large set of schemas provided by the individual products of Oracle Applications [for example, ABM,AHL,...,ZSA,ZX].
4. A set of schemas that belong to optional database features or third party products these fall into three subtypes:
1. Used by and patched with Oracle Applications [for example, CTXSYS, PORTAL30].
2. Used by Oracle Applications but patched only with the RDBMS [for example, MDSYS,ORDSYS]
3. Not used by Oracle Applications [for example, SCOTT]
对于第一类,第四类的2,3 密码,直接使用alter user system identified by 修改
对于第二类密码 可以使用 FNDCPASS apps/apps 0 Y system/manager SYSTEM APPLSYS WELCOME
对于第三类密码 可以使用 FNDCPASS apps/apps 0 Y system/manager ORACLE GL GL1
对于第四类1 密码 也要使用 FNDCPASS apps/apps 0 Y system/manager oracle ctxsys ctxsys01修改
还有一类密码是应用用户的登陆密码 通过 FNDCPASS apps/apps 0 Y system/manager USER VISION WELCOME修改
最后需要注意的是第二类的applsyspub,以及应用的guest密码 是不建议修改也不能设为过期的。否则就是自找麻烦
在Oracle Applications 初始安装和打补丁时主要用到 2, 3 & 4.1 三类密码。而FNDCPASS ALLORACLE一次性全部修改的只是第三类密码[for example, ABM,AHL,...,ZSA,ZX].
用法 FNDCPASS apps/apps 0 Y system/manager ALLORACLE WELCOME