cherry-pick OracleSouce edited again, ConnectionType is null #13881
This commit is contained in:
parent
8829bea86d
commit
591b4c9141
|
|
@ -58,6 +58,7 @@ public class OracleDataSourceProcessor extends AbstractDataSourceProcessor {
|
|||
oracleDatasourceParamDTO.setDatabase(connectionParams.getDatabase());
|
||||
oracleDatasourceParamDTO.setUserName(connectionParams.getUser());
|
||||
oracleDatasourceParamDTO.setOther(parseOther(connectionParams.getOther()));
|
||||
oracleDatasourceParamDTO.setConnectType(connectionParams.getConnectType());
|
||||
|
||||
String hostSeperator = Constants.DOUBLE_SLASH;
|
||||
if (DbConnectType.ORACLE_SID.equals(connectionParams.connectType)) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue