cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

ASA 17 why database file is so big

1,851

we have a ASA 17 database which has go live for a year. the database file size keeps growing, like 2-3G a day. I understand that some data are loading to the DB every day. But if I list the tables and sizes, the number doesn't add up. ie, this query give me summary of 25G. ( select sum(table_page_count * DB_PROPERTY('PageSize'))/1024/1024 from SYSTAB WHERE creator = 1; ) and I see the biggest table is just 5G. so why the database file is almost 400G now.

View Entire Topic
chris_keating
Product and Topic Expert
Product and Topic Expert

dbinfo -u or sa_table_page_usage( ) would provide a better understanding of where the space is being used.