For my current project I need a SQL parser that parses Oracle SQL statements.
Currently I\'ve been using jsqlparser, which worked well for simple queries. But when specific
Try this http://www.ibrezina.net/OracleSQL.tgz. It's ANTLR3.3 grammar for Oracle's PL/SQL. The grammar is intended for C target but can be easily converted into Java or C#. Your task, list of tables included in a query is already included as an example.