# File lib/patches/db/oracle_enhanced.rb, line 19
  def execute(sql, name = nil)
    mp_profile_sql(sql, name) { execute_without_profiling(sql, name) }
  end