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

Thread: Writes in Redo Logs

  1. #1
    Join Date
    Oct 2000
    Posts
    467
    Hi,
    just wanted to know how many times are the info written into the redo logs for an sql statement - say
    'insert into <table> values(col1, col2,..) ;
    commit;

    Cheers
    Vinit

  2. #2
    Join Date
    Mar 2001
    Posts
    6
    Only once it is written, but it contains the previous info and the current info.

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