Sometimes, you have several boxes and environments, and make a lot of configurations and we don't really keep tracking of all actions done until certain point of time. When you need that password you realize that you don't have it.
In ODI there's a user SUPERVISOR, who controls the master configuration of the tool.
If you want to change it please do the following:
1.- Log in with the master repo user
2.- Execute the following statement:
update snp_user set pass='aYyH5kyea2TN2.YuxopAMy'
where wuser_name = 'SUPERVISOR'
Where pass is the new encoded password, encoded with the ODI utility encode.sh
Location:
/product/111/odi_111/odi_111/oracledi/agent/bin/encoded.sh newpassword
sh encode.sh newPassword
aYyH5kyea2TN2.YuxopAMy
and once again!, easy no?
No comments:
Post a Comment