Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.
I'm not moving fga_log$ table out of system. I'm gong to transfer all data into other table on seperate tablespace instead. What I'm going to do is create a new tablespace and do insert into every nite. I just need to find ideal extent size for this new LMT tablespace.
Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.
Wait until you have processed a complete business cycle then...
Tablespace size = (daily_load * 180) * 1.2 so you are Okay for six month.
Extent size = round up(typical daily_load) so to allocate about one extent per day.
Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.
Bookmarks