X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=doc%2Fappendix.xml;h=2e63360a121d729a3c168c53c8b5b851e46d06ef;hb=ca1fbde617aefd39a81c3eaae9ba25c3fd949f59;hp=8ba1baf6eb59b43091e4c8709a66822fc938649c;hpb=967266c94b00f91e5967b8330fe2b9134b0c0447;p=clsql.git diff --git a/doc/appendix.xml b/doc/appendix.xml index 8ba1baf..2e63360 100644 --- a/doc/appendix.xml +++ b/doc/appendix.xml @@ -12,7 +12,7 @@ PostgreSQL Libraries - The PostgreSQL back-end needs access to the PostgreSQL C + The PostgreSQL back-end requires the PostgreSQL C client library (libpq.so). The location of this library is specified via *postgresql-so-load-path*, which defaults @@ -25,7 +25,7 @@ Initialization Use -(asdf:operate 'adsf:load-op 'clsql-postgresql) +(asdf:operate 'asdf:load-op 'clsql-postgresql) to load the PostgreSQL back-end. The database type for the PostgreSQL back-end is :postgresql. @@ -209,7 +209,7 @@ MySQL Libraries - The &mysql; back-end needs access to the &mysql; C + The &mysql; back-end requires the &mysql; C client library (libmysqlclient.so). The location of this library is specified via *mysql-so-load-path*, which defaults @@ -399,8 +399,8 @@ &sqlite; Libraries The &sqlite; back-end requires - access to the &sqlite; shared library file. Its default file - name is /usr/lib/libsqlite.so. + the &sqlite; shared library file. Its default file name is + /usr/lib/libsqlite.so. Initialization @@ -434,4 +434,63 @@ + + Oracle + + Libraries + The &oracle; back-end requires the &oracle; OCI client + 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. + + + + Initialization + + Use + +(asdf:operate 'asdf:load-op 'clsql-oracle) + + to load the &oracle; back-end. The database type for the Oracle + back-end is :oracle. + + + + Connection Specification + + Syntax of connection-spec + (global-name user password) + + + Description of connection-spec + + + global-name + + String representing the global name of the Orace database. + This is looked up through the tnsnames.ora file. + + + + user + + String representing the user name to use for + authentication. + + + + password + + String representing the password to + use for authentication.. + + + + + + +