Search code examples
sqloracle-databasequery-tuning

Query temp space limit in Oracle


I want to run a query which takes a lot of temp space. However, I don't want the query to exhaust all the available temp space. How can this be achieved?


Solution

  • You can add a resource plan that limits it.