Is there a way to recover the password for a jdbc datasource, which I used in a Weblogic Application server? I could change it, but since I'm not entirely sure, where we use the database, that would be rather complicated.
I have full administrative rights for the server, so if I have to look something up, in config files etc that would be ok.
I've used this with lots of success:
http://recover-weblogic-password.appspot.com/
Or you can do it locally - Instructions Taken from Here or Code can be found here:
In weblogic config files, like config.xml or *-datasource.xml in newer versions, passwords will be encrypted.
If your application code has some internal config in files like applicationContext.xml for Spring, you might be lucky with something of this sort
this is the java version:
jars needed can be found in weblogic server lib folder