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: RE: LMT ASSM & next extent

RE: RE: LMT ASSM & next extent

From: Jesse, Rich <Rich.Jesse_at_quadtechworld.com>
Date: Wed, 11 Feb 2004 08:48:37 -0600
Message-ID: <FBE1FCA40ECAD41180400050DA2BC54004E936BD@qtiexch2.qgraph.com>


CREATE TABLE tmp_quickie

	(mycol VARCHAR2(12))
	STORAGE (INITIAL 10240 M);

Whoops, that was supposed to be "K" not "M". Oh well, I'll just delete the table and redo it -- no harm done.

Been there, done that.

Rich

Rich Jesse                        System/Database Administrator
rich.jesse_at_quadtechworld.com      QuadTech, Sussex, WI USA


-----Original Message-----

From: ryan.gaffuri_at_cox.net [mailto:ryan.gaffuri_at_cox.net] Sent: Wednesday, February 11, 2004 8:25 AM To: oracle-l_at_freelists.org
Subject: RE: RE: LMT ASSM & next extent

i poll for the size of the file and the total bytes of the segments in each file. I keep repository of past sizes of the data files(its just a table). if it extends i get an email. I work from there.

I find it to be one less thing to have to worry about. Is this approach flawed?



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

To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line.
--
Archives are at http://www.freelists.org/archives/oracle-l/
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html

-----------------------------------------------------------------
Received on Wed Feb 11 2004 - 08:48:37 CST

Original text of this message

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