How to get triggering sql text in a statement trigger
802709Jul 26 2012 — edited Jul 26 2012hi,
I need to get sql text that run on the table in statement trigger on that table. I will log sql statements that run on table for a few weeks. I search for it, there is a ORA_SQL_TEXT function but this function is working on event triggers not statement or for each row triggers.
is there any other way to achive that ?