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

Thread: How to Modify default tablespace for Indexes?

  1. #1
    Join Date
    Feb 2001
    Location
    Kolkata- India
    Posts
    356

    Question how to change the default tablespace for indexes?

    Hi All,
    Can anyone tell me how to change the default tablespace for indexes? I am using oracle 8.1.7 on Solaris.

    Regards


    [Edited by sudip on 05-24-2002 at 01:50 AM]
    There Nothing You cannot Do, The problem is HOW.

  2. #2
    Join Date
    Jun 2000
    Location
    Madrid, Spain
    Posts
    7,447
    partitioned index?

    alter index xxxx modify default attribute tablespace yyyy

  3. #3
    Join Date
    Feb 2001
    Location
    Kolkata- India
    Posts
    356
    Sorry, but it is non partiotioned index.

    There Nothing You cannot Do, The problem is HOW.

  4. #4
    Join Date
    Aug 2000
    Location
    Singapore
    Posts
    323
    You can use

    ALTER INDEX indx_name REBUILD tablespace ts_name;

    Nagesh

  5. #5
    Join Date
    Feb 2001
    Location
    Kolkata- India
    Posts
    356

    Wink

    Thanx a lot for the help. I missed that part in ORacle documentation.



    Thanx again
    There Nothing You cannot Do, The problem is HOW.

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