I have an application which connects to an Oracle DB via ODBC. I need to trace the ODBC calls from the application to the database so I can trap an error which occurs randomly (one which I cannot recreate, but which happens daily). When I use the trace option included with the ODBC driver (Microsoft's) on the pc running the application I want to trace, it consumes far too many system resources. Does anyone know how I might remotely trace the calls?