DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: Urgent..(B tree Indexes)

  1. #1
    Join Date
    Jan 2002
    Posts
    78
    Hi All,

    I need to Create B-Tree Indexes in Our Database. Please Tell me How to Create B-Tree Indexes for a tables.

    We have normal indexes. I need to Convert them in to B-tree indexes.Please Tell me the Mechanism

    Thankx,
    Sekhar

  2. #2
    Join Date
    Sep 2001
    Location
    NJ, USA
    Posts
    1,287
    just use:
    create index IIII ....

    "normal" indexes in Oracle are B+tree indexes.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width