DBAsupport.com Forums - Powered by vBulletin
Results 1 to 5 of 5

Thread: how to load excel sheet data into oracle database without using sqlloader??

  1. #1
    Join Date
    Jul 2001
    Location
    Singapore(Asia)-WebCentre business company
    Posts
    456

    how to load excel sheet data into oracle database without using sqlloader??

    hi guys,

    I am aware that we can load table-data from oracle database into MS Excel sheet thru data source but is there a way to do the "reverse" to insert data from Excel sheet into Oracle db thru Excel w/o using SQLLOADER ??

    thanks for any advice in advance

  2. #2
    Join Date
    Feb 2000
    Location
    Singapore
    Posts
    1,758
    Check out this product. Might be what you are looking for..

    http://www.oraxcel.com/
    Sanjay G.
    Oracle Certified Professional 8i, 9i.

    "The degree of normality in a database is inversely proportional to that of its DBA"

  3. #3
    Join Date
    Jul 2001
    Location
    Singapore(Asia)-WebCentre business company
    Posts
    456
    hi sanjay,

    thanks for the recommendation...i hv d/l the oraxcel trial and found that it's not really "easy" to use compare to TOAD's import data function ..for a newby user like me TOAD's import seems to be more user-friendly

  4. #4
    Join Date
    Aug 2002
    Location
    Atlanta
    Posts
    1,187
    what about an external table?
    I'm stmontgo and I approve of this message

  5. #5
    Join Date
    Jan 2000
    Location
    Chester, England.
    Posts
    818
    Yup, external table is what I was going to suggest.
    Dump the .xls into a comma delimited file (or whatever) and create an external table from it.

    Then you can refer to it as an ordinary table and insert/update/append etc. into your database table(s).

Posting Permissions

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


Click Here to Expand Forum to Full Width