Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Re: SQL*Net & loopback connector

RE: Re: SQL*Net & loopback connector

From: Nelson, Allan <anelson_at_miswaco.com>
Date: Fri, 2 Jul 2004 10:58:06 -0500
Message-ID: <7E0DB3A126BA9146AC30744E2B7E424511190B@midhouhqxch01.net.smith.com>


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)))')
      )

    )
(CONNECT_DATA =3D

      (service =3D xxxx.world)
    )
  )

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...]
> =3D

> 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!



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/
=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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US