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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: ROWID PROBLEM

Re: ROWID PROBLEM

From: Jared Still <jkstill_at_cybcon.com>
Date: Sun, 25 Jan 2004 14:09:25 -0800
Message-ID: <F001.005DE1C2.20040125140925@fatcity.com>


You need to understand that Oracle inserts data where space is available in a table, and dependent on previous DML in a table, that could be almost anywhere.

If you want to see the data in timestamp order, then order it by that column.

And please don't use ALL CAPS. It is difficult to read.

Jared

On Sun, 2004-01-25 at 07:19, Waleed Haggagy wrote:
> HI ALL..
>
> I HAVE PROBLEM
>
> THE ROWID FIELD IS NOT SORTED IN MY DATABASE WITH THE INSERTION
> DATA..
> I INSERT THE TIME WITH EVERY RECORD
> AND WHEN SELECT FROM THE TABLE WITH ORDER BY ROWID I GET RANDOM TIMES
> IN TIME FIELD !!!
>
> THAT HAPPEND WITH ME IN ONE TABLE ONLY !!!!
>
>
>
> WALEED HAGGAGY

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Jared Still
  INET: jkstill_at_cybcon.com

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Sun Jan 25 2004 - 16:09:25 CST

Original text of this message

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