oracle 中出现 the account is locked1.在Dos提示符后输入命令“sqlplus /nolog” 2.在SQL提示符下输入命令“conn scott/tiger”3.出现了the account is locked

来源:学生作业学帮网 编辑:学帮网 时间:2024/05/20 03:06:21

oracle 中出现 the account is locked
1.在Dos提示符后输入命令“sqlplus /nolog”
2.在SQL提示符下输入命令“conn scott/tiger”
3.出现了the account is locked

conn / as sysdba;
alter user scott account unlock;