Got a minus one from a read call

前端 未结 2 710
傲寒
傲寒 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=(<hostname_1>, <hostname_2>)
    

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

    lsnrctl reload <SID>
    
    0 讨论(0)
  • 2021-01-21 14:24

    My port forwarding script forwards multiple ports. Somehow separating them into 2 smaller file, this error went away.

    0 讨论(0)
提交回复
热议问题