posts - 0,  comments - 20,  trackbacks - 0

SQL> conn /as sysdba
已连接。

锁定用户的方法:
SQL> alter user test account lock;

用户已更改。

-------test用户登陆数据库,失败了。
C:\>sqlplus test/test

ERROR:
ORA-28000: the account is locked

解锁的方法:
SQL> conn /as sysdba
SQL> alter user test account unlock;

用户已更改。

posted on 2008-08-26 09:59 Documents 阅读(487) 评论(0)  编辑  收藏 所属分类: Oracle
<2025年11月>
2627282930311
2345678
9101112131415
16171819202122
23242526272829
30123456

留言簿

文章分类

文章档案

J2EE

搜索

  •  

最新评论