当前位置:Gxlcms > mysql > oracle忘记sys密码解决

oracle忘记sys密码解决

时间:2021-07-01 10:21:17 帮助过:28人阅读

sqlplus /nolog;

connect / as sysdba

alter user sys identified by;

alter user system identified by;

人气教程排行