标签:操作 match log 改密码 mat sysdba alter lte 修改密码
忘记密码操作的方法:
1.sqlplus /nolog
2.conn /as sysdba
--修改密码
3.alter user 用户名 identified by 密码;
alter user NAMEMATCHER identified by NAMEMATCHER;
alter user namematcher identified by namematcher;
标签:操作 match log 改密码 mat sysdba alter lte 修改密码
原文地址:https://www.cnblogs.com/liutoliu/p/11818648.html