[Tutor] Whats wrong with this code..??

Alan Trautman ATrautman@perryjudds.com
Fri Nov 15 10:16:03 2002


Warning VERY OLD (2001) Oracle knowledge here but I think that you must pass
a user ID and a password even if one is not specified to an Oracle database.
Failure to do so will return an Oracle error which might be what you are
getting.

    > dbh = dbapi.connect(logger_conf.db_dsn)
							  ,
UserID='',password='')

Definitely check the oracle manual/error code help file, I do not believe
your python code is to blame with what you provided.