Do any parsers exist for the Oracle DML table_reference?
Posted
by JavaRocky
on Stack Overflow
See other posts from Stack Overflow
or by JavaRocky
Published on 2010-03-18T05:39:44Z
Indexed on
2010/03/18
5:51 UTC
Read the original article
Hit count: 366
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?
© Stack Overflow or respective owner