You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: