DBAsupport.com Forums - Powered by vBulletin
Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12

Thread: 10 one-column indexes

  1. #11
    Join Date
    Dec 2002
    Location
    Bangalore ( India )
    Posts
    2,434
    Originally posted by grjohnson
    adewri, never mind making sense, it's impossible to do multiple indexes on a single column.

    SQL> create table test (a number, b number);

    Table created.

    SQL> create index test_1 on test(a);

    Index created.

    SQL> create index test_2 on test(a);
    create index test_2 on test(a)
    *
    ERROR at line 1:
    ORA-01408: such column list already indexed

    Jurij has already pointed out this point.
    funky...

    "I Dont Want To Follow A Path, I would Rather Go Where There Is No Path And Leave A Trail."

    "Ego is the worst thing many have, try to overcome it & you will be the best, if not good, person on this earth"

  2. #12
    Join Date
    Apr 2001
    Location
    Brisbane, Queensland, Australia
    Posts
    1,203
    Can anyone else hear an echo..echo..echo....
    OCP 8i, 9i DBA
    Brisbane Australia

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