Giter VIP home page Giter VIP logo

Comments (3)

epaulsen avatar epaulsen commented on June 26, 2024

Hi, you can use BulkSql, a built-in feature of Oracle .net driver and implemented in Dapper.Oracle.
Please see https://github.com/DIPSAS/Dapper.Oracle/blob/master/doc/BulkSql.md for details.

I've tested this approach with 2000+ records at once, but for 35.000 you might want do do it in separate operations.

Let me know if you have any further questions!

from dapper.oracle.

GuibsonKrause avatar GuibsonKrause commented on June 26, 2024

Hi, you can use BulkSql, a built-in feature of Oracle .net driver and implemented in Dapper.Oracle.
Please see https://github.com/DIPSAS/Dapper.Oracle/blob/master/doc/BulkSql.md for details.

I've tested this approach with 2000+ records at once, but for 35.000 you might want do do it in separate operations.

Let me know if you have any further questions!

@epaulsen Thank you for your answer .
I traid this solution but when running _con.SqlBulk(query, listOfValues, mapping); row returned the Following error message:

System.ArgumentException: Value does not fall within the expected range.
   at Oracle.ManagedDataAccess.Client.OracleParameter.set_Value(Object value)
   at Dapper.Oracle.OracleDynamicParameters.AddParameters(IDbCommand command, Identity identity)
   at Dapper.Oracle.OracleDynamicParameters.Dapper.SqlMapper.IDynamicParameters.AddParameters(IDbCommand command, Identity identity)
   at Dapper.SqlMapper.<>c__DisplayClass150_0.<GetCacheInfo>b__0(IDbCommand cmd, Object obj)
   at Dapper.CommandDefinition.SetupCommand(IDbConnection cnn, Action`2 paramReader)
   at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader)
   at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command)
   at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType)
   at Dapper.Oracle.BulkSql.BulkOperation.SqlBulk[T](IDbConnection connection, String sql, IEnumerable`1 objects, IEnumerable`1 mapping, OracleDynamicParameters& parameters, Nullable`1 cmdType, IDbTransaction transaction)
   at Dapper.Oracle.BulkSql.BulkOperation.SqlBulk[T](IDbConnection connection, String sql, IEnumerable`1 objects, IEnumerable`1 mapping, IDbTransaction transaction, Nullable`1 cmdType)
   at SMCM.Data.Repositories.ClienteMedidoreLeituraRepository.Importacao2Async(ClienteMedidorImportacaoModel clienteMedidorImportacao) in C:\_ELFSM\smcm\src\SMCM.Data\Repositories\ClienteMedidoreLeituraRepository.cs:line 224
   at SMCM.Api.Controllers.ClienteMedidoreLeituraController.Importacao2Async(ClienteMedidorImportacaoModel clienteMedidorImportacao) in C:\_ELFSM\smcm\src\SMCM.Api\Controllers\ClienteMedidoreLeituraController.cs:line 94
   at lambda_method(Closure , Object )
   at Microsoft.Extensions.Internal.ObjectMethodExecutorAwaitable.Awaiter.GetResult()
   at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfActionResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
--- End of stack trace from previous location where exception was thrown ---
   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|24_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
--- End of stack trace from previous location where exception was thrown ---
   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
   at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
   at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
   at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
   at Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware.Invoke(HttpContext context)

from dapper.oracle.

GuibsonKrause avatar GuibsonKrause commented on June 26, 2024

The following solution worked for me:
http://www.mukeshkumar.net/articles/csharp/two-ways-to-insert-bulk-data-into-oracle-database-using-csharp

from dapper.oracle.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.