ORA-28010: cannot expire external or global accounts
Cause: If a user account is created as IDENTIFIED EXTERNALLY, or IDENTIFIED GLOBALLY, this account cannot be expired
Action: Try to expire the password of the user that has database password
此 ORA-28010 错误是 Oracle 数据库的一种错误,用户在尝试使用 EXP 命令将外部数据库账户的密码过期时可能会出现。
此 ORA-28010 错误提示用户不能将外部账户或全局帐户的密码设置为过期状态。
当一个用户尝试使用 EXP 命令将全局用户密码过期时,ORA-28010 错误可能会产生。
1. 使用系统帐户访问 Oracle 数据库。
2. 执行以下语句,重新创建外部账户:create user ;
3. 再次使用 EXP 命令尝试将外部账户的密码过期。