Fast and accurate response
CGK, December 19, 2005 - 11:14 pm UTC
I am very glad to thomas.kyte@oracle.com to answer my question as soon as possible.
ThankYou very much
How to send a mail when tablespace increases
CGK, December 19, 2005 - 11:23 pm UTC
How to send a mail when tablespace increases automatically like alert messages to prompt that tablespace is increasing after a limit.
December 20, 2005 - 8:41 am UTC
Well, system management tools that you have like Enterprise Manager - do that.
Else you would have to write a job that runs every now and then, looks for whatever condition you want, and then uses utl_smtp (or utl_mail, depends on version) to send email.
will maxbytes-bytes from dba_data_files table give free space for that tablespace
CGK, December 20, 2005 - 11:13 am UTC
will maxbytes-bytes from dba_data_files table give free space for that tablespace.
why maxbytes-bytes from dba_data_files is not same as freebytes from dba_free_Space for same tablespace.
wat is difference between them. plz suggest
December 20, 2005 - 12:41 pm UTC
you sum up the bytes in dba_data_files
you subtract from that allocated bytes
dba_data_files by itself cannot do this.