This post originated from an RSS feed registered with Ruby Buzz
by Daniel Berger.
Original Post: Latest headache - Oracle 10
Feed Title: Testing 1,2,3...
Feed URL: http://djberg96.livejournal.com/data/rss
Feed Description: A blog on Ruby and other stuff.
The latest headache is that neither the Oracle driver nor the OCI8 driver for Ruby appear to work properly with bind parameters against Oracle 10 databases. Queries just hang indefinitely if you try to do something like sth.execute("foo",3).
Oracle must have changed something, because everything works fine against Oracle 8 & 9 databases. Anyway, I've mentioned this to Kubo. Hopefully, he'll have a fix soon.