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: webdb and tnsnames.ora

Re: webdb and tnsnames.ora

From: Diaz Smiedts <DSmiedts_at_cereus.be>
Date: Wed, 4 Aug 1999 17:05:46 +0100
Message-ID: <7o9l12$n00$1@naxos.belnet.be>


In your %orant\network\admin directory is a file named tnsnames.ora here you should enter something similar as the following

WEBDB.world =
  (DESCRIPTION =
    (ADDRESS_LIST =

        (ADDRESS =
          (COMMUNITY = tcp.world)
          (PROTOCOL = TCP)
          (Host = here goes the ip of the databaseserver)
          (Port = 1521)
        )

    )
    (CONNECT_DATA = (SID = here goes the connectionstring to your database)     )
  )

Diaz

Finnegan Calabro wrote in message <7o9igb$90q$1_at_tribune.oar.net>...
>i just installed webdb and i'm using an oracle 8i database, and it told me
>to add an entry to tnsnames.ora named WEBDB. can someone please tell me
how
>to do this? thanks!
>finn
>
>
Received on Wed Aug 04 1999 - 11:05:46 CDT

Original text of this message

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