Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Disappeared Data

Re: Disappeared Data

From: Daniel Morgan <dmorgan_at_exesolutions.com>
Date: Tue, 08 Oct 2002 22:58:41 GMT
Message-ID: <3DA36300.B7788F3C@exesolutions.com>


Tong Li wrote:

> Hi There;
>
> I am using Oracle 9i and Win2K.
>
> I just inserted 5 rows into a table, and I was able to see the rows by
> using count(*) function.
> But if I open second sqlplus window and login as same user, the result of
> count(*) is 0.
> I only can see the inserted rows in the first window, if I close it,
> nothing will be left, I have to do insertion again.
>
> What is the problem I am having? Any hint?
> Thanks in advance!
>
> Tina

This is as it should be. Uncommited transactions are invisible to all except the session that inserted, updated, or deleted.

Daniel Morgan Received on Tue Oct 08 2002 - 17:58:41 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US