用Linux用户找回Oracle的Sys密码

必须Su -  Oracle安装的用户下面,即使是Root用户也可能失败

sqlplus /nolog;  
connect / as sysdba  
alter user sys identified by 新密码

alter user system identified by  新密码

ALTER USER username ACCOUNT UNLOCK;

你可能感兴趣的:(Oracel_SQL技术)