Symptom

The full error message is as follows:
Error logging in.  Unable to process the database transaction.  Error:
DBMS API library 'oci.dll' loading fails
This library is a part of DBMS client installation, not SQLAPI++
Make sure DBMS client is installed and
this required library is available for dynamic loading

Win32:
1) The directory from which the application loaded
2) The current directory
3) The Windows, Windows system, or 32-bit Windows system directory
4) The directories in the PATH environment variable

Cause

This problem can occur if you are using Oracle for the AppScan Source database, but you do not have a 32 bit Oracle client installed on the system.

Resolving the problem

If you do not have an existing 32 bit Oracle client on the machine, download and install the Oracle Instant Client from the Oracle web site.

Once the Oracle client is installed, ensure that the directory containing ociw32.dll is on the system's PATH variable or copy ociw32.dll to the AppScan Source\bin director

http://www-01.ibm.com/support/docview.wss?uid=swg21495715

最新文章

  1. 线程GCD
  2. [zz] 英文大写缩写前要加THE吗
  3. java io系列15之 DataOutputStream(数据输出流)的认知、源码和示例
  4. 基于Delphi的三层数据库系统的实现方法
  5. hadoop作业调优参数整理及原理(转)
  6. C++primer 练习10.16
  7. Oracle什么时候需要Commit
  8. poj 1659 Frogs' Neighborhood (贪心 + 判断度数序列是否可图)
  9. C# 获得当前应用程序路径
  10. BPF漫谈
  11. java修改文件内容
  12. 最大的k个数问题
  13. HDU 3901 Wildcard
  14. 翻译:赋值操作符(:=)(已提交到MariaDB官方手册)
  15. Confluence 6 开始使用
  16. Confluence 6 Microsoft SQL Server 设置准备
  17. Pycharm安装pygame游戏库遇到的问题
  18. windows开启powershell在此系统中禁止执行脚本
  19. github新建repositories后import已有code 随后同步更新
  20. shell脚本实例-nginx日志分析

热门文章

  1. 学习 Spring (十七) Spring 对 AspectJ 的支持 (完结)
  2. 在 Web 页面中使用离线地图
  3. Codeforces#543 div2 B. Mike and Children(暴力?)
  4. c++数字和字符串的转换
  5. BZOJ4003[JLOI2015]城池攻占——可并堆
  6. HDU 4344-Mark the Rope-大数素因子分解
  7. Newtonsoft.Json 概述
  8. selenium+python启动Firefox浏览器失败问题和点击登陆按钮无效问题
  9. IOS端 margin-top 和 margin-bottom 使用负数时的区别
  10. Ajax传递List对象到前台展示问题遇到的坑