rename temp tablespace oracl

This commit is contained in:
garnier-quentin 2019-09-09 11:48:27 +02:00
parent 2ddd66f8a6
commit c190369f1c
1 changed files with 1 additions and 1 deletions

View File

@ -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',
);