OPENMETADAT CONNECT ORACLE ERROR: ORA-12541: TNS:no listener #18356
Replies: 1 comment
-
|
@TheReasonMilami Can you use host.docker.internal as host under |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I establishing a connection to oracle 19c with open metadata but i got error: ORA-12541: TNS:no listener.
I filled:
Host and Port:host.docker.internal:1521Oracle connection type:Oracle TNS connectionOracle TNS Connection String:(DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = 127.0.0.1)(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = orclpdb) ) )Oracle instant client directory:D:/file_exe/WINDOWS.X64_193000_db_home/instantclientDatabase Name:orclpdbconnection schema:oracle+cx_oracleI kept getting the error ORA-12541.

HOSTin filelistener.oraandtnsnames.oraall are127.0.0.1. I checked withlsnrctl status, database still workMy sql developer can still connect to database with
tnsconnection.What is exactly problem in my case? Thanks for every answers.
Beta Was this translation helpful? Give feedback.
All reactions