ORA-09934: Link of current password file to old failed.
Cause: ORACLE was unable to create a link so that the old password file could be saved.
Action: Check the UNIX error number for the specific reason.
ORA-009934: 连接当前密码文件到旧的失败
ORA-009934 连接当前密码文件到旧的失败错误表明无法在 Oracle 内部将新的密码文件链接到旧的文件,这可能是由于新的密码文件中引用的老文件不存在或其他原因。
1、在尝试将新的密码文件连接到它之前可能会存在的旧文件时发生错误。
2、当当前会话没有更改密码文件的权限时。
1、确认Oracle的文件系统有可用的空间。
2、更新访问权限以允许更改密码文件。
3、重新启动实例,或者采用相应的 alter system 语句重新连接新的密码文件。
4、执行一个在所有实例上都可用的alter system shutdown 命令,然后检查当前的访问权限。
5、检查密码文件的正确性。