trace on all updated tables for a given transaction
i'm trying to find away to have a list of all tables that got updated in Oracle for a given transaction.
If i'm alone in the system and that i insert the transaction (in my ERP system), is there a view or a command that i can run in Oracle to see all tables that got updated?
Regards.
PB