Hi,
Does anybody have an issue regarding the database size that OutSystems provides that do not match with Oracle size script? The size calculated on the script is a lot greater that the metric provided by Lifetime. On the script we use dba_segments entity to get the size.
The Oracle script you're using may be calculating the size of the entire database, including data files, log files, temporary files, among others. The OutSystems Lifetime metric, on the other hand, might only be considering the actual space used by the database, not the total allocated space.