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 for further information.