Results 1 to 4 of 4

Thread: Upload data

  1. #1
    Join Date
    May 2007
    Posts
    2

    Upload data

    How can i upload data from access database into oracle

  2. #2
    Join Date
    Nov 2002
    Location
    New Jersey, USA
    Posts
    3,932
    You can export data from access into CSV file then use SQL Loader in Oracle to load it.

    You can also use Linked table from Access to directly insert into Oracle table.

  3. #3
    Join Date
    May 2007
    Posts
    2
    thanks skhanal!!!
    But i am not familier with CSV
    can u explain in details

  4. #4
    Join Date
    Nov 2002
    Location
    New Jersey, USA
    Posts
    3,932
    You need to export the data from Access to a standard format, CSV (comma separated values) is one way. You could also use Tab separated values.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •