简体   繁体   中英

Connect to Oracle via ODP.NET

I have installed oracle 12C ODP.NET in my server.i am using it to connect with my oracle 11g database.it is working fine in my Development server.But when i deployed my application to Live server, it shows "Unhandled exception". I dont know why it shows that.It worked on my development server.Is there any conflict between 32 or 64 bit? my application built on "Any CPU" mode and my server is 64 bit.Anyone can help ?

You simply have to copy dll Oracle.ManagedDataAccess.dll to same folder as your application. It does not matter if 32 bit or 64 mode, the managed driver works on both.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM