Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Diff between local and network connection
If your client resides in a different machine than the DB server, it would
the exactly the same, 'cause your are connecting to your server through the
listener.
However, in a UNIX environment if you connect as local, that consumes less
resources since your are running on IPC protocol which is internally used by
the MTS.
HTH Jordi
-----Original Message-----
From: david hill [mailto:david.hill_at_lechateau.ca]
Sent: Monday, April 02, 2001 05:47 PM
To: Multiple recipients of list ORACLE-L Subject: Diff between local and network connection
I have a unix server and when i connect to a db i can make a connection by
doing
sqlplus /@db
and connect through the listener
or
sqlplus /
without a connect string and it takes my current Oracle sid and makes a
local connection
my question is what is the difference between the 2 types of connections,
should i be using 1 over the other, are there performance benefits from
making a local connection?
David Hill
DBA
Le Chateau
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: david hill
INET: david.hill_at_lechateau.ca
Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists --------------------------------------------------------------------To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).
Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists --------------------------------------------------------------------To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Mon Apr 02 2001 - 19:24:52 CDT
![]() |
![]() |