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

来源:学生学帮网 编辑:学帮网 时间:2024/06/11 21:57:37

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;