|
|

|
#71. Application developers are complaining about the poor response time of SQL statements on certain tables. On investigation, you find that the generation of recursive calls (in addition to SQL statements) to perform space management operations is the cause for the poor response time. Which of the solutions provided would solve the problem?
Показать комментарии к этому вопросу (0)
Добавить комментарии
Ссылка на этот вопрос
|
|
#74. There are three users working on the same schema in your database. The techdt table in this schema does not have any indexes on it. All the three users execute UPDATE statements on the techdt table to update different rows. When the third user executes an UPDATE statement, it waits and does not update the table. You execute the following query to find the reason for this: SQL> SELECT sid, TYPE, id1, id2, lmode, request FROM v$lock WHERE TYPE=’TX’;
SID TYPE ID1 lD2 LMODE REQUEST
11 TX 262150 45564 6 0
16 TX 393253 45294 6 0
18 TX 393253 45294 0 4 Why does the UPDATE statement of the third user wait?
Показать комментарии к этому вопросу (0)
Добавить комментарии
Ссылка на этот вопрос
|
|
#80. You created an index on the pdcost column of the PDLIST table in your database, and then executed the following command to find the total number of rows sorted until now: SQL> SELECT name, VALUE FROM v$sysstat WHERE name=’sorts (ROWS)’;
NAME VALUE
sorts (rows) 54762 Execution of which Iwo queries would increase the sorts(rows) value? (Choose two.)
Показать комментарии к этому вопросу (0)
Добавить комментарии
Ссылка на этот вопрос
|
|
|
|
ген. 0.087
|
Дата сервера 11:34 09-01-2009
|
Разработал Zip © 2006
|
|
 |
|
|