PowerBuilder经典错误 unable to load the requested database interface,Please make sure both the interface and client software are properly installed。
错误解决方法:
- 查看Oracle客户端32位还是64位
- Oracle客户端若为64位、则需要下载32位客户端到本地
- 32位本地地址需要配置到环境变量path里面
- 配置环境变量及NLS_LANG(NLS_LANG配置方法:利用plsql查询select * from v$nls_parameters;)
步骤3和步骤4尤为重要、切记配置环境变量