data-integrations / database-plugins

Database plugins
Other
14 stars 30 forks source link

Enable TLS Support (DTS - Specific) #515

Open Vipinofficial11 opened 1 day ago

Vipinofficial11 commented 1 day ago

Add SSL/TLS support in Oracle Batch Source Classes

This PR introduces a new field, useSSL, to enable SSL (TLS) connections for Oracle by allowing the specification of protocol (tcp or tcps) in the connection string format.

Key Changes

  1. New field

useSSL (Allows to specify whether SSL (TLS) should be used for connections or not )

Testing Scope