Oh, it's painfull... All you want to do is login and upgrade the oats database or just login, and you cannot.
It'd easy changing the oats and olt user -
sqlplus /@xe as sysdba
SQL> alter user oats identified by HelloWorld99 account unlock;
But the admin account is frustrating.
You can log into wls admin http://localhost:8088/console
and login with oats and your admin password (if you remember the latest one). Note that you can get confused, because even if you reinstall OATS, it seems to remember the first admin password or want it in the database.
So, what you need is this badboy - at the command line:
C:\OracleATS\lib>C:\OracleATS\jdk\bin\java.exe -Djava.library.path=c:\OracleATS\lib -jar ResetPassword.jar -otm "OATS_otm_DS"
Warning: This will reset the password for the Administrator account in the 'OATS_otm_DS' database. This action cannot be undone. Press Ctrl-C to cancel or enter the new password below.
Enter password:
Confirm password:
Password has been changed successfully.
Then
C:\OracleATS\lib>C:\OracleATS\jdk\bin\java.exe -Djava.library.path=c:\OracleATS\lib -jar ResetPassword.jar -olt "Default OLT Database"
Warning: This will reset the password for the Administrator account in the 'Default OLT Database' database. This action cannot be undone. Press Ctrl-C to cancel or enter the new password below.
Enter password:
Confirm password:
Password has been changed successfully.
BOOM - logging in!
Now I need to solve Steve's question about OTM playback and having the correct delay in the script!
I love blogging about new technology appropriate for the enterprise. I want to change the face of innovation to embrace change, agility and promote an innovation culture.
Subscribe to:
Post Comments (Atom)
-
There are a heap of instructions of what you need to change if you change the IP address of your weblogic server, but I find they are not co...
-
They have been around for quite some time, but it's nice to have a refresher on these types of things. 8.12 and 9.0 have have started...
-
I’m running windows 7 virtual on OVM with office 2010. Have E1 fat boy and oracle 11G client. I’m using this machine for some BIP prototyp...
No comments:
Post a Comment