fix fra-usage

This commit is contained in:
garnier-quentin 2019-09-26 14:17:03 +02:00
parent c6e7c96ccf
commit c8a9a64e7e
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ sub manage_selection {
my ($self, %options) = @_;
$options{sql}->connect();
if ($self->{sql}->is_version_minimum(version => '11')) {
if ($options{sql}->is_version_minimum(version => '11')) {
$options{sql}->query(query => q{
SELECT file_type, percent_space_used, percent_space_reclaimable
FROM v$recovery_area_usage