Do any parsers exist for the Oracle DML table_reference?
- by JavaRocky
I wish to find out what tables references are used in a DML. I prefer to use an oracle package as it can be self contained in the database.
But other suggestions welcome. Open source very welcome.
Here is the link to the syntax diagram of the table_reference definition:
http://download.oracle.com/docs/cd/B19306_01/server.102/b14200/statements_10002.htm#i2126863
Do any parsers exist?