Conceptual comparision with FNDCPASS
In R12.1.1 and before
oracle EBS Versions EBS passwords are changed using FNDCPASS. From R12.1.2
Oracle has come up with another Utility AFPASSWD for the same purpose.
AFPASSWD help: AFPASSWD -h (Displays help)
Advantages
- AFPASSWD
utility can be run from DB tier or from Midtierwhere but FNDCPASS can only
be run from midtier side.
- AFPASSWD is an enhanced version of FNDCPASS, and includes the following features:
- AFPASSWD
only prompts for passwords required for the current operation,allowing
separation of duties between applications administrators and database
administrators.
- Improved
interoperability with Oracle Database Vault.In contrast, the FNDCPASS
utility currently requires specification of the APPS and the SYSTEM
usernames and corresponding passwords, preventing separation of duties
between applications administrators and database administrators.
AFPASSWD Usage(Detailed)When changing a password with AFPASSWD, the user is prompted to enter the New password twice to confirm.
Conceptual comparision with FNDCPASS
No comments:
Post a Comment