【Bug】 OracleSouce edited again, ConnectionType is null (#13881)
This commit is contained in:
parent
7835ddfdb7
commit
dcf0109db3
|
|
@ -56,6 +56,7 @@ public class OracleDataSourceProcessor extends AbstractDataSourceProcessor {
|
||||||
oracleDatasourceParamDTO.setDatabase(connectionParams.getDatabase());
|
oracleDatasourceParamDTO.setDatabase(connectionParams.getDatabase());
|
||||||
oracleDatasourceParamDTO.setUserName(connectionParams.getUser());
|
oracleDatasourceParamDTO.setUserName(connectionParams.getUser());
|
||||||
oracleDatasourceParamDTO.setOther(connectionParams.getOther());
|
oracleDatasourceParamDTO.setOther(connectionParams.getOther());
|
||||||
|
oracleDatasourceParamDTO.setConnectType(connectionParams.getConnectType());
|
||||||
|
|
||||||
String hostSeperator = Constants.DOUBLE_SLASH;
|
String hostSeperator = Constants.DOUBLE_SLASH;
|
||||||
if (DbConnectType.ORACLE_SID.equals(connectionParams.connectType)) {
|
if (DbConnectType.ORACLE_SID.equals(connectionParams.connectType)) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue