Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Linux and ODBC

Re: Linux and ODBC

From: Karl Waclawek <waclawek_at_idirect.com>
Date: Sat, 10 Jul 1999 14:00:20 -0400
Message-ID: <37878A34.BCE8E1A3@idirect.com>

David Sisk wrote:
>
> 2) Are there ODBC drivers that will allow a Linux client to talk to an
> Oracle database. The answer is "no" (at least, not to my knowledge). ODBC
> as (client software) does not exist for any platform other than Microsoft
> Windows (again, to my knowledge). Consider the Oracle precompilers, Oracle
> OCI, JDBC, etc.

Well, there are in fact two Open Source ODBC projects under way. Have a look at http://www.iodbc.org and http://genix.net/unixODBC/ as well as http://users.ids.net/~bjepson/freeODBC/ .

If it's not ODBC, what other standardized way of accessing database servers is there? AFAIK, there is none except for OLEDB, which is a lot more proprietary. ODBC, at least, conforms mostly to the X/Open CLI standard and can be implemented on most OSes, whereas OLEDB requires COM/DCOM (which, btw, has also been ported to Linux).

IMHO, Linux would work very well as platform for Application Servers (middle ware - CORBA or DCOM). This means that it would be used as both, client (for the database part) and server (for the user machines). So, asking for ODBC drivers on Linux is not so far fetched as it may seem at first. Who wants to code against proprietary access protocols?

Karl


   Karl Waclawek
   KD Soft Inc.

Received on Sat Jul 10 1999 - 13:00:20 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US