ORA-02756: osnfsmnam: name translation failure
Cause: The Fast driver encountered an error translating the shared memory filename ?/dbs/ftt_.dbf.
Action: Contact your customer support representative.
ORA-02756错误表明尝试使用系统要求的名称翻译服务失败了。这个错误可以通过系统所定义的名称翻译服务解决。
ORA-02756的官方解析:
ORA-02756: osnfsmnam: Name translation failure
Cause: A name translation operation failed.
Action: Examine the alert log file for more information.
ORA-02756可能是由于尝试从一个数据库实例连接另一个数据库实例时发生了名称翻译失败引起的。
a.检查TNS连接名是否正确。
b.检查tnslsnr服务是否正确地启动。
c.检查$ORACLE_HOME etworkadmin目录下的服务配置文件是否正确设置。
d.尝试重新启动服务并检查$ORACLE_HOME etworklog下的调试日志、警报日志及SQLNET.LOG文件是否有更详细的提示信息。
e.使用tnsping命令来测试TNS服务是否正常。