Administrator
|
APPLSYS and APPS accounts are used during signon process.
Signon is a very important and a critical process.
It must be secured and Oracle made it to be secured by building a mechanism to store and get the password of APPS in a secure way.
Now think about APPLSYS, its password should also be get securely during the signon.
If there would be a different password for APPLSYS, then there should be a seperated mechanism for getting it securely. It means more code + this would make the password changes of EBS and the general maintanence of these APPS and APPLSYS accounts more complex. In addition, the role of these schemas are almost identical. I mean, they are seperated accounts and they store seperated db objects but they work closely.
So, I believe, that's why APPS and APPLSYS accounts must have the same passwords. This is a matter of design, bytheway.
|