Skip to Main Content

ODP.NET

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!

Oracle Data Provider for .NET. Please Contact Provider

635401Apr 22 2008 — edited Aug 2 2012
Hello,
I am getting the
"An unexpected error occurred in the Oracle Data Provider for .NET. Please contact the provider vendor to resolve this problem." in visual studio 2008 server explorer.
I have tried all I could by going through different threads on this forum. I have copied the the msvcr71.DLL to C:\app\afshin\product\11.1.0\client_1\bin and C:\app\afshin\product\11.1.0\client_1 and checked the path
C:\app\afshin\product\11.1.0\client_1\bin;C:\OraHome_1\bin;C:\oracle\produc
\10.2.0\db_1\bin;C:\app\afshin\product\11.1.0\client_1;
and machine config. Can some one help? Could installing other products such as CoseSmith cause this? I am using Oracle 10.2.0 and have client 11.1.0 installed. I can access data from visual studio; however server explorer, debugger for oracle, and all oracle tools are not functioning.

Comments

danmcghan-Oracle

Hi user12221353,

Did you see the install instructions? There are several options for Linux:

https://oracle.github.io/node-oracledb/INSTALL.html

Did you already attempt an install? If so, what did you try and what errors did you get?

Regards,

Dan

EFB

Hi Dan,

It is working for every operating system as stated  in https://oracle.github.io/node-oracledb/INSTALL.html.

I have tried to install oracledb driver on linux and windows using this guide and it is working.

This documents did not mention how to install oracledb driver on debian. Debian use deb archiver instead of RPM as on linux.

I have tried to repacked the oracledb RPM for 54 bit linux to oracldb.deb using tool alien on debian. it worked and installed successfully. However when I execute the connection test from nodejs. it showed error no oracledb installed.

Error: Cannot find module 'oracledb'

Hope we can find the way to solve this.

Thanks

Your options are simple

1 - 3
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Aug 30 2012
Added on Apr 22 2008
9 comments
10,671 views