Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Win2000/8.1.7.3.0/SQL

RE: Win2000/8.1.7.3.0/SQL

From: Vergara, Michael (TEM) <mvergara_at_guidant.com>
Date: Tue, 20 Aug 2002 08:58:28 -0800
Message-ID: <F001.004BA073.20020820085828@fatcity.com>


Anand:  

This is one of four queries in a script I call my 'space_critical' script. Every night, an automated process scans all the DBs that I am responsible for, and sends me an e-mail if there is a problem, such as not enough space in a tablespace for a table to add an another extent.  

When I get this e-mail, I log in to this database with a maintenance ID, and run 'space_critical'. The entire report shows space by tablespace, by datafile, and by 'troubled object'. Trouble Objects are tables, indexes, whatever, that cannot allocate another extent.  

My script also creates a script in the /tmp directory that will change the next_extent size to a number that will fit in the remaining space. This is useful when the vendor is late delivering the disk you need.  

I published this script last year to www.searchDatabase.com. The script can be found at http://searchdatabase.techtarget.com/tip/1,289483,sid13_gci778766,00.html. I hope you find it useful.  

Cheers,
Mike  

-----Original Message-----
Sent: Monday, August 19, 2002 9:05 PM
To: Vergara, Michael (TEM)

U'r prompting in this SQL as Generating first troubled objects. What does this mean, actually what is the output of this sql. Pl. reply me.  

Regards
Anand Kumar
ITW Signode India Ltd  

--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: Vergara, Michael (TEM)
  INET: mvergara_at_guidant.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Tue Aug 20 2002 - 11:58:28 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US