oracle系统用户忘记密码

直接看代码

 conn /as sysdba
 -- 修改系统用户密码
 alter user system identified by password;

参考:http://www.cnblogs.com/yjhrem/articles/2340149.html

你可能感兴趣的:(oracle)