Link to home
Start Free TrialLog in
Avatar of GurcanK
GurcanK

asked on

Creating a package with Oracle ODP.NET.

Dear experts,

I have written an VB.Net application. The application connects to Oracle using ODP.NET. What I wonder is can I package this application with ODP.NET included without having to install ODT in the client machine?

BR,
Avatar of kaufmed
kaufmed
Flag of United States of America image

I think you can redistribute the Oracle.DataAccess DLL, but you will have to have a client installed on the target machine.
Avatar of GurcanK
GurcanK

ASKER

The client already exists. How can I include Oracle.DataAccess DLL into setup package? Is there any extra step?

BR
ASKER CERTIFIED SOLUTION
Avatar of hosneylk
hosneylk
Flag of Singapore image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of GurcanK

ASKER

What is the exact name of the Oracle Data Access DLL?

BR
its Oracle.DataAccess.dll usually located in the oracle in folder (e.g. C:\oracle\ora92\bin)
Avatar of GurcanK

ASKER

It is OK.

BR