jerryhone has asked for the wisdom of the Perl Monks concerning the following question:
We have an old application running on Solaris using Oracle:DBD that happily connects to an Oracle 11g server!
$DBD::Oracle::VERSION = '1.14';
When trying to connect to a new 12c server we're encountering
ORA-28040: No matching authentication protocol (DBD ERROR: OCISessionBegin)
Google implies that we need to change sqlnet.allowed_logon_version on the server, but our DBA tells us that's not possible on our new dataserver setup!
So, question is...will a newer version of Oracle::DBD solve our issues, and if so, what version do we need? If not, any other ideas?
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Oracle::DBD to 12c server
by marto (Cardinal) on Mar 26, 2020 at 16:16 UTC | |
Re: Oracle::DBD to 12c server
by Tux (Canon) on Mar 29, 2020 at 08:23 UTC | |
Re: Oracle::DBD to 12c server
by Ea (Chaplain) on Mar 28, 2020 at 18:47 UTC | |
Re: Oracle::DBD to 12c server
by jerryhone (Sexton) on Apr 01, 2020 at 09:41 UTC | |
by marto (Cardinal) on Apr 01, 2020 at 09:47 UTC |
Back to
Seekers of Perl Wisdom