Oracle SQL Developer: Failure - Test failed: The Network Adapter could not establish the connection?

后端 未结 10 1784
孤城傲影
孤城傲影 2020-12-09 04:52

Problem

Please note that I changed details for security purposes. However, the problem remains intact.

I installed an Oracle 11g database on a server at l

10条回答
  •  暖寄归人
    2020-12-09 05:42

    Curiously, I was able to solve the same issue by doing the exact opposite move to svc's ! I had to :

    1) replace the FQDN hostname in my tnsnames.ora / listener.ora files with localhost, and restart the listener service, and

    2) two, I had to use "SYS as SYSDBA" as the username in the SQL Developer input textbox

    to finally be able to have SQL Developer hook to my local instance.

提交回复
热议问题