Examine this query and output:SQL> select order_flag, cache_size, session_flag, keep_value,2 from user_sequences where s

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899559
Joined: Mon Aug 02, 2021 8:13 am

Examine this query and output:SQL> select order_flag, cache_size, session_flag, keep_value,2 from user_sequences where s

Post by answerhappygod »

Examine this query and output:SQL> select order_flag, cache_size, session_flag, keep_value,2 from user_sequences where sequence_name = SEQ1;O CACHE_SIZE S K --- ---------------- -- -Y 10 N NPerformance analysis revealed severe SQ enqueue contention on the SEQ1 sequence.The SEQ1 sequence is incremented from all instances equally and is frequently used.Which two statements should you execute to reduce SQ enqueue contention?

A. alter sequence seq1 cache 10000;
B. alter sequence seq1 order;
C. alter sequence seq1 noorder;
D. exec sys.dbms_shared_pool.keep (‘SEQ1’, ‘Q’) E. alter sequence seq1 keep;
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!

This question has been solved and has 1 reply.

You must be registered to view answers and replies in this topic. Registration is free.


Register Login
 
Post Reply