I have a situation where I need to log all the SQL statements generated by LLBLGen. The database is Oracle. For political reasons, profiling of the database is not an option. How can I get access to the sql string generated by LLBLGen. I am aware of the diagnostic switches that can be put in the config file, but those only show sql statement in the output window during debugging, whereas I want to log the sqls somwhere.