Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

The runtime was not found (module 'OCI.dll'). An exception occurred in FDO

JaguarAug 18 2011 — edited Aug 11 2012
Im using the following but having an error
Windows 7 64bit
Toad for Oracle 10
Oracle Oracle 11g (11.1.0)
Autodesk Mapguide Infrastructure 2012 64bit (Mapserver and Studio)

I can browse the database tables via TOAD but when I create a Data Connection in Infrastructure Studio 2012 using Autodesk FDO Provider for Oracle I'm having an error
"An exception occurred in FDO component.
The runtime was not found (module 'OCI.dll'). Please verify your Oracle client component installation."

Tried to set the Environmental variables but to no avail. What seems to be the problem here?
Here are some details

tnsnames.ora

ORCL =
(DESCRIPTION =
(ADDRESS =
(PROTOCOL = TCP)
(HOST = Jag-PC)
(PORT = 1521)
)
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = orcl)
)
)

Environmenta Variables
ORACLE_HOME
E:\app\Jag\product\11.1.0\db_1
Path
E:\app\Jag\product\11.1.0\db_1\bin;
ORACLE_SID
orcl


Thank you.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 8 2012
Added on Aug 18 2011
3 comments
1,407 views