Got a minus one from a read call

前端 未结 2 748
傲寒
傲寒 2021-01-21 13:57

I connect to a database with read only access using SQL developer. It\'s a TNS connection. I use a tnsnames.ora, forwarding port script and SQL Developer.

In the past, o

2条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2021-01-21 14:16

    Check your sqlnet.ora file and comment if there is any entry like the below.

    tcp.validnode_checking = yes
    
    tcp.invited_nodes=(, )
    

    Now reload your listener and check the connectivity from SQL Developer.

    lsnrctl reload 
    

提交回复
热议问题