Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> SQL*Plus Connection
How a connection gets established when we don't
specify the connect string
(i.e. sqlplus usr/pass ...typically when working in a
Server) ?
This type of connection is established as LOCAL=YES
and uses BEQ protocol
as opposed to TCP in case of client-server mode by
SQL*net V2/net8.
Question:1
When a request is made for this type of connction (
without connect string )
how it gets resolved and ultimately connects to the
database ?
Question:2
Is there any kind of *.ora file ( like sqlnet.ora
,protocol.ora etc )
which is used/accessed to establish this direct
connection ?
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: S B INET: bhulubhuli_at_yahoo.com 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-LReceived on Fri May 24 2002 - 01:13:20 CDT
(or the name of mailing list you want to be removed from). You may
also send the HELP command for other information (like subscribing).
![]() |
![]() |