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: index and ADT

Re: index and ADT

From: Craig A.Miller <CAMiller_at_sherwin.com>
Date: 29 Sep 1998 19:09:54 GMT
Message-ID: <01bdebdd$62fba280$837e8d94@K980.sherwin.com>


I was browsing through Oracle8: The complete reference by G. Koch and K. Loney and I remember seeing your solution. You'll find it on page 617.

Accordingly, you should specify the full path of the column you wish to index, not the column that is ADT.

Per your example:

create index rectangle_index on rectangle(figure.width, figure.Longr);

If you don't have the book, you should seriously consider the purchase. The book is a good one; expensive, but good. Received on Tue Sep 29 1998 - 14:09:54 CDT

Original text of this message

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