We got warning emails saying that a tablespace may be out of free space soon.
Background:
A shell script runs nightly to verify the free tablespace of the database. If free space is less than 75% of recommended threshold number, it will send out an email to DBAs. The recommended threshold number is determined by 4 times monthly data growth.
Solutions:
Use BR*Tools to resize the data file or extend the tablespace.
Steps:
- su to production account;
- Start brtools and choose 2 - Space management;
- Then choose 5 - alter data file;
- Then BRSPACE asks you to enter input values; I picked 4 ~ Tablespace names and paste the tablespace name;
- typed "c" to continue several times till we see menu 314;
- Choose 5-Resize data file;
- picked the data file;
- entered the new size for the option with "?";
- verified the sql statement is correct, and "c"ontinued;
- got the successful message;
- exit the program.
No comments:
Post a Comment