Windows, change Data Source passwords
Dear Community,
We are using "ORACLE FUSION MIDDLEWARE (Oracle WebLogic)" and "ORACLE INTERNET DIRECTORY 12C", the first one has a database on another server and the second one an internal database.
We intend to change the Data Source passwords. In the case of WebLogic, we are first changing the Database and then the application server (Weblogic) using the WebLogic Scripting Tool (WLST) language.
In the ORACLE INTERNET DIRECTORY (OID) as I can't run my WLST scripts, I'm using the following sequence:
...Middleware\Oracle_Home\wlserver\server\bin\setWLSEnv.cmd connect('weblogic','password','t3://domain:port') oid_setup(orcladminPassword='password1',odsPassword='password2',realmDN='domain') updateCred(map='odssm',key='ODSSM', password='newpassword',user='ODSSM')