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

Home -> Community -> Usenet -> c.d.o.server -> Re: SQL*Net, overcoming NAT via CMAN?

Re: SQL*Net, overcoming NAT via CMAN?

From: Dim Gool <moution_at_rambler.ru>
Date: Thu, 18 Sep 2003 09:50:19 +0300
Message-ID: <bkbh2t$qq5r3$1@ID-206880.news.uni-berlin.de>

"Syltrem" <syltremzulu_at_videotron.ca> сообщил/сообщила в новостях следующее: news:wK0ab.1517$G1.7727_at_tor-nn1.netcom.ca...
> Yes
> The clients tell CMAN where to connect to.
> Just configure clients appropriately.
>
> xxxxxx.WORLD =
> (DESCRIPTION =
> (ADDRESS_LIST =
> (ADDRESS = (PROTOCOL = TCP)(HOST = zzz)(PORT = 1610))
> (ADDRESS = (PROTOCOL = TCP)(HOST = dbnode)(PORT = 1521))
> )
> (CONNECT_DATA =
> (SID = xxxxxx)
> )
> (SOURCE_ROUTE=YES)
> )
>
>
> --
> Syltrem

Thank you!

>Verify that the destination server is configured with multi-threaded server
(MTS) and that the multiplexing option is turned on. MTS and multiplexing may be >turned on using Oracle Database Configuration Assistant or by setting the MTS_DISPATCHERS parameter in the initialization parameter file with the >PROTOCOL and MULIPLEX attributes. For example: Does it mean that the destination servers must be Oracle 8 or higher? In Oracle7 I could't find MULTIPLEX parameter. With respect,
Dim. Received on Thu Sep 18 2003 - 01:50:19 CDT

Original text of this message

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