Your database supports an OLTP system.Examine the parameter values configured in your database:sga_max_size = 480Msga_ta

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

Your database supports an OLTP system.Examine the parameter values configured in your database:sga_max_size = 480Msga_ta

Post by answerhappygod »

Your database supports an OLTP system.Examine the parameter values configured in your database:sga_max_size = 480Msga_target = 480Mpga_aggregate_target = 160MThe CUSTOMERS table contains 8,000 rows. The CUST_ID column is the primary key and the COUNTRY_ID column contains only three possible values: 1111, 2222, and 3333.You execute the commands:SQL> EXECUTE DBMS_STATS.GATHER_TABLE_STATS(SH,CUSTOMERS);PL/SQL procedure successfully completed.SQL> CREATE INDEX COUNTRY_IDX ON CUSTOMERS (COUNTRY_ID);Index created.You then perform a series of INSERT, UPDATE, and DELETE operations on the table.View the Exhibit to examine the query and its execution plan.Which two options can improve the performance of the query without significantly slowing down the DML operations? (Choose two.)
Your Database S 1
Your Database S 1 (83.36 KiB) Viewed 186 times
A. creating a bitmap index on the COUNTRY_ID column
B. regathering statistics on the CUSTOMERS table
C. gathering statistics on the COUNTRY_IDX index
D. creating a histogram on the COUNTRY_ID column E. increasing the size of the PGA F. creating an SQL profile G. creating a KEEP cache
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