Home > cl-oci8

cl-oci8

Cl-oci8 is a project mainly written in Common Lisp, it's free.

Common lisp oci call interface

Main purpose of the project is to reflect Oracle Call Interface to Common Lisp

Postulates:

  • foreign resources and handles have to cleaned and freed by the library
  • this project is only reflection. OCI function have to reflects to the library function one-to-one (except handle allocation and freeing)
  • the library cant contain functions not present in OCI.

License is BSD.

Regards, Pavel G. Koukoushkin [email protected]

Previous:Sprawdzian