rename undo mode in plugin oracle
This commit is contained in:
parent
c190369f1c
commit
53af8faf48
|
@ -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';
|
||||||
|
|
Loading…
Reference in New Issue