On Thu, Apr 25, 2002 at 02:55:55PM -0400, Janine Sisk wrote:

> Clearly, it appears that I might be using the BEQUEATH adapter after all.  I
> did some research in the docs but couldn't find anything which explained how
> to choose one over the other (I'm sure it's there, I just couldn't find it).
> Should I simply add "bequeath_detach = yes" to sqlnet.ora, as Rob has
> suggested in the past, or is there more to it?

Mark Dalrymple explained the secret to me some months ago.  In your
nsd.tcl, if you do:

  ns_param DataSource {}

your AOLserver will use Bequeath to connect to the Oracle on the local
box.  To connect via e.g. TCP/IP, you instead want:

  ns_param DataSource {ora8}

with your 'ora8' datasource configured to use TCP/IP (rather than
IPC).

FYI, I'm using Bequeath right now with AOLserver 3.3+ad13 and Oracle
8.1.7 on Solaris (SunOS 5.8), and it seems to work fine.

--
Andrew Piskorski <[EMAIL PROTECTED]>
http://www.piskorski.com

Reply via email to