How to use IPC protocol when using ODP.NET?
MorvenJun 18 2011 — edited Jun 20 2011Hi guys,
as you know, when use 'SQLPLUS user/pws' without '@xxx', oracle bypasses the listener and uses IPC protocol to connect to the server.
suppose i have a .net app on the same machine as the oracle database, how can i use the IPC protocol instead of TCP in this app, how to write the connectionstring?
many thanks.