Open the WAS_INSTALL/bin/admin.config file.
Make sure there that the database settings, and username are correct. I am assuming that you are using the AE (Advanced Edition).
Look for things like:
com.ibm.ejs.sm.adminServer.dbURL=jdbc

racle:thin:@localhost:1521

rcl
and:
com.ibm.ejs.sm.adminServer.dbuser=mywebsphereadmin
etc.
-T.