|
@@ -395,7 +395,7 @@ export default {
|
|
|
sqlserver: 'sqlserver_connection_information',
|
|
|
mysql: 'mysql_connection_information',
|
|
|
dm: 'dm_connection_information',
|
|
|
- orcale: 'orcale_connection_information'
|
|
|
+ oracle: 'oracle_connection_information'
|
|
|
}
|
|
|
let qar = {}
|
|
|
this.dict.type[sql[row]].forEach(item => {
|