0% found this document useful (0 votes)
109 views2 pages

Table Space Space Growth Check Script

The document describes a script that checks tablespace space growth and usage daily. It calculates the average daily growth over 15 days and sends an alert if free space is less than twice the growth rate. The script runs daily from cron.

Uploaded by

Arindam Debray
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
109 views2 pages

Table Space Space Growth Check Script

The document describes a script that checks tablespace space growth and usage daily. It calculates the average daily growth over 15 days and sends an alert if free space is less than twice the growth rate. The script runs daily from cron.

Uploaded by

Arindam Debray
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 2

Script Of Tablespace Space growth Check

Purpose Of the Script This script will chcek the tablespace free space and used space on a daily basis. It will calculate average tablespace growth over a span of 15 days time. IT will find out current days tablespace growth by the following way. Average Daily Tablespace_growth =
{(Tablespace Used space by Current Date) (Tablespace Used space by (Sysdate -15)}/15

On any occation if the tablespace free space is less than two times of Tablespace Growth Or Tablespace could not accommodate 2 days calculated Tablespace growth. The script will send a awarning message to [email protected] mail address with the tablespace details. Following is the sample output ====================== Subject:-- Tablespace Space Report in $ORACLE_SID "This Report shows Space report for Tablespaces" "Here Tablespace growth is daily tablespace used space and Free space is available free Space on the tablespace. Alert will only come if free space is less than calculated 2 days Growth rate" TABLESPACE ------------------Tbs GROWTH ----------- 200 FREE_SPACE --------- ---------370

Here Tablespace Free space is less than Twice Of the Growth rate. The Will Run daily Three Times Fron Cron.

You might also like