Home » SQL & PL/SQL » SQL & PL/SQL » storage structures in Oracle 9i
storage structures in Oracle 9i [message #9576] Thu, 20 November 2003 23:57 Go to next message
VĂ­ctor
Messages: 17
Registered: October 2001
Junior Member
How do I implement storage structures in Oracle 9i like B+ tree and hashing, and also structures that facilite insertion and deletion. Thanks in advance
Re: storage structures in Oracle 9i [message #9583 is a reply to message #9576] Fri, 21 November 2003 09:55 Go to previous messageGo to next message
Thiru
Messages: 1089
Registered: May 2002
Senior Member
you mean you want to create tables and Btree Indexes ?

Tables = storage structures that support Selects,Inserts,Updates,Deletes etc
Indexes = storage structures that speed up queries and sorts

Start with Oracle concepts guide at tahiti.oracle.com

-Thiru
Re: storage structures in Oracle 9i [message #9587 is a reply to message #9583] Fri, 21 November 2003 11:19 Go to previous messageGo to next message
William Robertson
Messages: 1643
Registered: August 2003
Location: London, UK
Senior Member
Also, Index Organized Tables (IOT) combine the two things in one shot, as they are basically indexes with data stored in the same blocks.
Re: storage structures in Oracle 9i [message #9590 is a reply to message #9587] Fri, 21 November 2003 11:41 Go to previous message
Thiru
Messages: 1089
Registered: May 2002
Senior Member
It looks like he is just getting started and so I dont think its appropriate to introduce IOTs at this time. They are meant to be used in special situations.

Also , when posting , pls 'reply' to the requestor directly .

Thanks
-Thiru
Previous Topic: which kind of index should I use?
Next Topic: SQL Query - How can this be done
Goto Forum:
  


Current Time: Tue Apr 23 01:58:14 CDT 2024