Skip to Main Content

ODP.NET

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ONS: No node lists were configured

t5xnetJul 22 2016 — edited Jul 26 2016

Hi,

I'm working with the latest version of Oracle.ManagedDataAccess (4.121.2.0) installed from a nuget.org package.

I have no problem connecting with the 32 or 64 bit of Oracle.DataAccess, but when I try to simply open a connection with the ManagedDataAccess I get the following error:

ONS: No node lists were configured

(what's strange is that when I google the error I can't find it anywhere, even when I searched this forum directly). I tried adding a path to the TNS_ADMIN (found this suggestion on the web) but that didn't help. I'm not sure finding the .ora files is the problem anyway, I think it's something else.

  <oracle.manageddataaccess.client>

    <version number="*">

      <settings>

        <setting name="TNS_ADMIN" value="....."/>       

      </settings>

    </version>

  </oracle.manageddataaccess.client>

Any ideas are appreciated.

Thanks.

This post has been answered by Mark Williams on Jul 22 2016
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 23 2016
Added on Jul 22 2016
3 comments
3,888 views