Use tnsnames.ora in Oracle SQL Developer

后端 未结 5 1743
野趣味
野趣味 2020-12-12 14:33

I am evaluating Oracle SQL Developer.

My tnsnames.ora is populated, and a tnsping to a connection defined in tnsnames.ora work

5条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-12 15:09

    On the newer versions of macOS, one also has to set java.library.path. The easiest/safest way to do that [1] is by creating ~/.sqldeveloper//sqldeveloper.conf file and populating it as such:

    AddVMOption -Djava.library.path=
    

    [1] https://community.oracle.com/message/14132189#14132189

提交回复
热议问题