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 not using service_names value...WHY?

user11973583Apr 15 2019 — edited Apr 15 2019

The lsnrctl status shows a fully qualified name listed as the "Service" but it should only list the actual service_names value that is in the database.

Why is it using the fully qualified service name????

service_names = abcdefg

tnsnames.ora file shows:

ABCDEFG =

  (DESCRIPTION =

    (ADDRESS = (PROTOCOL = TCP)(HOST = host.domain.edu)(PORT = 1521))

    (CONNECT_DATA =

      (SERVER = DEDICATED)

      (SERVICE_NAME = abcdefg)

    )

  )

LISTENER_HOST =

  (ADDRESS = (PROTOCOL = TCP)(HOST = host.domain.edu)(PORT = 1521))

lnsrctl status show the following in the Services Summary

Services Summary...

Service "abcdefg.domain.edu" has 1 instance(s).

  Instance "abcdeft", status READY, has 1 handler(s) for this service...

The command completed successfully

Comments
Post Details
Added on Apr 15 2019
15 comments
1,200 views