Reading data from Oracle XDB tables.

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
mgarza
Posts: 1
Joined: Tue 07 Oct 2008 20:35

Reading data from Oracle XDB tables.

Post by mgarza » Tue 07 Oct 2008 20:41

Is it possible to read data from these tables? Anytime I use OracleDataReader.GetValue()/GetOracleXML() to read the pseudo column SYS_NC_ROWINFO$ I get an access violation.

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Post by Shalex » Thu 09 Oct 2008 12:10

This error can arise when the client version differs from the server version.

Post Reply