Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: index created for use as a table
Dietmar Brueckmann wrote:
> Hi,
>
> I've read somewhere, that Oracle offers a feature, that I can create a
> table as a index.
> i.e. I've a table with key1,key2,key3,key4,value
> where key1,key2,key3,key4 represents a unique index.
> Then it would be possible not to create the table and the unique index,
> but create only the index and add the field "value".
> But I didn't find again the website/news-item I've read.
> Does anybody know that feature?
Index Organized Table also known as an IOT.
syntax at:
http://tahiti.oracle.com
demos at:
http://www.psoug.org
click on Morgan's Library
click on Index Organized Table
-- Daniel A. Morgan http://www.psoug.org damorgan_at_x.washington.edu (replace x with u to respond)Received on Mon Jun 13 2005 - 09:51:53 CDT
![]() |
![]() |