Results 1 to 2 of 2
  1. #1
    acces2oracle is offline Novice
    Windows XP Access 2007
    Join Date
    Sep 2011
    Posts
    3

    Load csv data to Oracle through Access

    Hi

    My front end is Access and backend is oracle (moving to oracle). As of now iam using
    Docmd.TransferText acImportDelim, , "Invoice_tab", filename, True to load csv data in Access database. I created Invoice_tab table in oracle and linked it in Access.


    Now if I use the same Docmd it inserts the csv data into Oracle. It was working fine when i tried wit test data.
    But now i tried inserting around 1 lac records. it is taking around 8 mins (to load into Oracle) where as the previous process took only 1 min (directly loading into ms-access database). Can anyone plz tell me is there any other way where i can laod csv data into oracle through access (front end should be access without writing a ctl file).

  2. #2
    Stingaway is offline Efficiency Junkie
    Windows 7 64bit Access 2010 64bit
    Join Date
    Sep 2011
    Location
    The deep south. Keep going until you hit water basically.
    Posts
    224
    Create the ODBC link in Access to Oracle, import the data (or link to it) from Access, create an append / update query (as needed) to the linked Oracle table.

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

Similar Threads

  1. Converting access to oracle
    By wthoffman in forum Access
    Replies: 0
    Last Post: 03-08-2011, 11:05 AM
  2. Importing data from Oracle to access
    By indira in forum Access
    Replies: 3
    Last Post: 11-18-2010, 02:58 PM
  3. Program to load data
    By fsmikwen in forum Access
    Replies: 2
    Last Post: 12-10-2009, 08:36 AM
  4. Find data, load data, and save as a new record
    By hawzmolly in forum Access
    Replies: 0
    Last Post: 10-05-2008, 03:18 PM
  5. Oracle Discoverer to MS Access
    By money_213 in forum Import/Export Data
    Replies: 0
    Last Post: 06-27-2006, 12: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