Subject Refresh
Author semprolbat
Take the following case:

I have two connections to the same database using the same user.

In session 1, I run an insert-statement. The newly inserted values
are not visible in session 2. Then I commit in session 2. Still, the
values are not visible in session 2. They remail "unavailable" till i
commit or rollback in session 2!

Why this odd behaviour?


Magnus