Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

listener status doesn't show new services

User_PHILFJun 12 2013 — edited Jun 13 2013

I have created a new database and it's TNSnames looks like below:

ETDEV =

  (DESCRIPTION =

    (ADDRESS = (PROTOCOL = TCP)(HOST = corpext.corp.idt.com)(PORT = 1526))

    (CONNECT_DATA =

      (SERVER = DEDICATED)

      (SERVICE_NAME = etdev.corp.idt.com)

    )

  )

LISTENER_CGDEV =

  (ADDRESS = (PROTOCOL = TCP)(HOST = corpext.corp.idt.com)(PORT = 1526))

I have added above to TNSnames.ora. When I look for listener status, new db doesn't show. It contains the dynamic registration parameters. But, When I do tnsping etdev - it was successful. Not sure, what am i missing here.

DB version: 10.2.0.4

Thank you. Please let me know if you need any information.

This post has been answered by EdStevens on Jun 12 2013
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 11 2013
Added on Jun 12 2013
13 comments
2,526 views