oracle修改默认账号密码是什么原因oracle用户被锁定

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;

oracle账号

用户已更改。

SQL>

此条目发表在oracle metalink账号分类目录,贴了标签。将固定链接加入收藏夹。