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

Home -> Community -> Usenet -> c.d.o.server -> Re: analyze command, monitor space/extents

Re: analyze command, monitor space/extents

From: Ray Stell <stellr_at_stell.cns.vt.edu>
Date: 18 Feb 2000 20:48:52 GMT
Message-ID: <88kb7k$lgr$1@solaris.cc.vt.edu>


Sybrand Bakker (postbus_at_sybrandb.demon.nl) wrote:

thanks for your help in cutting through all this. Remember, I'm trying to draw a roadmap in a mine field. (boss says, "you go be the dba, good luck, don't screw up")

: not able to extent
: select segment_name, next_extent
: from dba_segments s
: where next_extent >
: (select max(extent)
: from dba_free_space f
: where f.tablespace_name = s.tablespace_name)

This last script seems in error, there is no extent in dba_free_space.

SQL> describe dba_free_space

 Name                            Null?    Type
 ------------------------------- -------- ----
 TABLESPACE_NAME                 NOT NULL VARCHAR2(30)
 FILE_ID                         NOT NULL NUMBER
 BLOCK_ID                        NOT NULL NUMBER
 BYTES                                    NUMBER
 BLOCKS                          NOT NULL NUMBER


Received on Fri Feb 18 2000 - 14:48:52 CST

Original text of this message

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