ORA-06811: TLI Driver: could not set the IPX network number at init ORACLE 报错 故障修复 远程处理
文档解释
ORA-06811: TLI Driver: could not set the IPX network number at init
Cause: The IPX driver has not been correctly installed, or the network number encoded in the /etc/netware/yellowpages file is invalid.
Action: The network number in the yellowpages file should match the four-byte network number of your Novell file server. If this is configured correctly, reinvoke the Oracle root installation. If problem continues, contact your customer support representative.
ORA-06811表示TLI驱动程序无法在初始化时设置IPX网络号。
官方解释
应用程序使用一个称为TLI(操作系统转移接口)的应用程序编程接口(API)来进行网络连接。TLI驱动在当前无法将Oracle用户定义的IPX网络号传输给TLI。
常见原因:
1. 在配置环境时,未正确指定IPX网络号。
2. TLI驱动配置错误,或者更改了TLI驱动中的IPX网络号。
3. 重新安装TLI驱动,但没有指定IPX网络号。
正常处理方法及步骤
1. 验证及更新在Oracle配置文件中的IPX网络号。
2. 重新安装TLI驱动,确保IPX网络号指定正确。
3. 检查TLI驱动文件,确保没有更改配置。
4. 确保网络是正确连接的,以免影响驱动的功能。