Results 1 to 3 of 3
  1. #1
    sesling is offline Novice
    Windows XP Access 2003
    Join Date
    Nov 2011
    Posts
    8

    Issue with Table Links in MS Access 2010

    I am running MS Access 2010. There are several Oracle Tables that I was able to link under MS Access 2003 but now that I have upgraded I can no longer link to them. The only thing the tables have in common are that they exceed 3 billion rows. I have no issues linking to other smaller tables in the same Oracle database. The error message I get seems to point to a data issue within the table (numeric value out of range (#0)) However I dont think that is the issue because when I go back to my 2003 MS Access database (which is linked to the same large tables) I am able to query the data. Has anyone seen this same type of issue or have any suggestions on how I can link to these large tables?

  2. #2
    tanvi is offline Competent Performer
    Windows XP Access 2010 32bit
    Join Date
    Mar 2012
    Posts
    100
    This error occurs for very large tables (2.6 billion + rows), and results when the value returned from the ODBC api call exceeds the maximum value returnable via SQL_C_DEFAULT binding, and the error is expected behavior and indicates the value is too large to fit in the bind.


    This is a limitation of Microsoft Access. A potential workaround may be touse DBMS_STATS.SET_TABLE_STATS to alter the data dictionary statistics for the number of rows in the table so that the limit isnot exceeded, but should not be undertaken without understanding the impact. Consult with your DBA for further advice.
    Last edited by tanvi; 12-25-2012 at 09:16 PM.

  3. #3
    sesling is offline Novice
    Windows XP Access 2003
    Join Date
    Nov 2011
    Posts
    8
    Thanks for the information. I will review with our DBA's to see if we can change the DBMS_STATS.SET_TABLE_STATS.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 9
    Last Post: 05-07-2013, 08:37 PM
  2. Replies: 2
    Last Post: 07-06-2012, 08:35 PM
  3. Menu bar issue in Access 2010
    By karthikn240687 in forum Access
    Replies: 1
    Last Post: 03-27-2012, 03:22 PM
  4. Replies: 0
    Last Post: 07-13-2010, 07:45 AM
  5. Problems opening links from access
    By anguyen in forum Access
    Replies: 0
    Last Post: 09-22-2009, 06:43 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums