Skip to Main Content

ODP.NET

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!

JDBC custom url to ODP.net connection string

2988155Jul 9 2015 — edited Jul 16 2015

Hi

I have a database I can connect to using SqlDeveloper. The connection parameters are as follows:

Connection type: Advanced

Role: default

Custom JDBC URL: jdbc:oracle:oci@xxxssl@yyyyy.zzzz.ca

OS Authentication : checked

Kerberos Authentication: unchecked

Proxy Connection: checked (with user name and password)

Now I need to connect programmatically to this database using ODP.net. I understand how to build the connection string but What I do not understand is the custom URL. What does this do and how do I acomplish this whith ODP.net.

I Understand it has to do security given the ssl component of the URL.

Any help is most welcome

Thanks in advance

Jean-Pierre

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 13 2015
Added on Jul 9 2015
9 comments
1,798 views