Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Log File Sync Issue

25631Nov 7 2009 — edited Nov 8 2009
Hi,

We are experiencing log file sync as our top wait. We aren't performing excessive commits so we are assuming it is an I/O issue.
Our provider argues it is our bad code that is causing this issue. With increased load we are seeing the redo log write times going up
over 400+ ms. So as a test we ran a table copy

create table <name> as (select * from <my_table>)

where <my_table> has 2 million rows. The thing is memory and CPU are both generally always under 10% utilization even
during spikes. They are arguing that the create table statement is performing a full table scan and that can also
degrade performance as well and bring the database to a crawl. But wouldnt we be seeing memory and CPU go
way up if this was true?

Thanks!
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 6 2009
Added on Nov 7 2009
23 comments
7,757 views