文档解释
ORA-09756: osnpns: no port in the name server.
Cause: osnpns could not find the given named port in the name server.
Action: Check the error code in sercerrno. Make sure the shadow process and network name server are still running.
ORA-09756 错误代表“OSNPNP:没有名称服务器的端口”。当应用程序尝试在本地主机上注册LDAP服务器名称时,将引发该错误。
官方解释
ORA-09756: OSNPNP:no port in the name server
Cause: An attempt was made to register an LDAP server name on the local host without a port.
Action: Specify a valid port and retry the operation.
常见案例
ORA-09756错误通常发生在尝试在本地主机上注册LDAP服务器而不指定端口号的情况下。此外,如果LDAP端口配置不正确,也可能会发生此错误。
正常处理方法及步骤
1.检查LDAP配置是否正确。若它们与预期值不同,请进行相应调整;
2.指定一个有效的端口并重新尝试操作。
3.最后,如果错误仍然存在,请重装及重新配置LDAP服务器。