Subject | Refresh |
---|---|
Author | semprolbat |
Post date | 2002-05-21T11:01:56Z |
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
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