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