I'm trying to load within an Oracle XE 10g database. When I run an Informatica PowerCenter Workflow, I get a following error:
CMN_1022 Database driver error...
CMN_1022 [Database driver event...
Error occurred loading library [pmora8.dll].
System error encountered is 193.
Error text is
%1 is not a valid Win32 application.
.]
Any ideas what might be causing this error? My environment is as follows:
- Windows Server 2008 R2
- Informatica PowerCenter 9.5
- Oracle XE 10 G
Powercenter repository is on SQL Server 2012.
2条答案
按热度按时间y1aodyip1#
Well, there are a few variables that need to be set before your informatica runtime environment can be considered ready to run jobs...
Its possible that these variables are not setup/created in windows/unix when you first install the informatica software, don't hesitate in creating them afresh. However, if they already exist (e.g. PATH would exist already), make sure you append (and not replace) the new values.
hth
bpzcxfmw2#
From the error message, it appears that you have installed 32-bit Oracle client and 64-bit PowerCenter.
A 64 bit PowerCenter works only with 64 bit oracle client. Please install 64-bit Oracle client, restart PowerCenter services and check if the session succeeds.
Few comments about the discussion in this thread: