From c190369f1cc3496b137e645eee6d51a7e162b803 Mon Sep 17 00:00:00 2001 From: garnier-quentin Date: Mon, 9 Sep 2019 11:48:27 +0200 Subject: [PATCH] rename temp tablespace oracl --- 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 2c6389a9f..cbb780841 100644 --- a/database/oracle/plugin.pm +++ b/database/oracle/plugin.pm @@ -56,7 +56,7 @@ sub new { 'sql' => 'centreon::common::protocols::sql::mode::sql', 'sql-string' => 'centreon::common::protocols::sql::mode::sqlstring', 'tablespace-usage' => 'database::oracle::mode::tablespaceusage', - 'temp-usage' => 'database::oracle::mode::temptablespace', + 'temp-tablespace' => 'database::oracle::mode::temptablespace', 'tnsping' => 'database::oracle::mode::tnsping', 'undo-usage' => 'database::oracle::mode::undotablespace', );