Oracle 10g performance Questions

1

Why do I not see Oracle database block gets and consistent gets
hi, i have two test scenarios where i’m trying to understand to actual concept of db block gets and consistent gets. SQL> set autotrace on SQL>select * from scott.emp; i get 14 rows then Execution Plan ———————————————————-    0      SELECT STATEMENT Optimizer=ALL_ROWS (Cost=3 Card=14 Bytes=51           8)    1    0   TABLE ACCESS (FULL) OF ‘EMP’ [...]

Answer Question   |  March 31, 2012  4:48 PM
Oracle 10g, Oracle 10g administration, Oracle 10g Database, Oracle 10g performance
asked by:
10 pts.

asked by:
5 pts.

1