we are have a recoverpoint environment and we are using DPA to generates reports from it. I have a few database maintenance plans and running (i think). Only the database stays 26 GB and is still growing. So i think that the database cleanups don't running. How can i fix it?
in the datamine maintenance plan is the policy set to: Purge All data from All after 4 weeks.
When a database maintenance plan runs it deletes rows from within the database, depending on how the plan is configured. However it will not reduce the size of the actual database, as it is just deleting rows from inside the database structure. This empty space will then be re-used and filled with new data being inserted into the database.
If you wish to reduce the size of the database file then you will need to perform a vacuum/shrink (the terminology and exact command will depend on the database you are using) on the database. Your dba looking after the DPA database should be able to do this for you.
We have probably got as far as we can by using the forum, as you have run the correct command, and it hasn't reduced. I would recommend at this stage opening a service request with EMC Support to investigate why the REORG command isn't shrinking the database down.
DavidRussell1
141 Posts
1229
0
Posted March 13th, 2013 05:00
Hi,
When a database maintenance plan runs it deletes rows from within the database, depending on how the plan is configured. However it will not reduce the size of the actual database, as it is just deleting rows from inside the database structure. This empty space will then be re-used and filled with new data being inserted into the database.
If you wish to reduce the size of the database file then you will need to perform a vacuum/shrink (the terminology and exact command will depend on the database you are using) on the database. Your dba looking after the DPA database should be able to do this for you.
Kind Regards
David
David Russell
EMC