How to Lock/Unlock user Account in Oracle
Posted by harshanurodh on April 26, 2009
# Log in oracle server
# sqlplus /as sysdba
# ALTER USER username ACCOUNT LOCK;
# ALTER USER username ACCOUNT UNLOCK;
Posted by harshanurodh on April 26, 2009
# Log in oracle server
# sqlplus /as sysdba
# ALTER USER username ACCOUNT LOCK;
# ALTER USER username ACCOUNT UNLOCK;
Bijay said
Thanks,
all are working fine.