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 -> dba_col_comments

dba_col_comments

From: Ray Stell <stelle_at_stell.cns.vt.edu>
Date: 1 Feb 2000 20:01:33 GMT
Message-ID: <877e2t$8aj$1@solaris.cc.vt.edu>

SQL>  select column_name, comments
  2    from dba_col_comments
  3    where  table_name = 'DBA_TABLESPACES';

COLUMN_NAME     COMMENTS
--------------- ---------------------------------------------
TABLESPACE_NAME Tablespace name
INITIAL_EXTENT Default initial extent size
NEXT_EXTENT     Default incremental extent size
MIN_EXTENTS     Default minimum number of extents
MAX_EXTENTS     Default maximum number of extents
PCT_INCREASE Default percent increase for extent size

Just out of curiosity, INITIAL_EXTENT and NEXT_EXTENT, what is the unit of measure for the size? Joules, newtons, electronvolts, maybe? Received on Tue Feb 01 2000 - 14:01:33 CST

Original text of this message

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