-
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.
-
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;
-
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|