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

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


网站导航:
 
<2024年11月>
272829303112
3456789
10111213141516
17181920212223
24252627282930
1234567

留言簿

文章分类

文章档案

J2EE

搜索

  •  

最新评论