DBD-Oracle
DBD-Oracle copied to clipboard
Oracle database driver for the DBI module
On Gentoo, for better or worse, we install oracle-instantclient on 64-bit systems to /usr/lib64/oracle/client/ with: * /usr/lib64/oracle/client/lib for 32-bit libraries (multilib) * /usr/lib64/oracle/client/lib64 for native 64-bit libraries Adapt the logic...
When I use `DBD::Oracle` (v1.83) with `forks` (which we use to get consistent `fork` behavior with Apache/ModPerl) with Perl v5.34.0 on Ubuntu 22.04, we get a segmentation fault on any...
I've found some strange behavior in YaSQL which is a Sql*Plus alternative written in Perl that uses DBD-Oracle. I've created a test-script to show the problem: https://github.com/lzsiga/yasql-fx/blob/main/test/test0001.sh The problem has...
Hi, I was running 1.80 (installed through CPAN) with Oracle Client Library 18.5. Everything worked perfectly with this setup. I then upgraded Oracle Client Library to 19.20, and did 'cpan...
Line 889-890 in Makefile.PL are now: 889: print "WARNING: Your GNU C compiler is very old. Please upgrade.\n" 890: if ($Config{gccversion} and $Config{gccversion} =~ m/^(1|2\.[1-5])/); Now regexp in 890 throws...
Hi, not sure if this the right place. I tried to compile dbd::oracle on my Debian machine but failed. in the cpanm log file this the first error: Oracle.xs:330:82: warning:...
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.
I discovered that `service_name` is a valid DSN parameter in the Changes, and used it to address libwww-perl/URI-db#22. It would be nice if there was a section of the docs...
It would be helpful to have an example how ora_events can be used and whether it's related to oracle DCN, https://jirawong.wordpress.com/2013/03/27/oracle-database-change-notification-jdbc-style-example/