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’ [...]
How can I find out the number of concurrent processes at any point of time in 10g database





