r11859: Canonicalize whitespace
[clsql.git] / db-oracle / oracle-package.lisp
index 22314a264d3cc7d9afabd2cb74dc37d553c28b70..462c8589afbe3897afd037c9d8f7678acc09eb14 100644 (file)
@@ -17,8 +17,9 @@
 (in-package #:cl-user)
 
 (defpackage #:clsql-oracle
-  (:use #:common-lisp #:clsql-base)
+  (:use #:common-lisp #:clsql-sys #:clsql-uffi)
   (:export #:oracle-database
-          #:*oracle-so-load-path*
-          #:*oracle-so-libraries*)
+           #:*oracle-server-version*
+           #:*oracle-so-load-path*
+           #:*oracle-so-libraries*)
   (:documentation "This is the CLSQL interface to Oracle."))