Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.tools -> Re: install oracle twice 2

Re: install oracle twice 2

From: Ed Stevens <Ed_Stevens_at_nospam.noway.nohow>
Date: Sat, 21 Jul 2001 21:30:29 GMT
Message-ID: <3b45ceba.2202867@ausnews.austin.ibm.com>

On Fri, 6 Jul 2001 13:58:35 +0000 (UTC), Sean_Gallivan_at_afcc.com (Gallivan, Sean) wrote:

>
>
>For host string I have entered a) my computer number. I get listener failed
>to start a dedicated server process.
> b) my IP address: I get message 12514not found
>product= rdbms 80 facility ora
> c) nothing - it closes down.
>Thanks
>Sean
>
>
>--
>Posted from mail3.ssmb.com [199.67.141.129]
>via Mailgate.ORG Server - http://www.Mailgate.ORG

"Host String" may be a bit of a misleading term. What should be entered there is the database name as it appears in your TNSNAMES file. For instance, if you have this in your TNSNAMES:

MYDB.world =
  (DESCRIPTION =
    (ADDRESS_LIST =

        (ADDRESS =
          (PROTOCOL = TCP)
          (Host = myserver)
          (Port = 1521)
        )

    )
    (CONNECT_DATA =
      (SID = MYDB)
         (GLOBAL_NAME = MYDB.WORLD)

    )
  )

your "host string" would be "mydb".

--
Ed Stevens
(Opinions expressed do not necessarily represent those of my employer.)
Received on Sat Jul 21 2001 - 16:30:29 CDT

Original text of this message

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