Skip to content

RODBC - problems connecting to oracle through linux

3 messages · Brian Ripley, Whit Armstrong, Simon Collins

#
On Fri, 28 Nov 2008, Simon Collins wrote:

            
The short answer is no, but running under gdb and getting a backtrace will 
show what is going wrong.

My experience suggestst that this is almost certainly a bug in the ODBC 
driver.  (RODBC asks the driver for more info than most applications, and 
that often stresses badly written drivers.)  So it is very likely that you 
are doing nothing wrong, but one of your tools is letting you down.

  
    
#
I've had a good experience with the ROracle driver.  Any reason why
you need RODBC?

-Whit


On Mon, Dec 1, 2008 at 10:17 AM, Prof Brian Ripley
<ripley at stats.ox.ac.uk> wrote:
3 days later
#
Just an update to this - it is possible to connect to an 11G database  
via using the oracle 10G (libsqora.so.10.1) driver.

Quoting "Prof Brian Ripley" <ripley at stats.ox.ac.uk>: