Re: Forms 6 and personnal Oracle 7.3 ?

From: Michel Cote <mcote_at_iname.com>
Date: Mon, 4 Oct 1999 09:42:38 -0400
Message-ID: <D72K3.445$KZ4.24724_at_weber.videotron.net>


I tried this:
orcl.world =
  (DESCRIPTION =

        (ADDRESS =
          (PROTOCOL = NMP)
          (Server = svrname)
          (Pipe = ORAPIPE)
        )

    (CONNECT_DATA = (SID = orcl)
    )
  )
but it still does not work. I presumed 'svrname' is the name of my computer showing in Network Neighborhood properties.

Brian W. Chester <bwchester_at_home.com> a écrit dans le message : 8N7J3.1352$Vg4.74901_at_news1.rdc2.on.home.com...
> Michel,

>

> Edit your %oracle_home%\net80\admin\TNSNAMES.ORA to include something
> similar to the following:
>

> CC1.WORLD =
> (DESCRIPTION =
> (ADDRESS = (PROTOCOL = NMP)(SERVER = svrname)(PIPE = ORAPIPE))
> (CONNECT_DATA =
> (SID = cc1)
> )
> )
>

> Were CC1 is the name of sid you are using for your database. If you have
> used the starter database this is usually ORCL. This example also assumes
> that you are going to use named pipes as your protocol. See the
> TNSNAMES.ORA file for examples of how to set this up for TCP/IP or other
> protocols.
>

> Good Luck!
>

> Brian
>

> Michel Cote wrote in message ...
> >what should i have in TNSNAMES.ORA to acces Personnal Oracle 7.3 with
Forms
> >6 on a single computer, and what kind of connect_string ?
> >
> >
> >

>
> Received on Mon Oct 04 1999 - 15:42:38 CEST

Original text of this message