ODP.Net Connection String

N

nitinvraj

Hi all,

As I understand when using ODP.Net we have to provide in connection
string Data Source as the Net Service Name. Is there any way I can
connect without specifying the Data Source as I dont want to install
Oracle client manually and create Net Service on each client machine.

Thanks,
Nits.
 
D

David Browne

Hi all,

As I understand when using ODP.Net we have to provide in connection
string Data Source as the Net Service Name. Is there any way I can
connect without specifying the Data Source as I dont want to install
Oracle client manually and create Net Service on each client machine.


You must install the Oracle Client, but you don't need to create a
tnsnames.ora alias on each client. The 10g client lets you connect using
//hostname/servicename and skip creating a client alias.

David
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top