-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
I'm using recently updated version of SLIME, CMUCL 19a, CLSQL 3 and Oracle 8.1.7, everything on linux (Red Hat Enterprise Server 3).
I do:
CL-USER> (asdf:oos 'asdf:load-op :clsql-oracle) CL-USER> (use-package :clsql-user) CL-USER> (connect '("SID" "user" "pass") :database-type :oracle)
At this point CMUCL starts using the processor on >90% and stays that way untill killed.
I've tried the same dialog without SLIME and it works fine. Also, I've tried with SQLite instead of Oracle and it works under SLIME.
Any ideas?
Regards, Ivan