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: 12203 TNS: could not reach destination

Re: 12203 TNS: could not reach destination

From: R.Schulenberg <Raphaela.Schulenberg_at_t-online.de>
Date: 2000/07/19
Message-ID: <8l4vn9$a8t$10$1@news.t-online.com>#1/1

> OK, so I installed 8i and am able to connect to the 7.3.4 db. Now I
> installed Dev/2000 and I can't connect to the database - it keeps giving
 me
> the above error. I already copied the tnsnames.ora file from the 8i
> directory to the Dev/2000 directory, but still doesn't work. What am I
 doing
> wrong?
>
> Thanks,
>
> Jef
>
>

Did you adjust the path in the tnsnames.ora after copying? e.g.
if you copy from .....\ora81\network\admin\tnsnames.ora into

                            .....\orant\net80\admin
you have to correct the path in the tns..file

{I also got the hint to add following :
 <database_name>.world =
   (description =

       (address_list =
          (address = (PROTOCOL =TCP)
          (HOST = <PC_NAME>)
          (PORT = 1521)
       )

   )
 (CONNECT_DATA =
    (SERVICE_NAME = <Database_name>)
  )
}
Hope it helps
Rgds Leila Received on Wed Jul 19 2000 - 00:00:00 CDT

Original text of this message

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