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!

Setting up pluggable database 19c with "pbt19c", status UNKNOWN, has 1 handler(s) for this" issue

User_NRD07Jan 5 2023 — edited Jan 5 2023

I am setting my pluggable data base
the cmd result "lsnrctl status" with issue
here is my listener.ora
LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = 0.0.0.0)(PORT = 1521))
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
)
)

SID_LIST_LISTENER =
(SID_DESC =
(GLOBAL_DBNAME = pbt19c)
(ORACLE_HOME = /opt/oracle/product/19.0/dbhome_1)
(SID_NAME = pbt19c)
)
image.pngimage.pngbelow is my tnsnames.ora
image.png
When try to connect with sqlplus, below error shows up
ORA-12514: TNS:listener does not currently know of service requested in connect
descriptor
image.png

Comments
Post Details
Added on Jan 5 2023
0 comments
449 views