Oracle Weblogic Server (MOSC)

MOSC Banner

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')

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center