Remove CVS $Id$ keyword
[clsql.git] / db-oracle / oracle-package.lisp
index 681617a63bc55db542feebcd7604c2a1922b429b..d5c229f31724625d692af457766dccb0bb78bc4f 100644 (file)
@@ -5,9 +5,7 @@
 ;;;; Name:          oracle-package.cl
 ;;;; Purpose:       Package definition for CLSQL Oracle interface
 ;;;;
-;;;; $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 +15,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."))