mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-26 23:24:27 +02:00
fix list-tablespaces oracle
This commit is contained in:
parent
4928914de0
commit
d0f1c8cbdd
@ -268,7 +268,7 @@ sub manage_selection {
|
||||
};
|
||||
}
|
||||
$options{sql}->query(query => $query);
|
||||
my $result = $self->{sql}->fetchall_arrayref();
|
||||
my $result = $options{sql}->fetchall_arrayref();
|
||||
$options{sql}->disconnect();
|
||||
|
||||
my $tablespaces = {};
|
||||
|
Loading…
x
Reference in New Issue
Block a user