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

Home -> Community -> Usenet -> c.d.o.misc -> Re: How to set the Oracle native in WIINNT

Re: How to set the Oracle native in WIINNT

From: Frank van Bortel <f.van.bortel_at_vnl.nl>
Date: Tue, 07 Mar 2000 13:22:24 -0800
Message-ID: <38C57310.2DA78ED7@vnl.nl>


Mike Ng wrote:

> Hi all,
>
> As a title, how can I set and use the Oracle native driver to connect to the
> Oracle 8.1.5i database? Pls give me some hints.
>
> Regards,
> Mike

That would be the Bequeth protocol.
configure your tnsnames.ora file for it; mine looks like:

Beq-local.world =
  (DESCRIPTION =
    (ADDRESS_LIST =

        (ADDRESS =
          (PROTOCOL = BEQ)
          (PROGRAM = oracle80)
          (ARGV0 = oracle80ORCL)
          (ARGS = '(DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))')
        )

    )
    (CONNECT_DATA = (SID = DES2)
    )
  )

I do not use a connect string while logging on, I do have ORACLE_SID set in the registry (HKLM/Software/Oracle)

--
Met vriendelijke groet/kind regards,

Frank van Bortel
Technical consultant Oracle

Work:                                Home:
----------------------------------   ----------------------------
Inter Access V&L B.V.                Hunzestraat 4
Palatijn 3, 7521 PN Enschede         7555 WB Hengelo
PoBox 545, 7500 AM Enschede          (31)074-2425046
053-4341500 Received on Tue Mar 07 2000 - 15:22:24 CST

Original text of this message

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