the different prepared statements in OracleMetaDataDialect use the '=' sign instead of the 'like' keyword, resulting in a possible '%' wildcard to be not correctly handled
in the 'getTables()' call in JDBCReader (line 476) the substitution of the '' wildcard into '%' does not happen (instead it substitutes '.' sequences into '%'.