#Description : This script will check whether free space is there for next extent allocation or not.
#It checks TS level and OS level for extent allocation. Checks for UNIFORM allocated extents.
#For system allocated extents. this script will check 1 GB should be there as free threshold.
NODENAME1=`hostname`
ORACLE_SID=WEBP18F
LOG_FILE_DIR=/home/oracle/oraprocs/logs
ENV_FILE=/home/oracle/oraprocs/WEBP18F.env
#NOTIFY_LIST=’8774544468@skytel.com’,’8774537913@skytel.com’,’8666714349@skytel.com’,’8774538204@skytel.com’,’dbaoracle@1800flowers.com’,’8774889576@skytel.com’
NOTIFY_LIST=’pmehta@1800flowers.com’
ADMIN_USER=vivek
ADMIN_PASSWD=viv1ek
# Following parameter needs to set for free space threshold on file system where TS with SYSTEM allocated extents resides. (in MB)
SYSTEM_ALLOCATED_THRESHOLD=1024