Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: read consistency
"Prasath" <prasath.rao_at_gmail.com> a écrit dans le message de news: 1151596534.551557.236640_at_x69g2000cwx.googlegroups.com...
| Session 1:
| --------------------
| select * from my_table; ->takes 5 minutes
|
| Session 2:
| -------------------
| delete from my_table where my_col = 1; -> takes less than 1 second
|
| commit;
|
|
| Question
| ---------------------
| Do the records deleted in session 2 appear in session 1?
|
Yes, if session 1 query starts before session 2 commit.
Regards
Michel Cadot
Received on Thu Jun 29 2006 - 11:00:00 CDT
![]() |
![]() |