X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=doc%2Fappendix.xml;h=d6a50d9cf8aa5b4164e0aef5243564a5ea7899c5;hp=ad2f4ef8961a2e7f48dca30f8f0663a58fe5c8a3;hb=0f3fe9d3a5a9940966262f760e6972015864cac8;hpb=ee688a066c2fc6770e59cc08434d954ecd11d53e diff --git a/doc/appendix.xml b/doc/appendix.xml index ad2f4ef..d6a50d9 100644 --- a/doc/appendix.xml +++ b/doc/appendix.xml @@ -591,9 +591,23 @@ library. (libclntsh.so). The location of this library is specified relative to the ORACLE_HOME value in the operating system - environment. &clsql; has tested sucessfully using the client - library from Oracle 9i and Oracle 10g server installations as - well as Oracle's 10g Instant Client library. + environment. + + + + Library Versions + + &clsql; has tested sucessfully using the client library from + Oracle 9i and Oracle 10g server installations as well as + Oracle's 10g Instant Client library. For Oracle 8 and earlier + versions, there is vestigial support by pushing the symbol + :oci7 onto cl:*features* + prior to loading the clsql-oracle &asdf; + system. + + (push :oci7 cl:*features*) + (asdf:operate 'asdf:load-op 'clsql-oracle) +