I/O being performed by active SQL statements in Oracle


I/O being performed by active SQL statements in Oracle

select sess_io.sid,
       sess_io.block_gets,
       sess_io.consistent_gets,
       sess_io.physical_reads,
       sess_io.block_changes,
       sess_io.consistent_changes
  from v$sess_io sess_io, v$session sesion
 where sesion.sid = sess_io.sid
   and sesion.username is not null

whois domain name .


Leave a Reply

Your email address will not be published. Required fields are marked *