admin/weblogic1
Now if you got this locked, you need to do the following.
1.- Stop the oer instance.
2.- Login into the OER databse schema and perform the following commands
01 | update OER1_OER.ENTSECUSERS set ACTIVESTATUS=0 where USERNAME= 'admin' ; |
02 |
03 |
04 | select * from OER1_OER.ENTSECUSERS where username= 'admin' ; |
05 |
06 |
07 | select * from OER1_OER.CMEEUSERS where ENTSECUSERID= '99' ; |
08 |
09 |
10 | update OER1_OER.CMEEUSERS set ACTIVESTATUS=0 where ENTSECUSERID= '99' ; |
11 |
12 |
13 | commit ; |