return"select table_name, owner, comments from all_tab_comments where owner='"+oracleConfiguration.getSchema()+"' AND table_type = 'TABLE'";
return"select table_name, owner, comments from all_tab_comments where owner='OWNER' AND table_type = 'TABLE' AND table_name in (select table_name from all_tables where owner='OWNER')".replaceAll("OWNER",oracleConfiguration.getSchema());