When I establish my connection to the database I want to immediately run some SQL to initialize the databases session environment (specifically the NLS_DATE_FORMAT for Oracle). My question is how do I get ahold of that database handle? The DBIx::Class::Schema->connect() makes no mention of one being available. Steve Kirkup