Results 1 to 3 of 3
  1. #1
    kawi6rr is offline Advanced Beginner
    Windows XP Access 2003
    Join Date
    Aug 2010
    Posts
    39

    ORA-01019 error in win7 but not XP

    Having a hard time figuring out why I get this error in win7 but not winXP? There is an MS Access application that is using the connection string below. A few of our employees have been moved to win7 and are reporting this.

    ERROR

    ORA-01019: unable to allocate memory in the users side

    CAUSE
    connectStr = "Provider=msdaora;Data Source=HIDW.WORLD;User Id=xxxxx;Password=xxxxx"
    conn.Open (connectStr)



    Why would this work n XP and not win7? Does anybody know a work around for this? Any help is appreciated, thanks.

  2. #2
    rpeare is offline VIP
    Windows XP Access 2003
    Join Date
    Jul 2011
    Posts
    5,441
    http://www.dba-oracle.com/t_ora_0101..._user_side.htm

    I haven't had much contact with oracle but this snippet suggests increasing processing heap size

    http://stackoverflow.com/questions/1...xcel-windows-7

    this article (though excel) seems to indicate you need to run access as administrator to have it run effectively

  3. #3
    kawi6rr is offline Advanced Beginner
    Windows XP Access 2003
    Join Date
    Aug 2010
    Posts
    39
    Thanks!!!!

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

Similar Threads

  1. Replies: 5
    Last Post: 06-05-2013, 11:20 AM
  2. Replies: 2
    Last Post: 07-06-2012, 08:35 PM
  3. Accdb file differences running xp or Win7
    By 123seven in forum Access
    Replies: 1
    Last Post: 04-24-2011, 10:45 AM
  4. Replies: 1
    Last Post: 09-15-2010, 07:34 PM
  5. Missing object references after move to Win7
    By Gdm in forum Programming
    Replies: 3
    Last Post: 07-26-2010, 07:03 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