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

Home -> Community -> Usenet -> c.d.o.misc -> Re: dba_col_comments

Re: dba_col_comments

From: Jeff Rowan <jrowan_at_visi.net>
Date: Wed, 02 Feb 2000 23:09:30 GMT
Message-ID: <KO2m4.15296$T2.22083099@firenze.visi.net>


the unit of measure is bytes

Ray Stell wrote in message <877duf$6vr$1_at_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 Wed Feb 02 2000 - 17:09:30 CST

Original text of this message

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