Description
Currently, this validator uses DatabaseMetaData.getTables() that takes in the order of minutes to return because of the number of SYSTEM tables present in Oracle.
Providing a schema name via a system property would limit the number of tables being returned and thus improve performance.