Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Simple SQL waiting on 'log file sync'
I am in the process of debugging an application that
uses a PL/SQL procedure that ha sa statement similar
to this. In my testing, I do have a step to commit,
but that is 'after' this insert..select statement.
What I am noticing is that if I run a trace, there are
'log file sync' messages.
Step1:
insert.. select statement <<- generated trace has the
log file sync message
Step 2:
commit <<- I'm not even there yet
Thanks,
Deepak
> >>>
> >>>INSERT INTO A1 SELECT * FROM B1;
> >>>
> >>>1) Isn't 'log file sync' related to commits? In
> above I am
> >>>not even commiting.
>
> um, if you are not committing, what is the purpose
> of this
> select ?
>
>
-- http://www.freelists.org/webpage/oracle-lReceived on Fri Nov 18 2005 - 13:21:17 CST
![]() |
![]() |