Skip to Main Content

Oracle Developer Tools for Visual Studio

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Is VS 2022 connectivity through connection manager possible

user11079321Oct 3 2023

Can an Oracle database connection be made in VS 2022 via Oracle Connection Manager using a connection string of the form:
(DESCRIPTION=(SOURCE_ROUTE=on)(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=cman_host)(PORT=cman_port))(ADDRESS=(PROTOCOL=TCP)(HOST=database_host)(PORT=database_port)))(CONNECT_DATA=(SERVICE_NAME=service_name)))
This was possible in VS 2019 using the ODP.NET Unmanaged driver, but that's been removed.

Comments
Post Details
Added on Oct 3 2023
1 comment
516 views