1. 首先打开PL/SQL Developer,以sys用户sysdba方式登陆。
2. 执行下列语句:
alter profile default limit failed_login_attempts unlimited password_life_time unlimited; NOAUDIT ALL; DELETE FROM SYS.AUD$;
3. 编辑SDE用户,去掉password expire选项前的√(在General选项卡中)。如下图所示。

![]()
4. 然后,执行“alter user sde identified by newpassword”,这样就OK啦。记得重启下sde服务。

![]()
|