#72. Examine this fragment from a SQL*Plus session: SQL> SELECT name, VALUE FROM v$sysstat 2> WHERE name LIKE 'work area executions%';
NAME VALUE
work area executions - optimal 1544
work area executions - onepass 11
work area executions - multipass 1038 What can you conclude about the setting of the PGA_AGGREGATE_TARGET initialization parameter?
Show comments for this question (1)
Add comments
Link to this question
|