ruby-oci8 icon indicating copy to clipboard operation
ruby-oci8 copied to clipboard

Ruby-oci8 - Oracle interface for ruby

Results 28 ruby-oci8 issues
Sort by recently updated
recently updated
newest added

Hello! I have a question that would be for you @kubo. We have a production application using this gem, here are the specs: ruby v2.7.5 rails v5.2.6.3 ruby-oci8 v2.2.9 oracle...

A feature was added in 2.2.7 to help with network round trips for LOBs by utilizing array fetching, if the table has a LOB. This is creating BindTypes for all...

@tomasjura This is a one-to-one mapping. I won't merge it because it isn't easy-to-use and some methods' usages are obscure for me. The following classes and methods are added. *...

Looking at DBD code, I've seen that when bind values are null, they are mapped using String as default type. I don't know the drawback of this approach (reliability? performances?)...

Hi, trying to install ruby-oci8 but dealing with some problems, i fixed all of them except this one... can someone help? `current directory: /Users/joker/.rbenv/versions/2.5.3/lib/ruby/gems/2.5.0/gems/ruby-oci8-2.2.4.1/ext/oci8` `/Users/joker/.rbenv/versions/2.5.3/bin/ruby -r ./siteconf20211220-14166-19796tz.rb extconf.rb` `checking for...

Sorry. This isn't an issue per se and feel free to close it. Just wondering if anyone has found out a way to compile and install this gem in Apple...

I am running a cron job using k8, which connects with the oracle database. When I am manually running the jobs, it works fine. But if its runs automatically through...

Hi, ruby version :2.5.1 SO: Big Sur 11.3.1 Chip Apple M1 I cant use ruby-oci8, I just tried with 2.2.7, 2.2.8 and 2.2.9 and all have same error. **dlopen(/Users/mkenar/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/ruby-oci8-2.2.7/lib/oci8lib_250.bundle, 9):...

[root@dbl2 ~]# gem install ruby-oci8 Building native extensions. This could take a while... ERROR: Error installing ruby-oci8: ERROR: Failed to build gem native extension. /usr/bin/ruby extconf.rb attempting to locate oracle-instantclient......

I have oracle-instantclient-basic installed on my Arch Linux. There is no instantclient folder. The libraries are in /usr/lib ``` usr/lib/libclntsh.so usr/lib/libclntsh.so.21 usr/lib/libclntsh.so.21.1 usr/lib/libclntshcore.so usr/lib/libclntshcore.so.21 usr/lib/libclntshcore.so.21.1 usr/lib/libnnz21.so usr/lib/libocci.so usr/lib/libocci.so.21 usr/lib/libocci.so.21.1 ```...