X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=db-oracle%2Foracle-package.lisp;h=462c8589afbe3897afd037c9d8f7678acc09eb14;hp=681617a63bc55db542feebcd7604c2a1922b429b;hb=refs%2Ftags%2Fv3.8.6;hpb=48652576baf88a7dcde5649cec889228aa7b5133 diff --git a/db-oracle/oracle-package.lisp b/db-oracle/oracle-package.lisp index 681617a..462c858 100644 --- a/db-oracle/oracle-package.lisp +++ b/db-oracle/oracle-package.lisp @@ -7,7 +7,7 @@ ;;;; ;;;; $Id$ ;;;; -;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg +;;;; This file is part of CLSQL. ;;;; ;;;; CLSQL users are granted the rights to distribute and use this software ;;;; as governed by the terms of the Lisp Lesser GNU Public License @@ -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."))