Patrick> Is there a way I can have Python tell Oracle what the username
    Patrick> and password is?

Dunno what db adapter module is used for Oracle, but the ones I've used for
Sybase, PostgreSQL and MySQL all accept username/password parameters either
individually or stuffed into a DSN string.  Check the docs for the module
you use to talk to Oracle.

Skip
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to