DBZ-2711 Implement only global minimum supplemental logging validation

This commit is contained in:
Anton Kondratev 2020-12-25 15:23:39 +03:00 committed by Gunnar Morling
parent 5a7ac0cfe1
commit c359d2c40e

View File

@ -120,7 +120,7 @@ static String currentRedoNameQuery() {
}
static String supplementalLoggingCheckQuery() {
return String.format("SELECT 'KEY', SUPPLEMENTAL_LOG_DATA_ALL FROM %s", DATABASE_VIEW);
return String.format("SELECT 'KEY', SUPPLEMENTAL_LOG_DATA_MIN FROM %s", DATABASE_VIEW);
}
static String currentScnQuery() {