Connect oracle database using SID instead of service name

Hi All,

Today’s query is how to connect oracle database using SID instead of service name in UiPath.
pleae help because process is running in production.

@itbuddy1
Like this

Data Source=(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST={your_host})(PORT={your_port}))(CONNECT_DATA=(SID={your_sid})));User Id={your_user};Password={your_password};