Best Practices for temporary tablespace(s) [message #72861] |
Wed, 19 November 2003 08:57 |
padma
Messages: 22 Registered: April 2001
|
Junior Member |
|
|
Hi All,
I am an oracle developer and I am trying to understand the management of temporary tablespaces.
Our's is a data warehouse environment. We have only one temporary tablespace that is used by all the users and also the applications. As per my understanding we cannot put quotas for temporary tablespace.
How can one prevent one bad query from bringing down the other running applications?
Can one create more than one temp tablespace and allocate them between applications and users?
What are the best practices?
Thanks in advance.
Padma
|
|
|
|
Re: Best Practices for temporary tablespace(s) [message #72901 is a reply to message #72861] |
Fri, 05 December 2003 05:03 |
naveen dutt
Messages: 8 Registered: December 2003
|
Junior Member |
|
|
Hi padma,
temporary tablespace is allocated to users so if any sorting operation done my user that will be on temporary tablespace so one user had only one temporary tablespace allocated and you can create more than one temporary tablespace and allocate those temproray tablespace to specific users;
If you can write the query in such a way that it doesnot requrire temporary tablespace to do the sorting operations.
Naveen Dutt
|
|
|