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

Re: using Bequeath protocol ?

From: <sybrandb_at_yahoo.com>
Date: 13 Oct 2003 06:54:27 -0700
Message-ID: <a1d154f4.0310130554.410aed4a@posting.google.com>


"Alkos" <azerty_at_nospam.org> wrote in message news:<bmdpff$ja75_at_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>))
>
> )

jdbc *NEEDS* tcp/ip and won't work without it.

Sybrand Bakker
Senior Oracle DBA Received on Mon Oct 13 2003 - 08:54:27 CDT

Original text of this message

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