Explain how to disable Parallel Query

          

Interview questions

Explain how to disable Parallel Query


<<Previous   Next>>
Oracle - How to disable Parallel Query posted by Babu Kunwar

Explain how to disable Parallel Query

We disable parallel SQL execution with an ALTER SESSION DISABLE PARALLEL DML | DDL | QUERY statement.

We can do this as follows

  • The first thing that we can do is to set parallel_max_server to zero.
  • Execute the Query: select /*+ NO_PARALLEL */
  • alter table A noparallel; select * from table A;


Write your comment - Share Knowledge and Experience


<<Previous   Next >> 
Latest placement tests
Latest links
 
Latest MCQs
» General awareness - Banking » ASP.NET » PL/SQL » Mechanical Engineering
» IAS Prelims GS » Java » Programming Language » Electrical Engineering
» English » C++ » Software Engineering » Electronic Engineering
» Quantitative Aptitude » Oracle » English » Finance
Home | About us | Sitemap | Contact us | We are hiring