user account locked EM 10g [message #68626] |
Thu, 29 April 2004 20:36 |
barwas
Messages: 19 Registered: October 2003
|
Junior Member |
|
|
i cant do any thing with EM, i got only user account locked and what can i do only startup or shutdown immediate the database noyhing more, do some one knoe how to solve this error
|
|
|
Re: user account locked EM 10g [message #68631 is a reply to message #68626] |
Wed, 05 May 2004 09:07 |
Frank Naude
Messages: 4581 Registered: April 1998
|
Senior Member |
|
|
Hi,
You need to unlock the accounts you want to use.
After that, you should be able to login to the
unlocked accounts. Example:
sqlplus "/as sysdba"
SQL> ALTER USER scott ACCOUNT UNLOCK;
Best regards.
Frank
|
|
|
|