Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. Web Development
  3. ASP.NET
  4. Bulk insert from asp.net 2005 to oracle

Bulk insert from asp.net 2005 to oracle

Scheduled Pinned Locked Moved ASP.NET
csharpasp-netoraclesysadmin
4 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    montu3377
    wrote on last edited by
    #1

    Hi, I have to insert 200,000 rows from datatable (from asp.net 2005 webform(vb.net 2005 code behind ) to oracle 10g table.Here if i insert this by row by row then it will not work,so i need some bulk insert from asp.net to oracle. can anybody suggest some good way to do it.Here we need to take care that as rows are too much large so server or client should not hang. If some code/link is available then it could be helpful to me. thanks montu3377

    V 1 Reply Last reply
    0
    • M montu3377

      Hi, I have to insert 200,000 rows from datatable (from asp.net 2005 webform(vb.net 2005 code behind ) to oracle 10g table.Here if i insert this by row by row then it will not work,so i need some bulk insert from asp.net to oracle. can anybody suggest some good way to do it.Here we need to take care that as rows are too much large so server or client should not hang. If some code/link is available then it could be helpful to me. thanks montu3377

      V Offline
      V Offline
      Vikram kshatriya
      wrote on last edited by
      #2

      Hi , Please refer to SqlBulkCopy class in .NET 2.0.I have used this class to insert 1000 rows from ASP.NET to SQL SERVER 2005.I do not know whether it can be used with Oracle or not.So please find out if this class is helpful to you. Thanks, vicky

      Vicky

      A 1 Reply Last reply
      0
      • V Vikram kshatriya

        Hi , Please refer to SqlBulkCopy class in .NET 2.0.I have used this class to insert 1000 rows from ASP.NET to SQL SERVER 2005.I do not know whether it can be used with Oracle or not.So please find out if this class is helpful to you. Thanks, vicky

        Vicky

        A Offline
        A Offline
        Arindam Tewary
        wrote on last edited by
        #3

        I guess SQLLoader in Oracle 9i is the best option for bulk data insertion. Arindam

        M 1 Reply Last reply
        0
        • A Arindam Tewary

          I guess SQLLoader in Oracle 9i is the best option for bulk data insertion. Arindam

          M Offline
          M Offline
          montu3377
          wrote on last edited by
          #4

          Hi, To insert 200,000 records into oracle it's taking around 10 mints time by using Sql loader utility method,so can you pls. suggest some good method which insert records very quickly. I am using .csv file which containts around 200,000 records.I want to insert that records from asp.net to oracle 10g. Can you pls. suggest better way to do it. thanks. montu3377

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups