2 Jan 2006 04:18
Oracle user identified externally
I am trying to connect using clsql-oracle to an Oracle instance with a user identified externally, that is, authenticated by the operating system and so with no Oracle username or password. I have tried to connect in many different ways, (clsql:connect (list "xxx" "" "") :database-type :oracle) (clsql:connect (list "xxx" " " " ") :database-type :oracle) (clsql:connect (list "xxx" nil nil) :database-type :oracle) none of which work. I have a Pro*C function that works for this kind of authentication (see http://paste.lisp.org/display/14025) but I don't know how to turn this into a clsql form. I would appreciate any advice on how to make this connection. Liam
RSS Feed