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 阅读(458) 评论(0)  编辑  收藏 所属分类: Oracle

只有注册用户登录后才能发表评论。


网站导航:
 
<2024年4月>
31123456
78910111213
14151617181920
21222324252627
2829301234
567891011

留言簿

文章分类

文章档案

J2EE

搜索

  •  

最新评论