Thread overview
Oracle Database - ocilib
Apr 02, 2012
dnewbie
Apr 03, 2012
dnewbie
Apr 04, 2012
dnewbie
Apr 05, 2012
Walter Bright
Apr 05, 2012
dnewbie
Apr 05, 2012
Walter Bright
Apr 06, 2012
dnewbie
April 02, 2012
I've added oracle binding (ocilib). It was tested on Windows with Oracle Express Edition.
http://my.opera.com/run3/blog/2012/04/02/d-oracle


April 03, 2012
It also works on Linux (I've just tested it on Debian Squeeze with Oracle Express)
Rock'n'roll!


April 04, 2012
On Tuesday, 3 April 2012 at 04:01:07 UTC, dnewbie wrote:
> It also works on Linux (I've just tested it on Debian Squeeze with Oracle Express)
> Rock'n'roll!

Hi. I'd like to submit these bindings to be reviewed for inclusion in Deimos.


April 05, 2012
On 4/4/2012 9:47 AM, dnewbie wrote:
> On Tuesday, 3 April 2012 at 04:01:07 UTC, dnewbie wrote:
>> It also works on Linux (I've just tested it on Debian Squeeze with Oracle
>> Express)
>> Rock'n'roll!
>
> Hi. I'd like to submit these bindings to be reviewed for inclusion in Deimos.
>
>

Sure. For that I need a url of original C library, and a brief description.
April 05, 2012
On Thursday, 5 April 2012 at 06:15:59 UTC, Walter Bright wrote:
> On 4/4/2012 9:47 AM, dnewbie wrote:
>> On Tuesday, 3 April 2012 at 04:01:07 UTC, dnewbie wrote:
>>> It also works on Linux (I've just tested it on Debian Squeeze with Oracle
>>> Express)
>>> Rock'n'roll!
>>
>> Hi. I'd like to submit these bindings to be reviewed for inclusion in Deimos.
>>
>>
>
> Sure. For that I need a url of original C library, and a brief description.


Description (from sourceforge.net project page)
OCILIB is an open source and cross platform Oracle Driver that delivers efficient access to Oracle databases. It offers a full featured, easy and productive API. Written in ISO C on top of OCI, OCILIB runs on all Oracle platforms.

Official website: http://www.ocilib.net/
Sourceforge project: http://sourceforge.net/projects/orclib/
Wikipedia: http://en.wikipedia.org/wiki/OCILIB

April 05, 2012
On 4/5/2012 8:08 AM, dnewbie wrote:
> Description (from sourceforge.net project page)
> OCILIB is an open source and cross platform Oracle Driver that delivers
> efficient access to Oracle databases. It offers a full featured, easy and
> productive API. Written in ISO C on top of OCI, OCILIB runs on all Oracle
> platforms.
>
> Official website: http://www.ocilib.net/
> Sourceforge project: http://sourceforge.net/projects/orclib/
> Wikipedia: http://en.wikipedia.org/wiki/OCILIB
>


https://github.com/D-Programming-Deimos/ocilib
April 06, 2012
On Thursday, 5 April 2012 at 17:58:15 UTC, Walter Bright wrote:
>
> https://github.com/D-Programming-Deimos/ocilib

Thank you.