Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Simple SQL waiting on 'log file sync'
I have a SQL statement as follows:
INSERT INTO A1 SELECT * FROM B1; Table A1 has about 900K rows, 1 PK and has 4 Bitmap indexes.
When I run the above from SQL*Plus with a 10046 trace, I see a lot of mesages as follows related to 'log file sync' :
WAIT #1: nam='log file sync' ela= 59250 p1=9313 p2=0 p3=0
This statement usually completes in < 5 mins, but for last 2 days it's running continuously for several hours, and the only wait event I see is 'log file sync'.
My question is:
Thanks,
Deepak
-- http://www.freelists.org/webpage/oracle-lReceived on Fri Nov 18 2005 - 12:52:07 CST