diff --git a/reverse_engineering/connection_settings_modal/connectionSettingsModalConfig.json b/reverse_engineering/connection_settings_modal/connectionSettingsModalConfig.json index a05de60..04e18d9 100644 --- a/reverse_engineering/connection_settings_modal/connectionSettingsModalConfig.json +++ b/reverse_engineering/connection_settings_modal/connectionSettingsModalConfig.json @@ -140,8 +140,26 @@ "description": "Specify the service name of the Oracle Instance", "inputType": "text", "dependency": { - "key": "connectionMethod", - "value": ["TNS"] + "type": "or", + "values": [ + { + "key": "connectionMethod", + "value": ["TNS"] + }, + { + "type": "and", + "values": [ + { + "key": "connectionMethod", + "value": ["Basic"] + }, + { + "key": "identifierType", + "value": ["serviceName"] + } + ] + } + ] } }, {