From oracle-l-bounce@freelists.org  Fri May 20 03:58:31 2005
Return-Path: <oracle-l-bounce@freelists.org>
Received: from air891.startdedicated.com (root@localhost)
 by orafaq.com (8.12.10/8.12.10) with ESMTP id j4K8wVim001043
 for <oracle-l@orafaq.com>; Fri, 20 May 2005 03:58:31 -0500
X-ClientAddr: 206.53.239.180
Received: from turing.freelists.org (freelists-180.iquest.net [206.53.239.180])
 by air891.startdedicated.com (8.12.10/8.12.10) with ESMTP id j4K8wV4Z001038
 for <oracle-l@orafaq.com>; Fri, 20 May 2005 03:58:31 -0500
Received: from localhost (localhost [127.0.0.1])
 by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 273DC195C6C;
 Fri, 20 May 2005 02:55:39 -0500 (EST)
Received: from turing.freelists.org ([127.0.0.1])
 by localhost (turing [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id 12302-09; Fri, 20 May 2005 02:55:39 -0500 (EST)
Received: from turing (localhost [127.0.0.1])
 by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 9FDF7195AD0;
 Fri, 20 May 2005 02:55:38 -0500 (EST)
Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws;
  s=s1024; d=yahoo.com;
  b=AdOOYe5EMRuop+q5fw116uUJy8y/dN9FaX1kNHjLV5p6Ece3C1oXyJF88SQlnlzUFp4OtPyx1l8e7u+8Yh9RIajXz5CQ0HuiBWP4dufPDylmuOWJFO9+JG8F8gGKUdzgUeXd6PpFaHTAkqyOh7mubFWTf8zZWMt1WbzVDDVlZdg=  ;
Message-ID: <20050520075351.92397.qmail@web52611.mail.yahoo.com>
Date: Fri, 20 May 2005 00:53:50 -0700 (PDT)
From: Martic Zoran <zoran_martic@yahoo.com>
Subject: Re: Select max(id) not returning correct value
To: jacintakean@yahoo.com, oracle-l@freelists.org
In-Reply-To: 6667
MIME-Version: 1.0
Content-type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 8bit
X-archive-position: 19993
X-ecartis-version: Ecartis v1.0.0
Sender: oracle-l-bounce@freelists.org
Errors-To: oracle-l-bounce@freelists.org
X-original-sender: zoran_martic@yahoo.com
Precedence: normal
Reply-To: zoran_martic@yahoo.com
X-list: oracle-l
X-Virus-Scanned: by amavisd-new-20030616-p9 (Debian) at avenirtech.net
X-Spam-Level: 
X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on 
 air891.startdedicated.com
X-Spam-Status: No, hits=0.5 required=5.0 tests=AWL,FORGED_YAHOO_RCVD 
 autolearn=no version=2.63

Did you insert rows manually through one session
without commit and do the max(id) from another
session?

> select max(id) from mytable;
> It will not return 95 instead it will return value 5
> ?


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
--
http://www.freelists.org/webpage/oracle-l

