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

Thread: rebuild partition index

  1. #1
    Join Date
    Sep 2002
    Posts
    411

    rebuild partition index

    what is the command to rebuild partition indexes???


    alter index index_name rebuild partition tablespace INDX_TS.


    not working.

  2. #2
    Join Date
    Nov 2000
    Location
    greenwich.ct.us
    Posts
    9,092

  3. #3
    Join Date
    Feb 2001
    Location
    UAE
    Posts
    304
    ALTER INDEX index_name REBUILD PARTITION p1;

    ALTER INDEX index_name REBUILD PARTITION p1 TABLESPACE INDX_TS;
    Agasimani
    OCP(10g/9i/8i/8)

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