To load Common SQL enter, for example:
(require "odbc")
(require "oracle")
Initialize the database type at runtime, for example:
(sql:initialize-database-type :database-type :odbc)
(sql:initialize-database-type :database-type :oracle)
See the LispWorks User Guide and Reference Manual for further information.
LispWorks Release Notes and Installation Guide - 23 Dec 2011