我想知道在oracle数据库中哪个表更新或数据插入其中。

问题描述:

如果我从UI插入任何数据。然后我想检查插入了哪些表格数据。



我尝试过:



我得到了线索,但它在sql

If i insert any data from UI. Then i want to check in which table data is inserted.

What I have tried:

I got the clue but it is working in sql

SELECT name, [modify_date] FROM sys.tables

,但我想要在oracle数据库中知道。所以请给我一些解决方案。

, but i want to know in oracle database. So please give me some solution.

你最好在你做之前跟踪你做的事情,而不是事后查询数据库你没有做的事情注意。
You would do better to track what you do before you do it, rather than querying the DB afterwards for something you didn't pay attention to.