mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-30 09:05:19 +02:00
Fix oracle datacache hit ratio mode
This commit is contained in:
parent
480e69ec30
commit
25e45af832
@ -79,7 +79,7 @@ sub manage_selection {
|
||||
my $query = q{
|
||||
SELECT SUM(DECODE(name, 'physical reads', value, 0)),
|
||||
SUM(DECODE(name, 'db block gets', value, 0)),
|
||||
SUM(DECODE(name, 'consistent gets', value, 0)),
|
||||
SUM(DECODE(name, 'consistent gets', value, 0))
|
||||
FROM sys.v_$sysstat
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user