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

Thread: commit=y

  1. #1
    Join Date
    Jul 2002
    Posts
    132
    I still did not find an answer for my doubt as to after how many rows/bytes of data does commit=y work while importing?

  2. #2
    Join Date
    Oct 2001
    Location
    Madrid, Spain
    Posts
    763
    I'm not sure but I think it is every row.

    Cheers

    Angel

  3. #3
    Join Date
    Oct 2001
    Location
    Madrid, Spain
    Posts
    763
    Excuse for my english "EACH" row.

    Cheers

    Angel

  4. #4
    Join Date
    Feb 2000
    Location
    Singapore
    Posts
    1,758
    Is it about IMPORT?

    The rows will be commited after each array insert.

    No. of rows in array = buffer_size/maximum_row_size.

    But if the table contains LONG. LOB, BFILE, DATE. ROWID columns the commit will be after each row.

    HTH
    Sanjay


  5. #5
    Join Date
    Jun 2000
    Location
    Madrid, Spain
    Posts
    7,447
    DATE doesnt do that, it´s a doco bug

  6. #6
    Join Date
    Feb 2000
    Location
    Singapore
    Posts
    1,758
    By Pando:
    DATE doesnt do that, it´s a doco bug
    Thanks Pando,
    I too was wondering..

    Sanjay

  7. #7
    Join Date
    Jul 2002
    Posts
    132
    Thanx Sanjay!
    If I do not specify the buffer parameter along with the commit parameter, what will be the default buffer_size parameter?

  8. #8
    Join Date
    Jun 2000
    Location
    Madrid, Spain
    Posts
    7,447
    operating system dependant, go technet and download admin guide for your platform

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