perl5-dbi / DBD-Oracle

Oracle database driver for the DBI module
http://search.cpan.org/dist/DBD-Oracle
17 stars 25 forks source link

It would be nice if TLS/SSL support could be documented #166

Open tobyink opened 1 year ago

tobyink commented 1 year ago

See this question on StackOverflow: https://stackoverflow.com/questions/76755203/is-perl-dbi-connection-with-ssl-is-possible-oracle-data-base

Looks like there might be a lack of documentation in this area.

choroba commented 3 months ago

The question is now hidden, here's the contents:

our existing connection established using Perl DBI module with Oracle database now we have SSL enabled at DB level so we need SSL enabled connection from our end / code to Database, I have searched for the same however found related to MySQL not related Oracle

Comment:

A skim of the source code suggests it should "just work" as DBD::Oracle seems to be mostly a Perl wrapper around the official C libraries for Oracle. I've posted an issue on the DBD::Oracle github though, mentioning that documentation in this area could be improved.