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: [Oracle 10g 10.1.0.2] TNS:listener does not currently know of service requested in connect

Re: [Oracle 10g 10.1.0.2] TNS:listener does not currently know of service requested in connect

From: IANAL_VISTA <IANAL_Vista_at_hotmail.com>
Date: Sat, 30 Jul 2005 13:46:41 GMT
Message-ID: <Xns96A344F37131DSunnySD@68.6.19.6>


"mike henkins" <dd_at_nospam.com> wrote in
news:42eb824a$0$3122$8fcfb975_at_news.wanadoo.fr:

> Well,
>
> I tried to modify it like this, and i get the same error:
 

Plz do NOT top post.

Below is from a working production DB system. listener =
  (DESCRIPTION_LIST =
    (DESCRIPTION =

      (ADDRESS_LIST =
        (ADDRESS = (PROTOCOL = TCP)(HOST = cdb1.example.com)(PORT = 1521))
      )
      (ADDRESS_LIST =
        (ADDRESS = (PROTOCOL = IPC)(KEY = cdb1))
      )

    )
  )

sid_list_listener =
  (SID_LIST =
    (SID_DESC =

      (GLOBAL_DBNAME = cdb1)
      (ORACLE_HOME = /b/oracle/product/9.2.0)
      (SID_NAME = cdb1)

    )
  )

Do you notice any differences between this & yours? Received on Sat Jul 30 2005 - 08:46:41 CDT

Original text of this message

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