Hi Everyone!
EBS passwords are changed by the utility called FNDCPASS. In R12.1.2 Oracle has come up with another Utility AFPASSWD for the same purpose
Advantage is that you can run AFPASSWD utility from DB tier or from Midtier where as FNDCPASS can only be run from midtier side.
It prompts only the required passwords .
AFPASSWD [-c APPSUSER[@TWO_TASK]] [-f FNDUSER]
AFPASSWD [-c APPSUSER[@TWO_TASK]] [-o DBUSER]
AFPASSWD [-c APPSUSER[@TWO_TASK]] [-a]
AFPASSWD [-c APPSUSER[@TWO_TASK]] [-l ORACLEUSER [TRUE] |
[FALSE]]
AFPASSWD [-c APPSUSER[@TWO_TASK]] [-L [TRUE] | [FALSE]]
AFPASSWD [-c APPSUSER[@TWO_TASK]] [-s] APPLSYS
More details on this read 11-8 in http://download.oracle.com/docs/cd/B53825_04/current/acrobat/121sacg.pdf
Related articles
http://applicationsdba.blogspot.com/2008/03/r12-no-passwords-in-flat-files.html
http://applicationsdba.blogspot.com/2008/01/r1204-new-feature-fndcpass-security.html
http://applicationsdba.blogspot.com/2008/02/11g-new-feature-password-case.html
Subscribe to:
Post Comments (Atom)
1 comment:
How do I run AFPASSWD in db tier 64 bits?
Post a Comment