oracle用户被锁定

时间:2014-07-21 14:11:51   收藏:0   阅读:191

sqlplus sys/password@localhost:1521/cmsx as sysdba

 

SQL*Plus: Release 11.2.0.1.0 Production on 星期一 7月 21 13:33:13 2014

Copyright (c) 1982, 2010, Oracle.  All rights reserved.


连接到:
Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options

SQL> alert user cmsuser account unlock;
SP2-0734: 未知的命令开头 "alert user..." - 忽略了剩余的行。
SQL> alter user cmsuser account unlock;

用户已更改。

SQL>

oracle用户被锁定,布布扣,bubuko.com

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!