public bool NeedToCreateTrackingTable()
 {
     return(!OracleManagementUtils.TableExists(connection, transaction, trackingName.QuotedString));
 }