I am new to python and currently writing a module to write error logs into Oracle database. Its not possible to install ODBC libraries on the server for this task so I am wondering what is the best way to handle this without using ODBC (such as pyodbc). I am advised to use ORMs so any of you have some idea about this? I am using python 2.6.5.
Thank you.