So we'll assume that there's no "nice" solution.
One possible solution to this problem might include capturing generated SQL and request update notifications for those statements (with ODP.NET, one can register a dependency on a command, and an event handler gets called when any of the associated tables change).
Can I capture SQL with an interceptor and OnPrepareStatement? Can I do this in the current version? Also, can the SQL string parameter to OnPrepareStatement be executed as is (i.e., could I copy, paste, and execute that string in sqlplus)?
Thank you for your time,
Chris
|