How to ignore dbms statements from Oracle script during ANTLR parsing

44 Views Asked by At

I am developing a oracle script parser using ANTLR. I have done most of it but I am facing problems in parsing the dbms statements. I want to ignore these statements. Is there a way of ignoring these sort of statements during parsing?

0

There are 0 best solutions below