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: Syltrem <syltremzulu_at_videotron.ca>
Date: Wed, 17 Sep 2003 13:23:22 -0400
Message-ID: <wK0ab.1517$G1.7727@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

OpenVMS 7.3-1 + Oracle 8.1.7.4
http://pages.infinit.net/syltrem (OpenVMS related web site, en français)
---zulu is not in my email address---
"Dim Gool" <moution_at_rambler.ru> a écrit dans le message de
news:bk9j5o$qhtjk$1_at_ID-206880.news.uni-berlin.de...
> Kind people, help me please...
>
> I have a few servers(several Oracle7 and only one Oracle9) behind NAT.
> I know this problem can be solved with Oracle Connection Manager.
> Suppose, I will turn on CMAN at Oracle9.
> But I don't understand, whether I can work with several servers on
different
> hosts via that CMAN? Is it possible?
>
> In the hope of you kindness,
> Dim.
>
>
>
>
Received on Wed Sep 17 2003 - 12:23:22 CDT

Original text of this message

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