Click here to Skip to main content
15,888,089 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello all,
I have developed an accounting .NET application using Oracle database for a store to manage sales operations.
It was suggested that to install the same application to another pc which requires LAN connection over TCP/IP protocol, so now we have two applications manipulating the same database but the problem is how set up such a connection since I'm beginner dealing with Oracle networking...
I did some searches and I found that I need to use "Oracle Net foundation layer" but I didn't find that suitable place to start...
What I need is a complete guide to setup such a case or to find an example or anything I can start with..
Much Thank in advance.
Posted

Then you need to go and search[^] for the items you are interested in.
 
Share this answer
 
Comments
Maciej Los 1-Oct-13 6:20am    
Good advice! I was a bit precisely.
M.S.S.E wrote:

(...)
how set up such a connection
(...)
I need (...) a complete guide to setup (...)


It doesn't work like this! This is a place where you can get a quick answer, not complete guide.
Please, use Google with statements:
Oracle enable tcp/ip connections
How to setup Oracle server remote connections
.NET Oracle connection string

Try!
 
Share this answer
 
Comments
Richard MacCutchan 1-Oct-13 8:57am    
... but a better explanation than mine.
Maciej Los 1-Oct-13 9:01am    
;)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900