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

Thread: move indexes?

  1. #1
    Join Date
    Nov 2000
    Posts
    205
    I would like to know what happens when I issue the:
    alter table move tablespace command?

    What happens to the primary key etc? I am trying to get all of the objects off a particular tablespace. How do I move indexes?

    Thanks,
    Nirasha

  2. #2
    Join Date
    Oct 2000
    Location
    Dallas:TX:USA
    Posts
    407
    you will have to move individual indexes as well --

    alter index <<test>> rebuild tablespace <<indx>>;

    - Rajeev

  3. #3
    Join Date
    Dec 1999
    Location
    Alpharetta, GA, US
    Posts
    192
    You can try with rebuild command.
    Good Luck

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