rename undo mode in plugin oracle

This commit is contained in:
garnier-quentin 2019-09-09 11:49:17 +02:00
parent c190369f1c
commit 53af8faf48
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ sub new {
'tablespace-usage' => 'database::oracle::mode::tablespaceusage', 'tablespace-usage' => 'database::oracle::mode::tablespaceusage',
'temp-tablespace' => 'database::oracle::mode::temptablespace', 'temp-tablespace' => 'database::oracle::mode::temptablespace',
'tnsping' => 'database::oracle::mode::tnsping', 'tnsping' => 'database::oracle::mode::tnsping',
'undo-usage' => 'database::oracle::mode::undotablespace', 'undo-tablespace' => 'database::oracle::mode::undotablespace',
); );
$self->{sql_modes}{dbi} = 'database::oracle::dbi'; $self->{sql_modes}{dbi} = 'database::oracle::dbi';