Oracle 数据库:如何检查超过一定年龄的数据库的百分比?

Oracle Database: How to check what percentage of a database is over a certain age?

我想知道我的数据库中超过 2 个月的百分比。

最好的方法是什么?我目前正在使用 SQLDeveloper.

我不知道该怎么做,因为我的数据库中没有 table 有 "Date" 列?

您也许可以使用 Oracle Flashback [version] Query,但您需要有足够的撤消 table space 来保留闪回操作所需的数据。

但是,除非您许可和配置 "Oracle Flashback Data Archive (Oracle Total Recall)",否则历史信息量将受到限制。