views:

578

answers:

5

How do I get started?

+1  A: 

You'll need an interface to the Oracle SQL database. As Bob pointed out, Allegro CL has such an interface.

GNU CLISP apparently comes with an interface to the database as well.

omouse
+1  A: 

The most straightforward way to do Oracle stuff from your Common Lisp program is to use CLSQL. There are plenty of other packages for doing stuff with databases from Common Lisp. Have a look at Cliki's database page

jfm3
+1  A: 

You may want to read This Question too

dsm
+2  A: 
Lauri Oherd