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 阅读(519) 评论(0)  编辑  收藏 所属分类: Oracle
<2026年9月>
303112345
6789101112
13141516171819
20212223242526
27282930123
45678910

留言簿

文章分类

文章档案

J2EE

搜索

  •  

最新评论