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: developer 2000

Re: developer 2000

From: Juhan Kundla <juhan_at_ensib.ee>
Date: Thu, 08 Apr 1999 11:33:30 +0300
Message-ID: <370C69DA.9C0B2788@ensib.ee>


Tomasz Soroka wrote:
>
> Hello.
> I installed on my computer oracle developer 2000 trial
> version but i don't know how to configure access to database server.
> In oracle 8 is cool tool which names Net8 Assistant. Is anything equal in
> developer 2000?
> Big thanx for help
>
> Tomek

Look for file oracle_home/network/admin/tnsnames.ora

Edit this file manually and add your database connection data into it. Syntax is sth. like this (in case you are using tcp/ip):

dbalias.domain =
  (DESCRIPTION =
    (ADDRESS =

      (PROTOCOL = TCP)
      (HOST = ip-address)
      (PORT = port))
    (CONNECT_DATA =
      (SID = sid)

    )
  )

Juhan Received on Thu Apr 08 1999 - 03:33:30 CDT

Original text of this message

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