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 -> using Bequeath protocol ?

using Bequeath protocol ?

From: Alkos <azerty_at_nospam.org>
Date: Mon, 13 Oct 2003 10:58:21 +0200
Message-ID: <bmdpff$ja75@news.rd.francetelecom.fr>


Hello,

Can anyone explain to us how to set Bequeath protocol's parameters in tnsnames.ora ? We are trying to use that protocol on a 8.1.7.4 and connection fails. tnsping does work fine but any try to connect through jdbc:oci8 (client application is of course on the same host as the instance, it was the actual reason of using Bequeath) Our connect string for java is : jdbc:oracle:oci8:@<SID>_BEQ Oracle's reply is
ORA-12545 Connect failed because target host or object does not exist

Here below is an excerpt of our tnsnames.ora

<SID>_BEQ =
(DESCRIPTION =

(ADDRESS = (PROTOCOL = BEQ)(PROGRAM = oracle)

(argv0 = oracle<SID>)

(args = '(DESCRIPTION = (LOCAL=YES)(ADDRESS=(PROTOCOL=BEQ)))')

(envs = 'ORACLE_HOME=/exec/commun/prog/ora817,ORACLE_SID=<SID>')

)

(CONNECT_DATA = (SID = <SID>))

) Received on Mon Oct 13 2003 - 03:58:21 CDT

Original text of this message

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