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

Thread: directing "analyze table" sorts

  1. #1
    Join Date
    Nov 2000
    Posts
    15

    Post

    Does anyone know if you are able to direct an analyze table statement to use a particular temporary tablespace. If so, what is the syntax. I have a table that is growing quickly, and I already have a system tablespace of 600MB of which only 38MB is used for data. I hate to waste more space just so I can analyze a table. I have to use the compte statistics clause because this table is very volatile.

  2. #2
    If your user has temporary tablespace defined and this user do the analyze, I guess it will use what you said, right?
    ALTER USER user1 TEMPORARY TABLESPACE tablespace1;
    Ramon Caballero, DBA, rcaballe@yahoo.com

  3. #3
    Join Date
    Nov 2000
    Posts
    15
    Thanks Ramon!
    Your solution works.

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