Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8742839
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T11:34:12+00:00 2026-06-13T11:34:12+00:00

Is there a inbuilt functionality in oracle for auto commit? Like if i want

  • 0

Is there a inbuilt functionality in oracle for auto commit?
Like if i want to update a million rows ,and i want set auto commit to 1000 rows or 2000 rows,i have to just configure if somewhere.
It will update the million rows in a loop with autocommit after each 1000 or 2000 rows.This functionality is available in sqlloader.I want to know if similar functionality is available in oracle too.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T11:34:13+00:00Added an answer on June 13, 2026 at 11:34 am

    No. You cannot ask Oracle to incrementally commit the work that a single SQL statement is doing. That would violate the Atomicity part of ACID compliance so it would be a really bad thing for a relational database to allow. Doing so would mean that if the database failed or if the statement failed after processing N rows, you’d have no way of knowing which N rows had been processed. Doing so would mean that other users could see partially complete data causing their reports to be incorrect and their queries to potentially return misleading results.

    You can, of course, write your own custom logic that updates rows in batches. That is generally, however, a bad idea. It will take longer, potentially much longer, to run a process that is doing interim commits. It will require writing code to make sure that the procedure is re-entrant (that is, that it can pick up where it left off in the event of a server failure without trying to re-update rows that were already updated and committed or at least not update the data to a different value. It will cause the update to generate more UNDO and REDO on the server. It will require every process that uses the data to be aware that they could be reading it in the middle of processing an UPDATE statement. And it increases the risk of an ORA-01555 error. There is generally no need to have interim commits– the downsides are very, very seldom worth it.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there an inbuilt is integer function in sml? I mean something like: I
Is there an inbuilt function in postgres that allows the user to set the
As far as I am aware there is no inbuilt polygon functionality for Python.
I'm working with VB.Net, and have two one-dimensional Arrays. Is there an Inbuilt function
Just want to know from experts that is there any inbuilt security for SQL
Is there some inbuilt function to return weekdayname based on value 1-7? /M
Is there an inbuilt function that removes the Kth row and column of a
Is there an inbuilt .NET date formatting function to return a date in the
I need to have an edit option in tableLayout just like in iphone UITableView
Is there any inbuilt way in C# to split a text into an array

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.