Re: Please Help!

From: Christian.Spirig <Christian.Spirig_at_email.leica.com>
Date: 1997/10/07
Message-ID: <343A01EF.68EE_at_email.leica.com>#1/1


Hi,

there must be a valid connection via sql-net and the protocol you use.

look for tnsnames.ora in directory ora.../network/admin

content like this:
inf1.world =
  (DESCRIPTION =
    (ADDRESS_LIST =

        (ADDRESS = 

(COMMUNITY = TCP_comm.world)
(PROTOCOL = TCP)
(Host = myserver)
(Port = 1526)
)

    )
    (CONNECT_DATA =
       (SID = inf1)
       (GLOBAL_NAME = inf1.world)

    )
  )

inf1 is the database-name
myserver the adress in tcp/ip

Christian Received on Tue Oct 07 1997 - 00:00:00 CEST

Original text of this message