PowerBuilder经典错误 unable to load the requested database interface,Please make sure both the interface and client software are properly installed。
PB连接Oracle 报错unable to load the requested database

错误解决方法:

  1. 查看Oracle客户端32位还是64位
  2. Oracle客户端若为64位、则需要下载32位客户端到本地
  3. 32位本地地址需要配置到环境变量path里面
  4. 配置环境变量及NLS_LANG(NLS_LANG配置方法:利用plsql查询select * from v$nls_parameters;)

步骤3和步骤4尤为重要、切记配置环境变量

相关文章: