From 53af8faf48a4e6cd4f410fd4db68f4d490adac63 Mon Sep 17 00:00:00 2001 From: garnier-quentin Date: Mon, 9 Sep 2019 11:49:17 +0200 Subject: [PATCH] rename undo mode in plugin oracle --- database/oracle/plugin.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/database/oracle/plugin.pm b/database/oracle/plugin.pm index cbb780841..015e4d7e4 100644 --- a/database/oracle/plugin.pm +++ b/database/oracle/plugin.pm @@ -58,7 +58,7 @@ sub new { 'tablespace-usage' => 'database::oracle::mode::tablespaceusage', 'temp-tablespace' => 'database::oracle::mode::temptablespace', 'tnsping' => 'database::oracle::mode::tnsping', - 'undo-usage' => 'database::oracle::mode::undotablespace', + 'undo-tablespace' => 'database::oracle::mode::undotablespace', ); $self->{sql_modes}{dbi} = 'database::oracle::dbi';