Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Re: SQL*Net & loopback connector
By using something like
LISTENER =3D
(DESCRIPTION_LIST =3D
(DESCRIPTION =3D
(ADDRESS =3D (PROTOCOL =3D IPC)(KEY =3D xxxx))
)
In listener.ora and something like this in tnsnames.ora
xxxx_ipc.world=3D
(DESCRIPTION =3D
(ADDRESS_LIST =3D
(ADDRESS =3D (PROTOCOL =3D BEQ)(PROGRAM =3D oracle) (ARGV0 =3D oraclexxxx) (ARGS =3D '(DESCRIPTION=3D(LOCAL=3DYES)(ADDRESS=3D(PROTOCOL=3DBEQ)))') )
Your sid everywhere xxxx appears.
Allan
-----Original Message-----
=46rom: oracle-l-bounce_at_freelists.org
[mailto:oracle-l-bounce_at_freelists.org] On Behalf Of solbeach_at_cox.net
Sent: Friday, July 02, 2004 8:35 AM
To: oracle-l_at_freelists.org
Subject: Re: Re: SQL*Net & loopback connector
> From: Tanel P=3DF5der <tanel.poder.003_at_mail.ee> > Date: 2004/07/02 Fri AM 08:45:47 EDT > To: <oracle-l_at_freelists.org> > Subject: Re: SQL*Net & loopback connector[...snip...]
> When you want performance connecting & using to Oracle in local
server,=3D
one
> could use IPC protocol instead...
At the risk of showing my ignorance, exactly how does one use IPC between instances on the same system=3F
TIA!
-- Archives are at http://www.freelists.org/archives/oracle-l/ =46AQ is at http://www.freelists.org/help/fom-serve/cache/1.html ----------------------------------------------------------------- ______________________________________________________________________________ This email is intended solely for the person or entity to which it is addressed and may contain confidential and/or privileged information. Copying, forwarding or distributing this message by persons or entities other than the addressee is prohibited. If you have received this email in error, please contact the sender immediately and delete the material from any computer. This email may have been monitored for policy compliance. [021216] ---------------------------------------------------------------- Please see the official ORACLE-L FAQ: http://www.orafaq.com ---------------------------------------------------------------- To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line. -- Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html -----------------------------------------------------------------Received on Fri Jul 02 2004 - 10:55:37 CDT
![]() |
![]() |