|
|

|
#12. Exhibit: View the Exhibit and examine the execution plan of the following query: SQL> SELECT s.prod_id, 2 t.fiscal_month_number, 3 SUM(s.amount_sold) AS sum_amount 4 FROM sales s, times t 5 WHERE s.time_id = t.time_id 6 AND t.fiscal_year = 2000 7 GROUP BY s.prod_id, t.fiscal_month_number 8 ORDER BY s.prod_id, t.fiscal_month_number;
Which statement regarding the SALES_PROD object in the execution plan is true?
Показать комментарии к этому вопросу (0)
Добавить комментарии
Ссылка на этот вопрос
|
|
#14. The steps involved in copying statistics from the source database to the target database are given below in random order: 1) Export the statistics table from the source database and then import it into the target database. 2) Copy the statistics to a table in the source database. 3) Create a table to hold the statistics in the source database. 4) Copy the statistics into the data dictionary in the target database. 5) Run the Oracle-supplied csminst.sql script to create a schema and a table to hold the statistics in the source database. 6) Collect the system statistics in the target database. What is the correct order to accomplish this task?
Показать комментарии к этому вопросу (0)
Добавить комментарии
Ссылка на этот вопрос
|
|
#17. You have the following requirements: • Your transaction only queries the table, and requires a consistent set of the table’s data for the duration of the transaction. • You can hold up other transactions that try to update the locked table, until all transactions that hold SHARE locks on the table either commit or roll back. • Other transactions may acquire concurrent SHARE table locks on the same table, also allowing them the option of transaction-level read consistency. Which type of locking strategy would you select to achieve this?
Показать комментарии к этому вопросу (0)
Добавить комментарии
Ссылка на этот вопрос
|
|
#18. You are working in a dedicated server environment. You discovered that your database performance is degraded due to a huge number of sort operations that are using the disk space instead of the memory area. The WORKAREA_SIZE_POLICY parameter is set to AUTO. What would be one of the solutions to improve database performance?
Показать комментарии к этому вопросу (0)
Добавить комментарии
Ссылка на этот вопрос
|
|
|
|
ген. 0.07
|
Дата сервера 11:26 09-01-2009
|
Разработал Zip © 2006
|
|
 |
|
|