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

Home -> Community -> Usenet -> c.d.o.server -> Re: Insert from another table...Create with ORDER BY

Re: Insert from another table...Create with ORDER BY

From: KE Fein <kfein_at_primenet.com>
Date: 1997/08/22
Message-ID: <5tl9uc$str@nntp02.primenet.com>#1/1

jonathan_at_jlcomp.demon.co.uk (Jonathan Lewis ) wrote: [snip]>
>'tuples' are logical, rows are physical.

I don't think this helps. Tomm's point is still valid.

>
>It may be very sensible for performance reasons to arrange the rows
>in a specific physical order.
>

So be it. But semantics aside, you cannot force Oracle to physically order data and maintain the ordering automatically(like you could in Sybase with a clustered index). You can do something like this with ORACLE8 using index-organized tables.

Cheers,

-- 
                      \\///
                      (0-0)
           +----oOO----(_)-----------+
           |       K. E. Fein        |
           |    Database Analyst     |
           |   kfein_at_primenet.com    |
           +------------------oOO----+
Received on Fri Aug 22 1997 - 00:00:00 CDT

Original text of this message

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