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: 8i installation error

Re: 8i installation error

From: Roman Mirzaitov <rmirzaitov_at_kt.kg>
Date: Tue, 22 Oct 2002 09:05:33 +0600
Message-ID: <ap2fbf$qqtjr$1@ID-127142.news.dfncis.de>


Hi,

you should add something like this to your tnsnames file: ABC_NAME.XYZ.EDU =
  (DESCRIPTION =
    (ADDRESS_LIST =
      (ADDRESS = (PROTOCOL = TCP)(HOST = <ip address or hostname of the db host>)(PORT = 1521))

    )
    (CONNECT_DATA =
      (SERVICE_NAME = CAMPUS)
    )
  )

Also you could check for sample files in $ORACLE_HOME/network/admin/samples directory.

Regards,

--
Roman Mirzaitov
Brainbench MVP for Oracle Administration
www.brainbench.com


"Haoyu Zhou" <hzhou_at_andrew.cmu.edu> wrote in message
news:Pine.GSO.4.44L-027.0210211824340.24960-200000_at_unix12.andrew.cmu.edu...

> I want to install a oracle db 8i on Solaris 2.7. When the database
> configuration assistant created the new database, it prompted a tns
> adaptor error. Here attached is the tnsnames.ora file.
>
> Appreciate in advance what caused this error and how I can fix it. Thanks.
>
> Haoyu
> >
Received on Mon Oct 21 2002 - 22:05:33 CDT

Original text of this message

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