Workflow Account Password Update from Backend in EBS
In Oracle E-Business Suite (EBS), workflow account passwords can be updated directly from the backend database. The system only accepts encrypted values of the password — plain text passwords will not work.
To update the workflow account password for Inbound and Outbound parameters, execute the following SQL commands with a dummy encrypted value (example shown below):
- Replace DUMMY_ENCRYPTED_VALUE with the actual encrypted password string.
- Only encrypted values are valid. The backend will not accept plain text passwords.
- Ensure you commit the changes after execution.
Post a Comment
Post a Comment