CTOR-1634: Plugin(database::oracle) - Segmentation Fault with glibc Latest Version (#5589)

Refs: CTOR-1634
This commit is contained in:
scresto 2025-05-15 10:34:37 +02:00 committed by GitHub
parent 358cfd1e39
commit 5c5d7f806a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,6 +26,11 @@ use strict;
use warnings;
use POSIX qw(:signal_h);
BEGIN {
# ORACLE_HOME environment variable must be defined
$ENV{'ORACLE_HOME'} = '' unless $ENV{'ORACLE_HOME'};
}
sub connect_oracle {
my ($self, %options) = @_;